diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-12-19 20:22:34 -0800 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2022-12-20 00:29:58 -0800 |
commit | 8c24d01529cb0bd50dd278c02aa58abddd8edac5 (patch) | |
tree | d8e0222ad2b4a8a13ea96a6d199dc0fbfef4fe78 /CHANGELOG.md | |
parent | b77672d3d2821309eea50a48ae6294891806ca2c (diff) | |
download | adenosine-8c24d01529cb0bd50dd278c02aa58abddd8edac5.tar.gz adenosine-8c24d01529cb0bd50dd278c02aa58abddd8edac5.zip |
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index df3752e..2721f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,12 +22,18 @@ neither supports bsky media attachments (blobs, photos, etc) in this release. - update deps (`Cargo.lock`) - both: `getActor` query param is "actor" not "user" (so far upstream has not refactored other "user" instances) +- pds: udpated `getProfile` schema +- pds: "upvotesCount" in schemas, not "likesCount" ## Added - both: com.atproto.session.refresh endpoint - pds: stub implementation of new `app.bsky.actor` lexicons (`search`, - `searchTypeahead`, `getSuggestions`) + `searchTypeahead`, `getSuggestions`), notifications, memberships + +## Fixed + +- pds: `getProfile` for non-existant DID as an error, not panic ## [0.1.2] - 2022-11-22 |