Skip to content

Commit 9dce7fe

Browse files
ci: release (#166)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e058c8 commit 9dce7fe

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/blob-upload-off-do.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/pds/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @getcirrus/pds
22

3+
## 0.15.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
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.
10+
311
## 0.15.1
412

513
### Patch Changes

packages/pds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getcirrus/pds",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "Cirrus – A single-user AT Protocol PDS on Cloudflare Workers",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)