Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions sdk/web-pubsub/web-pubsub-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@
### Bugs Fixed

### Other Changes
## 1.0.3 (2026-03-05)

### Features Added

- Added `invokeEvent` method to `WebPubSubClient` that allows invoking server-side event handlers and receiving responses back.
- Added application-layer ping/pong mechanism for more accurate keepalive detection. This enables the client to detect its own disconnection quickly even when WebSocket-level ping/pong frames are inaccessible (e.g., in browser environments). Added `keepAliveTimeoutInMs` option to `WebPubSubClientOptions`.

### Breaking Changes

### Bugs Fixed

- Fixed a bug that `sequenceId` with value `0` would not be sent to the service, which caused keepalive to not work when no messages had been received.

### Other Changes

- Upgraded `@azure/abort-controller` dependency from `^1.0.0` to `^2.1.2`.

## 1.0.2 (2024-05-01)

Expand Down