1.131.0
Added 2
- Add asset licensing notices
- Add client events for beta features settings page
Changed 11
- Route Claude workflows through Agent Gateway
- Use Opus 4.8 for GitHub workflows
- Skip minute-tick subscription for actors without a live status
- Disallow robots crawling compose intent paths
- Improve algo team reply feedback
- Separate landing illustrations from splash assets
- Include user's handle in beta features feedback
- Update video lexicon and beta features for 10-minute uploads
- Improve video upload progress indicator
- Update Media Icons
- Rebuild the session core on PasswordSession behind an AtpAgent compat shim
Fixed 6
- Fix appearance of post numbers on image posts
- Prevent last line of post text from being clipped on Android
- Fix layout jog when rendering post numbers
- Fix frozen unknown device ID for new accounts
- Fix starter pack icon in profile menu
- Fix display of link cards in DMs
From Bluesky
What's Changed
- Update claude action by @mozzius in https://github.com/bluesky-social/social-app/pull/11420
- Route Claude workflows through Agent Gateway by @amckinley in https://github.com/bluesky-social/social-app/pull/11428
- Bump version to v1.131.0 by @mozzius in https://github.com/bluesky-social/social-app/pull/11429
- claude: use Opus 4.8 for GitHub workflows by @amckinley in https://github.com/bluesky-social/social-app/pull/11436
- perf: skip minute-tick subscription for actors without a live status by @tomekzaw in https://github.com/bluesky-social/social-app/pull/11441
- Bump the actions group with 4 updates by @dependabot[bot] in https://github.com/bluesky-social/social-app/pull/11435
- Update pnpm to 11.21.0 by @mozzius in https://github.com/bluesky-social/social-app/pull/11427
- Fix appearance of post numbers on image posts by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11446
- Disallow robots crawling compose intent paths by @blackmichael in https://github.com/bluesky-social/social-app/pull/11443
- Prevent last line of post text from being clipped on Android by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11433
- Fix layout jog when rendering post numbers by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11447
- algo team reply feedback by @jlgleason in https://github.com/bluesky-social/social-app/pull/11444
- Add asset licensing notices by @mozzius in https://github.com/bluesky-social/social-app/pull/11397
- Separate landing illustrations from splash assets by @mozzius in https://github.com/bluesky-social/social-app/pull/11453
- Fix frozen unknown device ID for new accounts by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11449
- Client events for beta features settings page by @abenzer in https://github.com/bluesky-social/social-app/pull/11439
- Include user's handle in beta features feedback by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11432
- Fix starter pack icon in profile menu by @mozzius in https://github.com/bluesky-social/social-app/pull/11452
- APP-2829 Update video lexicon and beta features for 10-minute uploads by @blackmichael in https://github.com/bluesky-social/social-app/pull/11445
- APP-1645: Improve video upload progress indicator by @vineyardbovines in https://github.com/bluesky-social/social-app/pull/11248
- Remove workaround for iOS text clipping by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11455
- Fix display of link cards in DMs by @mozzius in https://github.com/bluesky-social/social-app/pull/11458
- Updated Media Icons by @MrNuma in https://github.com/bluesky-social/social-app/pull/11457
- Update image in deploy-ota.md by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11462
- [SDK] Rebuild the session core on PasswordSession behind an AtpAgent compat shim by @mozzius in https://github.com/bluesky-social/social-app/pull/11343
- [SDK] Add lexicon codegen pipeline (
@atproto/lex) by @mozzius in https://github.com/bluesky-social/social-app/pull/11346 - [SDK] Add lex client seam and typed xrpc error matching by @mozzius in https://github.com/bluesky-social/social-app/pull/11348
- [SDK] Add lexicon schema helpers to
#/types/bskyby @mozzius in https://github.com/bluesky-social/social-app/pull/11349 - [SDK] Add pds and chat clients and the canonical client hooks by @mozzius in https://github.com/bluesky-social/social-app/pull/11350
- [SDK] Widen
#/types/bskyviews to dual-world unions by @mozzius in https://github.com/bluesky-social/social-app/pull/11353 - [SDK] Migrate discovery and post-thread queries to the appview client by @mozzius in https://github.com/bluesky-social/social-app/pull/11355
- [SDK] Migrate profile and graph read queries to the appview client by @mozzius in https://github.com/bluesky-social/social-app/pull/11356
- [SDK] Migrate chat convo queries to the chat client by @mozzius in https://github.com/bluesky-social/social-app/pull/11357
- [SDK] Migrate group chat and join links to the chat client by @mozzius in https://github.com/bluesky-social/social-app/pull/11358
- [SDK] Migrate search, bookmarks, contacts and feed queries to the lex clients by @mozzius in https://github.com/bluesky-social/social-app/pull/11360
- [SDK] Migrate the feed api classes to the appview client by @mozzius in https://github.com/bluesky-social/social-app/pull/11361
- [SDK] Migrate the notifications cluster to the lex clients by @mozzius in https://github.com/bluesky-social/social-app/pull/11362
- [SDK] Migrate the account surface to the pds and service clients by @mozzius in https://github.com/bluesky-social/social-app/pull/11367
- [SDK] Route moderation reports through the appview client by @mozzius in https://github.com/bluesky-social/social-app/pull/11368
- [SDK] Adopt @bsky.app/sdk and migrate RichText by @mozzius in https://github.com/bluesky-social/social-app/pull/11369
- [SDK] Migrate getAllListMembers to the appview client by @mozzius in https://github.com/bluesky-social/social-app/pull/11377
- [SDK] Migrate the gate records to raw repo calls on the pds client by @mozzius in https://github.com/bluesky-social/social-app/pull/11378
- [SDK] Migrate the repo writes cluster by @mozzius in https://github.com/bluesky-social/social-app/pull/11379
- [SDK] Migrate the post pipeline and blob uploads by @mozzius in https://github.com/bluesky-social/social-app/pull/11380
- [SDK] Add refreshSession and migrate the session-pinned infra by @mozzius in https://github.com/bluesky-social/social-app/pull/11381
- [SDK] Migrate agent sugar to @bsky.app/sdk actions by @mozzius in https://github.com/bluesky-social/social-app/pull/11382
- [SDK] Swap moderation to @bsky.app/sdk and move labeler config to Client statics by @mozzius in https://github.com/bluesky-social/social-app/pull/11383
- [SDK] Delete the bridge agent and rework the session bundle onto lex clients by @mozzius in https://github.com/bluesky-social/social-app/pull/11385
- [SDK] Remove @atproto/api by @mozzius in https://github.com/bluesky-social/social-app/pull/11386
- [SDK] Validate and brand the persisted account did by @mozzius in https://github.com/bluesky-social/social-app/pull/11387
- [SDK] Address stack review feedback by @mozzius in https://github.com/bluesky-social/social-app/pull/11389
- [SDK] Use finalised package by @mozzius in https://github.com/bluesky-social/social-app/pull/11398
- Drop accidental eslint dependency by @mozzius in https://github.com/bluesky-social/social-app/pull/11460
- Fix metro failing to resolve @ipld/dag-cbor in dev mode by @abulenok in https://github.com/bluesky-social/social-app/pull/11467
- Fix
lab_*preferences by @mozzius in https://github.com/bluesky-social/social-app/pull/11470 - Fix size of post numbers with emoji-only posts by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11471
- Bump node in / by @dependabot[bot] in https://github.com/bluesky-social/social-app/pull/11481
- Bump anthropics/claude-code-action from 1.0.187 to 1.0.189 in the actions group across 1 directory by @dependabot[bot] in https://github.com/bluesky-social/social-app/pull/11479
- APP-2774: Add algorithmic visibility setting by @vineyardbovines in https://github.com/bluesky-social/social-app/pull/11417
- Fix asset licensing notices by @mozzius in https://github.com/bluesky-social/social-app/pull/11468
- Add pagination to feed search by @ds-boyce in https://github.com/bluesky-social/social-app/pull/11475
- Truncate gif alt text to 2000 symbols by @abulenok in https://github.com/bluesky-social/social-app/pull/11488
- APP-2884: Avoid base64 reads for web videos by @vineyardbovines in https://github.com/bluesky-social/social-app/pull/11493
- APP-2859 Add web list performance telemetry by @vineyardbovines in https://github.com/bluesky-social/social-app/pull/11486
- Expo 57 by @abulenok in https://github.com/bluesky-social/social-app/pull/11334
New Contributors
- @jlgleason made their first contribution in https://github.com/bluesky-social/social-app/pull/11444
Full Changelog: https://github.com/bluesky-social/social-app/compare/1.130.0...1.131.0