diff --git a/.changeset/match-record-not-found-message.md b/.changeset/match-record-not-found-message.md deleted file mode 100644 index cbf520fe..00000000 --- a/.changeset/match-record-not-found-message.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@getcirrus/pds": patch ---- - -Match the reference @atproto PDS's exact `RecordNotFound` error message (`Could not locate record: `). The Bluesky social-app's quote-detach flow string-matches this phrase to decide whether to create a new `app.bsky.feed.postgate` record vs. update an existing one; the previous message caused it to rethrow instead of falling through to the create path. diff --git a/packages/pds/CHANGELOG.md b/packages/pds/CHANGELOG.md index 8b077a90..4a18b3fd 100644 --- a/packages/pds/CHANGELOG.md +++ b/packages/pds/CHANGELOG.md @@ -1,5 +1,11 @@ # @getcirrus/pds +## 0.17.1 + +### Patch Changes + +- [#190](https://github.com/ascorbic/cirrus/pull/190) [`5384f54`](https://github.com/ascorbic/cirrus/commit/5384f54d49b863fc4672eeecc72b4895ce4e54bc) Thanks [@ascorbic](https://github.com/ascorbic)! - Match the reference @atproto PDS's exact `RecordNotFound` error message (`Could not locate record: `). The Bluesky social-app's quote-detach flow string-matches this phrase to decide whether to create a new `app.bsky.feed.postgate` record vs. update an existing one; the previous message caused it to rethrow instead of falling through to the create path. + ## 0.17.0 ### Minor Changes diff --git a/packages/pds/package.json b/packages/pds/package.json index 81303b4c..97599e7a 100644 --- a/packages/pds/package.json +++ b/packages/pds/package.json @@ -1,6 +1,6 @@ { "name": "@getcirrus/pds", - "version": "0.17.0", + "version": "0.17.1", "description": "Cirrus – A single-user AT Protocol PDS on Cloudflare Workers", "type": "module", "main": "dist/index.js",