Skip to content

Release/3.1.1#673

Merged
ttypic merged 2 commits intomainfrom
release/3.1.1
Mar 13, 2026
Merged

Release/3.1.1#673
ttypic merged 2 commits intomainfrom
release/3.1.1

Conversation

@ttypic
Copy link
Contributor

@ttypic ttypic commented Mar 13, 2026

Release v3.1.1

Summary by CodeRabbit

  • Bug Fixes
    • Fixed handling of normal WebSocket close frames
    • Improved reconnection logic

@ttypic ttypic requested a review from owenpearson March 13, 2026 13:50
@coderabbitai
Copy link

coderabbitai bot commented Mar 13, 2026

Warning

Rate limit exceeded

@ttypic has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 8 minutes and 4 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e740bf87-2d08-409f-8d0e-8f91df97048d

📥 Commits

Reviewing files that changed from the base of the PR and between 88a3f58 and 5b5b685.

📒 Files selected for processing (1)
  • CHANGELOG.md

Walkthrough

This PR is a patch version bump from 3.1.0 to 3.1.1, updating version identifiers across configuration and module files, and adding a corresponding changelog entry documenting fixes for WebSocket close frame handling and reconnection logic improvements.

Changes

Cohort / File(s) Summary
Version Configuration
pyproject.toml, ably/__init__.py
Updated version number from 3.1.0 to 3.1.1 in project configuration and module exports.
Changelog
CHANGELOG.md
Added v3.1.1 release entry documenting WebSocket close frame handling fixes and reconnection logic improvements.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A version bump hops through the code,
From 3.1.0 down the changelog road,
WebSocket frames now handled with care,
Reconnection logic fixed everywhere!
🔄✨

🚥 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/3.1.1' is directly related to the main change, which is releasing version 3.1.1 by updating version numbers and changelog.
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 unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/3.1.1
📝 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.

@github-actions github-actions bot temporarily deployed to staging/pull/673/features March 13, 2026 13:51 Inactive
Copy link

@coderabbitai coderabbitai bot left a 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

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@CHANGELOG.md`:
- Line 9: Update the changelog entry string "Fixed handle normal WebSocket close
frames and improve reconnection logic" to correct grammar; replace it with "Fix
handling of normal WebSocket close frames and improve reconnection logic" (or
"Fixed handling of normal WebSocket close frames and improved reconnection
logic" if past tense is preferred) so the sentence reads clearly in
CHANGELOG.md.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 89ae7eca-3601-4d07-b8e8-9afc7480e739

📥 Commits

Reviewing files that changed from the base of the PR and between fc46a66 and 88a3f58.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (3)
  • CHANGELOG.md
  • ably/__init__.py
  • pyproject.toml

@ttypic ttypic merged commit 787da08 into main Mar 13, 2026
15 of 17 checks passed
@ttypic ttypic deleted the release/3.1.1 branch March 13, 2026 14:24
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.

2 participants