You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved conflicts in src/runloop_api_client/resources/axons/axons.py by:
- Keeping auto-reconnection logic from feature branch (ReconnectingStream)
- Adding support for user-provided after_sequence parameter from main
- Initial stream uses user's after_sequence, reconnections use last received sequence
- Both sync and async subscribe_sse methods now properly support both features
Changes from origin/main (v1.15.0):
- Updated version to 1.15.0
- Added axon_subscribe_sse_params type
- Updated benchmark_runs and related tests
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## 1.15.0 (2026-04-02)
4
+
5
+
Full Changelog: [v1.14.1...v1.15.0](https://github.com/runloopai/api-client-python/compare/v1.14.1...v1.15.0)
6
+
7
+
### Features
8
+
9
+
***benchmark-runs:** add state filter and multi-value benchmark_id support to listBenchmarkRuns ([#8480](https://github.com/runloopai/api-client-python/issues/8480)) ([08e6a25](https://github.com/runloopai/api-client-python/commit/08e6a2543fbac1d20d2f8c1c51b34c989a622003))
10
+
11
+
12
+
### Bug Fixes
13
+
14
+
* Add after_sequence param to axon subscribe ([#8497](https://github.com/runloopai/api-client-python/issues/8497)) ([454cce4](https://github.com/runloopai/api-client-python/commit/454cce48cf22ba3466f4063d58af4650b9b84322))
15
+
3
16
## 1.14.1 (2026-04-01)
4
17
5
18
Full Changelog: [v1.14.0...v1.14.1](https://github.com/runloopai/api-client-python/compare/v1.14.0...v1.14.1)
0 commit comments