Skip to content

Commit 50603cd

Browse files
release: 0.25.0
1 parent 95203a4 commit 50603cd

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 ([6923d57](https://github.com/kernel/kernel-python-sdk/commit/6923d574b4ef046eba0b1148032f95ceef474610))
10+
* add WebSocket process attach and PTY support ([4d6c8a2](https://github.com/kernel/kernel-python-sdk/commit/4d6c8a22dceb96a3791c6affabf0373efd020ba1))
11+
* **api:** add IP address logging for residential and custom proxies ([95203a4](https://github.com/kernel/kernel-python-sdk/commit/95203a43319395471199b381759fe8d4d1161626))
12+
* **api:** manual updates ([f0aa739](https://github.com/kernel/kernel-python-sdk/commit/f0aa7396b458c368a126d24a8ec1b9ce9ddc4682))
13+
* **api:** update production repos ([ecef237](https://github.com/kernel/kernel-python-sdk/commit/ecef237eb33f686dab7183d6dce30b8324b75a8d))
14+
* **client:** add support for binary request streaming ([6ee9a32](https://github.com/kernel/kernel-python-sdk/commit/6ee9a32e651fd04e2d510ab721083a56ea92fab0))
15+
16+
17+
### Chores
18+
19+
* sync repo ([c6c5bbc](https://github.com/kernel/kernel-python-sdk/commit/c6c5bbcde8d6aa6b33433c194c1b2592404d2c61))
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)