Skip to content

Commit 4d1e967

Browse files
release: 0.25.0
1 parent f4dd370 commit 4d1e967

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.24.0"
2+
".": "0.25.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.25.0 (2026-01-16)
4+
5+
Full Changelog: [v0.24.0...v0.25.0](https://github.com/kernel/kernel-python-sdk/compare/v0.24.0...v0.25.0)
6+
7+
### Features
8+
9+
* add MFA options to agent authentication workflow ([11d9fa2](https://github.com/kernel/kernel-python-sdk/commit/11d9fa2e7c9055b66a0770c92e076d1aa4f3e45f))
10+
* add WebSocket process attach and PTY support ([669680a](https://github.com/kernel/kernel-python-sdk/commit/669680a3c9c15b4659e0c341710c6fc3e8ce4b3e))
11+
* **api:** add IP address logging for residential and custom proxies ([f4dd370](https://github.com/kernel/kernel-python-sdk/commit/f4dd370e952f785c8a4d5f10a92b204553bb94ce))
12+
* **api:** manual updates ([ee85d06](https://github.com/kernel/kernel-python-sdk/commit/ee85d06ccbe09f41c584053364f791f2bd554d23))
13+
* **api:** update production repos ([3023fe2](https://github.com/kernel/kernel-python-sdk/commit/3023fe2baf88335cdf0710662e5aad8df03235f4))
14+
* **client:** add support for binary request streaming ([466fa85](https://github.com/kernel/kernel-python-sdk/commit/466fa8513db1aa4f5660ecff64349908fdefe62d))
15+
16+
17+
### Chores
18+
19+
* sync repo ([29bcc8a](https://github.com/kernel/kernel-python-sdk/commit/29bcc8a53b5b4d09df64287eb6c1189ca110e5a7))
20+
321
## 0.24.0 (2025-12-17)
422

523
Full Changelog: [v0.23.0...v0.24.0](https://github.com/onkernel/kernel-python-sdk/compare/v0.23.0...v0.24.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kernel"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
description = "The official Python library for the kernel API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/kernel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "kernel"
4-
__version__ = "0.24.0" # x-release-please-version
4+
__version__ = "0.25.0" # x-release-please-version

0 commit comments

Comments
 (0)