aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-12-19 20:21:07 -0800
committerbryan newbold <bnewbold@robocracy.org>2022-12-20 00:29:58 -0800
commit355ee7a3c2adebd6bbe51f588e777d0b70b59732 (patch)
treeb89449e0b343c0e42138327e6d6506ca46d52a1d
parentee33d2559d6695149a6a15b948ae2ab1a254e251 (diff)
downloadadenosine-355ee7a3c2adebd6bbe51f588e777d0b70b59732.tar.gz
adenosine-355ee7a3c2adebd6bbe51f588e777d0b70b59732.zip
update changelog for v0.2.0
-rw-r--r--CHANGELOG.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1168ebd..df3752e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,35 @@
# CHANGELOG
+## [0.2.0] - 2022-12-19
+
+Tracking upstream Lexicon changes. Not backwards-compatible at the CLI/PDS XRPC
+layer, but doesn't seem to impact existing repo content. Bumping major version
+for this reason.
+
+The PDS sqlite schema was tweaked, but only to change the auto-generated
+`indexed_at` columns to use milisecond precision; believe this should be
+backwards/forwards compatible.
+
+Still not a complete implementation of lexicons, in either CLI or PDS. Notably,
+neither supports bsky media attachments (blobs, photos, etc) in this release.
+
+## Changed
+
+- both: most XRPC POST params moved from HTTP query to JSON body (upstream lexicon change)
+- both: use milisecond precision in timestamps (eg, `createdAt`)
+- pds: use milisecond precision in sqlite-generated `indexedAt` fields (schema change)
+- update deps (`Cargo.lock`)
+- both: `getActor` query param is "actor" not "user" (so far upstream has not
+ refactored other "user" instances)
+
+## Added
+
+- both: com.atproto.session.refresh endpoint
+- pds: stub implementation of new `app.bsky.actor` lexicons (`search`,
+ `searchTypeahead`, `getSuggestions`)
+
+
## [0.1.2] - 2022-11-22
## Added