Skip to content

@emdash-cms/plugin-atproto@0.2.1

Choose a tag to compare

@emdashbot emdashbot released this 17 Jun 19:46
· 2 commits to main since this release
8b57af6

Patch Changes

  • #1530 997d7ee Thanks @ascorbic! - Fixes AT Protocol syndication hanging on Cloudflare Workers when a request was cancelled while refreshing the session token. The token refresh is still coalesced so concurrent publishes don't race, but it no longer shares an in-flight promise that a cancelled request could leave pending forever; a later publish now recovers instead of hanging.