diff --git a/.changeset/blob-upload-off-do.md b/.changeset/blob-upload-off-do.md deleted file mode 100644 index 580ad9dd..00000000 --- a/.changeset/blob-upload-off-do.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@getcirrus/pds": patch ---- - -Fix blob uploads intermittently desyncing the PDS from the relay. - -Uploading a blob (commonly a link-card thumbnail) could occasionally fail and leave the relay no longer tracking the repo, so new posts stopped federating until a manual crawl request. Blob uploads are now reliable and no longer drop the firehose connection. diff --git a/packages/pds/CHANGELOG.md b/packages/pds/CHANGELOG.md index ea44827f..087f6c5d 100644 --- a/packages/pds/CHANGELOG.md +++ b/packages/pds/CHANGELOG.md @@ -1,5 +1,13 @@ # @getcirrus/pds +## 0.15.2 + +### Patch Changes + +- [#165](https://github.com/ascorbic/cirrus/pull/165) [`5e058c8`](https://github.com/ascorbic/cirrus/commit/5e058c8d7141391c761693de53bb6b1a8bb11a74) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix blob uploads intermittently desyncing the PDS from the relay. + + Uploading a blob (commonly a link-card thumbnail) could occasionally fail and leave the relay no longer tracking the repo, so new posts stopped federating until a manual crawl request. Blob uploads are now reliable and no longer drop the firehose connection. + ## 0.15.1 ### Patch Changes diff --git a/packages/pds/package.json b/packages/pds/package.json index e8c6db94..1cabb968 100644 --- a/packages/pds/package.json +++ b/packages/pds/package.json @@ -1,6 +1,6 @@ { "name": "@getcirrus/pds", - "version": "0.15.1", + "version": "0.15.2", "description": "Cirrus – A single-user AT Protocol PDS on Cloudflare Workers", "type": "module", "main": "dist/index.js",