Skip to content

Release v2.20.0#2180

Merged
VeskeR merged 1 commit intomainfrom
release/2.20.0
Mar 13, 2026
Merged

Release v2.20.0#2180
VeskeR merged 1 commit intomainfrom
release/2.20.0

Conversation

@VeskeR
Copy link
Contributor

@VeskeR VeskeR commented Mar 12, 2026

Release PR for protocol v6 support introduced in #2179, and history function in useChannel hook in #2177

Summary by CodeRabbit

  • New Features

    • Added support for protocol v6 and LiveObjects GA, including new payload fields and deprecated operations.
    • Partial sync support for LiveObjects state.
    • Support for server-initiated MAP_CLEAR operations.
    • useChannel hook now returns history information to surface past messages.
  • Chores

    • Package version and changelog updated for release 2.20.0.

@VeskeR VeskeR changed the title Update changelog and package version for 2.20.0 release Release 2.20.0 Mar 12, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 12, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 23e15aaf-0038-4b85-809a-fe331b973788

📥 Commits

Reviewing files that changed from the base of the PR and between 172014a and 61a4470.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (3)
  • CHANGELOG.md
  • package.json
  • src/platform/react-hooks/src/AblyReactHooks.ts

Walkthrough

This PR updates the package and exported version from 2.19.0 to 2.20.0 and adds a new CHANGELOG.md entry for v2.20.0 documenting Ably protocol v6, LiveObjects typings/partial sync, server-initiated MAP_CLEAR, and a history return from useChannel.

Changes

Cohort / File(s) Summary
Version Updates
package.json, src/platform/react-hooks/src/AblyReactHooks.ts
Bumped package and exported version from 2.19.02.20.0; agent/version constant updated.
Changelog
CHANGELOG.md
Added v2.20.0 entry with four bullet points: LiveObjects GA and protocol v6 changes (new payload fields, deprecated ops), partial LiveObjects state sync, server-initiated MAP_CLEAR, and useChannel returning history.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐇 I hopped from two-point-one-nine to two-point-two-oh,
New protocol notes and LiveObjects in tow,
MAP_CLEAR breezes, partial sync hums,
Hooks return history — off the changelog I run! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Release v2.20.0' directly and clearly summarizes the main purpose of the changeset—preparing a release for version 2.20.0 by updating the changelog, package version, and version constant.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/2.20.0
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@VeskeR VeskeR changed the title Release 2.20.0 Release v2.20.0 Mar 12, 2026
@github-actions github-actions bot temporarily deployed to staging/pull/2180/bundle-report March 12, 2026 17:07 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/2180/features March 12, 2026 17:07 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/2180/typedoc March 12, 2026 17:07 Inactive
@VeskeR VeskeR marked this pull request as draft March 12, 2026 17:07
@VeskeR VeskeR force-pushed the integration/protocol-v6 branch from c77a0bc to 4b3f644 Compare March 12, 2026 19:01
Base automatically changed from integration/protocol-v6 to main March 12, 2026 20:09
@github-actions github-actions bot temporarily deployed to staging/pull/2180/bundle-report March 12, 2026 20:15 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/2180/features March 12, 2026 20:15 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/2180/typedoc March 12, 2026 20:15 Inactive
@VeskeR VeskeR marked this pull request as ready for review March 12, 2026 20:18
@github-actions github-actions bot temporarily deployed to staging/pull/2180/features March 12, 2026 20:18 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/2180/bundle-report March 12, 2026 20:18 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/2180/typedoc March 12, 2026 20:18 Inactive
Copy link
Collaborator

@lawrence-forooghian lawrence-forooghian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but also would like to know the answer to your Slack question of whether we want to advertise the fact we're no longer public preview

@mschristensen
Copy link
Contributor

I think we can just add this to the CHANGELOG entry:

"With this release, the ably-js LiveObjects API is no longer in Public Preview and is now generally available."

@VeskeR
Copy link
Contributor Author

VeskeR commented Mar 13, 2026

I think we can just add this to the CHANGELOG entry:
"With this release, the ably-js LiveObjects API is no longer in Public Preview and is now generally available."

Done 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants