Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ably/ably-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ably/ably-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 13, 2026

  1. [ECO-5698] fix: handle normal WebSocket close frames and improve reco…

    …nnection logic
    
    - Added local WebSocket proxy for testing (`WsProxy`) and corresponding tests for immediate reconnection on normal close.
    - Fixed missing reconnection on server-sent normal WebSocket close frames in `WebSocketTransport`.
    - Adjusted idle timer handling to avoid accidental reuse.
    
    (cherry picked from commit 69a7527)
    ttypic committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    6a3ef00 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 2.1.4

    ttypic committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    76b2aa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    536d2b0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #675 from ably/release/2.1.4

    Release/2.1.4
    ttypic authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    463c2c6 View commit details
    Browse the repository at this point in the history
  5. fix: packaging issue for generated /sync files

    UV respects `.gitgnore` by default and excludes generated `/sync` files from built packages.
    
    In this PR we explicitly specify files that should be packed and ignore vcs
    
    (cherry picked from commit 65e5bc1)
    ttypic committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    bb3606a View commit details
    Browse the repository at this point in the history
Loading