-
Notifications
You must be signed in to change notification settings - Fork 0
chore: release 0.16.0 #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughVersion release update bumping package versions from 0.15.0 to 0.16.0 across package manifests and introducing comprehensive 0.16.0 release notes in the changelog documenting new features, changes, fixes, and development activities. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 8-45: The release note for "## [0.16.0] - 2026-01-19" references
"(BREAKING CHANGE - see migration notes below)" but no "Migration Notes" section
exists; either add a "Migration Notes" subsection under the 0.16.0 entry
describing the naming convention changes and any required user migration steps,
or remove the parenthetical reference from the "Standardized naming conventions
across commands (BREAKING CHANGE - see migration notes below)" line so it no
longer points to a missing section; update the text near that exact header and
phrase to ensure consistency.
cc7f499 to
bad2d11
Compare
Release 0.16.0
This PR prepares the Ably CLI for the 0.16.0 release.
Changes in This Release
Added
--show-othersflag tochannels presence entercommandrooms messages subscribecommandrooms messages historycommandChanged
Fixed
Development
Files Changed
package.json- Version bumped to 0.16.0packages/react-web-cli/package.json- Version bumped to 0.16.0CHANGELOG.md- Added 0.16.0 release notesREADME.md- Regenerated command documentationVerification
All mandatory checks have passed:
pnpm prepare- Build and manifest generation succeededpnpm exec eslint .- 0 errorspnpm test:unit- All 941 tests passedNext Steps
After this PR is merged:
git tag v0.16.0 && git push origin v0.16.0Release Date: 2026-01-19
Note
Release 0.16.0
logsinto a top-level namespace (logs history,logs subscribe), removingapps logsand channel logs duplicationapps delete [APPID],integrations delete [INTEGRATIONID],queues delete [QUEUEID]config pathandconfig showcommands; updated README command docs across the CLIrooms messages subscribesupports multiple rooms;rooms messages historyadds time filters and ordering; defaults alignedchannels presence enterand room presence add--show-othersand optional sequence numbers; long-running commands include ISO8601 timestamps/sequence numbersWritten by Cursor Bugbot for commit bad2d11. This will update automatically on new commits. Configure here.
Summary by CodeRabbit
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.