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
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,23 @@
1
1
# Changelog
2
2
3
-
## 0.25.0 (2026-01-07)
3
+
## 0.25.0 (2026-01-16)
4
4
5
-
Full Changelog: [v0.24.0...v0.25.0](https://github.com/onkernel/kernel-python-sdk/compare/v0.24.0...v0.25.0)
5
+
Full Changelog: [v0.24.0...v0.25.0](https://github.com/kernel/kernel-python-sdk/compare/v0.24.0...v0.25.0)
6
6
7
7
### Features
8
8
9
-
***api:** add health check endpoint for proxies ([105801c](https://github.com/onkernel/kernel-python-sdk/commit/105801ca8028df379b2f79a8a5bd4c4e9f43c3cc))
* Enhance AuthAgentInvocation with step and last activity tracking ([99b8057](https://github.com/onkernel/kernel-python-sdk/commit/99b80574482322b22a5bd1ce79762471330f4945))
12
-
13
-
14
-
### Bug Fixes
15
-
16
-
* use async_to_httpx_files in patch method ([b103991](https://github.com/onkernel/kernel-python-sdk/commit/b1039911a4b2b47df0087821aae2cb0ddc374de2))
9
+
* add MFA options to agent authentication workflow ([bee5904](https://github.com/kernel/kernel-python-sdk/commit/bee59044cb637362349258b9d4e4be3ecdbd344b))
10
+
* add WebSocket process attach and PTY support ([3882e32](https://github.com/kernel/kernel-python-sdk/commit/3882e3272b9df5c360212f4d729a9a811f59c809))
11
+
***api:** add IP address logging for residential and custom proxies ([28f7c36](https://github.com/kernel/kernel-python-sdk/commit/28f7c3691edd8825d3e802cb0fc6142b7c6cb28e))
***api:** update production repos ([e041fef](https://github.com/kernel/kernel-python-sdk/commit/e041fef21a1b14504fef235e1b6b56bc91853550))
14
+
***client:** add support for binary request streaming ([e73f276](https://github.com/kernel/kernel-python-sdk/commit/e73f276a0be37bcfedbbb964414f4c2290560b8a))
15
+
* Support hot swap proxy on a session ([d9dedd2](https://github.com/kernel/kernel-python-sdk/commit/d9dedd21e7211290daf9ee154c038a68b91c3e71))
17
16
18
17
19
18
### Chores
20
19
21
-
***internal:** add `--fix` argument to lint script ([73e0e46](https://github.com/onkernel/kernel-python-sdk/commit/73e0e4621186edb18b05514b14a638d62a0e5d14))
22
-
***internal:** codegen related update ([6f18d40](https://github.com/onkernel/kernel-python-sdk/commit/6f18d40b0f1f98b0f50ffb64b7fe858aaefb872f))
Alternatively, you can build from source and install the wheel file:
@@ -120,7 +120,7 @@ the changes aren't made through the automated pipeline, you may want to make rel
120
120
121
121
### Publish with a GitHub workflow
122
122
123
-
You can release to package managers by using [the `Publish PyPI` GitHub action](https://www.github.com/onkernel/kernel-python-sdk/actions/workflows/publish-pypi.yml). This requires a setup organization or repository secret to be set up.
123
+
You can release to package managers by using [the `Publish PyPI` GitHub action](https://www.github.com/kernel/kernel-python-sdk/actions/workflows/publish-pypi.yml). This requires a setup organization or repository secret to be set up.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -363,9 +363,9 @@ browser = response.parse() # get the object that `browsers.create()` would have
363
363
print(browser.session_id)
364
364
```
365
365
366
-
These methods return an [`APIResponse`](https://github.com/onkernel/kernel-python-sdk/tree/main/src/kernel/_response.py) object.
366
+
These methods return an [`APIResponse`](https://github.com/kernel/kernel-python-sdk/tree/main/src/kernel/_response.py) object.
367
367
368
-
The async client returns an [`AsyncAPIResponse`](https://github.com/onkernel/kernel-python-sdk/tree/main/src/kernel/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
368
+
The async client returns an [`AsyncAPIResponse`](https://github.com/kernel/kernel-python-sdk/tree/main/src/kernel/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
369
369
370
370
#### `.with_streaming_response`
371
371
@@ -471,7 +471,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
471
471
472
472
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
473
473
474
-
We are keen for your feedback; please open an [issue](https://www.github.com/onkernel/kernel-python-sdk/issues) with questions, bugs, or suggestions.
474
+
We are keen for your feedback; please open an [issue](https://www.github.com/kernel/kernel-python-sdk/issues) with questions, bugs, or suggestions.
0 commit comments