summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-12-19 20:22:34 -0800
committerbryan newbold <bnewbold@robocracy.org>2022-12-20 00:29:58 -0800
commit8c24d01529cb0bd50dd278c02aa58abddd8edac5 (patch)
treed8e0222ad2b4a8a13ea96a6d199dc0fbfef4fe78 /CHANGELOG.md
parentb77672d3d2821309eea50a48ae6294891806ca2c (diff)
downloadadenosine-0.2.0.tar.gz
adenosine-0.2.0.zip
cargo: update depsv0.2.0dec2022
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
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