Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@getcirrus/pds@0.3.0
Minor Changes
#57
20ca34dThanks @ascorbic! - Addpds statusCLI command for comprehensive PDS health and configuration checks/xrpc/_healthendpoint to verify Durable Object and SQLite storage healthpds statuscommand checks connectivity, repository state, identity resolution, blob import progress, federation status, and account activation/xrpc/gg.mk.experimental.getFirehoseStatusendpoint for firehose subscriber info#62
af0fde8Thanks @ascorbic! - Ping the Bluesky relay on account activation. Thepds activatecommand now callscom.atproto.sync.requestCrawlon bsky.network to notify the relay that the PDS is ready for federation. If the account is already active, runningpds activateagain will offer to retry notifying the relay.Patch Changes
#56
fed94a4Thanks @JackDallas! - Add custom domain routing topds init- sets uprouteswithcustom_domain: truesowrangler deployconfigures DNS automatically#65
30910f7Thanks @ascorbic! - Switch to atcute for most internal protocol handling#68
a537cc6Thanks @ascorbic! - fix: correctly encode identity events#56
fed94a4Thanks @JackDallas! - Add multi-account selection topds init- detects multiple Cloudflare accounts viawrangler whoamiand prompts user to select one#58
adedb2bThanks @ascorbic! - Respect user's package manager choice in CLI commands. All CLI commands (init, migrate, activate, deactivate) now detect and use the user's package manager consistently. Changedwrangler deployreferences to use the appropriate package manager command (e.g.,pnpm run deploy).Updated dependencies [
95ffff6,30910f7]:@getcirrus/oauth-provider@0.1.3
Patch Changes
#63
95ffff6Thanks @ascorbic! - Fix CSP blocking OAuth authorization flow in ChromeRemove
form-actionfrom CSP due to inconsistent browser behavior with redirects. Chrome blocks redirects after form submission if the redirect URL isn't inform-action, while Firefox does not. Since OAuth requires redirecting to the client's callback URL after consent,form-actioncannot be used without breaking the flow in Chrome.#65
30910f7Thanks @ascorbic! - Switch to atcute for most internal protocol handling