Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe pull request bumps the Go client library version from 1.3.0 to 1.4.0. A new release section is added to the changelog documenting new message operation capabilities, bug fixes including deadlock prevention, and CI improvements. The internal version constant is updated to reflect this release. 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 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 |
Summary
This PR releases version 1.4.0 of the ably-go SDK.
This is a minor version bump (1.3.0 → 1.4.0) because it introduces new functionality — support for Message Updates, Deletes, and Appends — in a backwards-compatible way. Per semantic versioning, new features warrant a minor version increment.
Changes
UpdateMessage,DeleteMessage, andAppendMessageoperationsRelease checklist
ably/proto_http.goCHANGELOG.mdupdatedv1.4.0pushed🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Bug Fixes