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
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
+
## 0.70.0 (2026-06-23)
4
+
5
+
Full Changelog: [v0.69.0...v0.70.0](https://github.com/kernel/kernel-python-sdk/compare/v0.69.0...v0.70.0)
6
+
7
+
### Features
8
+
9
+
* Add GET /browsers/{id}/telemetry/events (read from S2) ([9a84bff](https://github.com/kernel/kernel-python-sdk/commit/9a84bff15de4d6ed1930f0d9dc01ace64548866c))
10
+
* Align browser-pool timeout/viewport/fill-rate contract with implementation; reject save_changes on update ([5fdc97b](https://github.com/kernel/kernel-python-sdk/commit/5fdc97b27bdd92cb6f91f1162c1a5827e4a6a172))
11
+
* api: support per-acquire start_url override on browser pool acquire ([31e7cef](https://github.com/kernel/kernel-python-sdk/commit/31e7cefe14fa6d8a98652f387563b395d7af7b09))
12
+
***api:** add GET /extensions/{id_or_name}/metadata ([a88cbff](https://github.com/kernel/kernel-python-sdk/commit/a88cbff17b47ecc14a8ba74170dcf467bff55816))
13
+
***api:** resolve GET /org/projects/{id} by ID or name ([b5ff4c6](https://github.com/kernel/kernel-python-sdk/commit/b5ff4c68b5915e77c63c9f9719870d1e7c38e8f2))
14
+
* Forward replay param through telemetry stream passthrough ([e330f60](https://github.com/kernel/kernel-python-sdk/commit/e330f6024b254fe4275f222ee834026528675324))
15
+
3
16
## 0.69.0 (2026-06-18)
4
17
5
18
Full Changelog: [v0.68.0...v0.69.0](https://github.com/kernel/kernel-python-sdk/compare/v0.68.0...v0.69.0)
0 commit comments