diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-11 13:15:36 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-11 13:15:42 -0800 |
commit | 6a23af4d35eb87f4cfd7c70371a4f6f6cd87dad8 (patch) | |
tree | 6c8c1bb4ce46c85d93f6ad81c937210c64b79dcc /CHANGELOG.md | |
parent | 95322ca972e65f663c0e9a4e7a7a8325e7dcb199 (diff) | |
download | adenosine-6a23af4d35eb87f4cfd7c70371a4f6f6cd87dad8.tar.gz adenosine-6a23af4d35eb87f4cfd7c70371a4f6f6cd87dad8.zip |
update READMEs, start a CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e4528d4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ + +# CHANGELOG + +## [0.1.0] - 2022-11-11 + +First tagged release. + +Both the AT protocol and this project are very much a work in progress, and +there should be zero expectation of stability, backwards/forwards comatability, +or supported upgrade paths at this time. + +Initial features: + +- cli: blocking implementation with `reqwest` +- cli: generic XRPC methods (com.atproto Lexicon) +- cli: partial app.bsky Lexicon support +- pds: blocking implementation with `rouille`, `rusqlite`, `ipfs-sqlite-block-store` +- pds: crude repository storage (MST in IPLD blocks) +- pds: crude system and application database (sqlite) +- pds: basic read-only web interface to repository content, bsky profiles and posts +- pds: self-hosted did:web configuration +- pds: small-world did:plc with registration configuration |