Skip to content

Commit 415ed3e

Browse files
committed
docs: changelog for v2.41.1
1 parent ed64671 commit 415ed3e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.41.1] - 2026-05-15
6+
7+
### Added
8+
9+
- **Docs**: Watch methods (`watchOrderBook`, `watchOrderBooks`, `watchAllOrderBooks`, `watchTrades`, `watchAddress`) now show WebSocket transport documentation with `ws://` / `wss://` URLs, subscribe/unsubscribe protocol, and JSON message examples. Auto-generated by the OpenAPI generator.
10+
- **SDK (TypeScript + Python)**: `watchAllOrderBooks()` / `watch_all_order_books()` — renamed from `firehose()`. Streams all orderbook updates across venues with optional venue filter. `firehose()` kept as deprecated alias.
11+
12+
### Fixed
13+
14+
- **Docs**: Watch methods previously showed as HTTP POST endpoints (`curl --request POST`). Now correctly documented as WebSocket endpoints with connection URLs for both local sidecar and hosted API.
15+
516
## [2.41.0] - 2026-05-13
617

718
### Added

0 commit comments

Comments
 (0)