Skip to content

Prepare next release - #60

Merged
germ-mark merged 1 commit into
mainfrom
changeset-release/main
Sep 24, 2026
Merged

germ-mark merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

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

@germ-network/atprotoclient@0.11.0

Minor Changes

  • #58 18c070d Thanks @germ-mark! - Add three Bluesky read helpers on Atproto.XRPC.BskyAppCallable: relationshipLookup(actor:others:), which reports which app.bsky.graph.getRelationships subjects the AppView returned a relationship for and which it didn't (unlike getRelationships(actor:subjects:), which drops every not-found subject and loses which ones they were) - note that this isn't an account-existence check, since the AppView returns a relationship entry for any well-formed DID whether or not the account exists; and bskyProfileIfExists(actor:), which maps app.bsky.actor.getProfile's undeclared not-found shape (a 400 InvalidRequest whose message is "Profile not found") to nil rather than throwing. Also add Atproto.BskyCDN.imageURL(_:did:blob:host:) to build Bluesky CDN image URLs from a blob reference.

    Also fix Lexicon.App.Bsky.Graph.GetRelationships.Parameters.init to accept exactly 30 others, matching the lexicon's others.maxLength: 30 - it previously rejected exactly 30, and make Lexicon.App.Bsky.Graph.GetRelationships.Errors (tooManyOthersInput, actorMismatch) public - it's already thrown by public API.

  • #57 f19d608 Thanks @germ-mark! - Add DNS-over-HTTPS TXT and well-known atproto-did handle-resolution components: Atproto.WellKnownHandleResolver and Atproto.DnsHandleResolver, plus the underlying Atproto.DNSWireFormat codec, Atproto.DNSTXTFetcher protocol, and Atproto.DoHTXTFetcher conformer they're built on. Together these implement the two handle-resolution methods from the atproto handle spec (https://atproto.com/specs/handle) - the DNS TXT method and the HTTPS well-known method - as standalone, portable, Sendable components matching DidWebResolver/DidPlcResolver's conventions: redirect refusal, response-size bounds, and the resolved value parsed as an Atproto.DID (method form checked via Atproto.DID.init(string:)).

Patch Changes

  • #59 0706814 Thanks @germ-mark! - Require GermConvenience 0.11.0, whose URLSession.manualRedirect() also refuses redirects on Linux and Android. The DID resolvers screen the host once, before the request, so they depend on redirects not being followed.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 105fa1c to 1ee578d Compare September 23, 2026 23:44
@germ-mark
germ-mark merged commit abf3524 into main Sep 24, 2026
@germ-mark
germ-mark deleted the changeset-release/main branch September 24, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant