Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/blob-upload-off-do.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/pds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/pds/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading