Release 2.27.0 - #2287
Merged
Merged
Conversation
WalkthroughThe release metadata was updated to version ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Closed
github-actions
Bot
temporarily deployed
to
staging/pull/2287/features
August 10, 2026 16:22
Inactive
github-actions
Bot
temporarily deployed
to
staging/pull/2287/bundle-report
August 10, 2026 16:22
Inactive
VeskeR
marked this pull request as ready for review
August 10, 2026 16:37
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
owenpearson
approved these changes
Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the version to 2.27.0 in
package.json,package-lock.jsonandsrc/platform/react-hooks/src/AblyReactHooks.ts, and adds the2.27.0entry toCHANGELOG.md.The change that drove the release is #2285: a browser client behind a proxy that rejects the WebSocket upgrade outright never connected at all, rotating through fallback hosts on
web_socketindefinitely instead of falling back toxhr_polling.A minor rather than a patch because of #2273. The public API surface is unchanged —
ably.d.tsdeclarations are byte-identical to 2.26.0 once docstrings are excluded — but the resumption semantics of existing public members changed, silently as far as the type system is concerned:Connection#idandConnection#keyare now retained throughSUSPENDED, socreateRecoveryKey()returns a key there where it previously returnednull. TheDISCONNECTED/SUSPENDEDdocstrings changed with it. That is adoption of spec 6.1.0, not a fix to broken behaviour, so a patch label would misdescribe it.PRs included since 2.26.0
User-facing (in changelog)
Not user-facing (not in changelog)
#2219 merged before the 2.26.0 tag and is already in that release; #2272 is the 2.26.0 release PR itself.