Skip to content

Commit a653a17

Browse files
release: 0.25.0
1 parent 4334d21 commit a653a17

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 ([0a88e87](https://github.com/kernel/kernel-python-sdk/commit/0a88e877743b13b88393f5c4d4182af9d8175f05))
10+
* add WebSocket process attach and PTY support ([4552005](https://github.com/kernel/kernel-python-sdk/commit/4552005313fb5ebe85ab04a510ee5eedbe6cb759))
11+
* **api:** add IP address logging for residential and custom proxies ([4334d21](https://github.com/kernel/kernel-python-sdk/commit/4334d21cf05484407331051343b796cf8caf53ed))
12+
* **api:** manual updates ([e7f068f](https://github.com/kernel/kernel-python-sdk/commit/e7f068f970ba037c641cc7845a086ef88483b138))
13+
* **api:** update production repos ([1a97cd7](https://github.com/kernel/kernel-python-sdk/commit/1a97cd71d368197146038044d7b680dddc577555))
14+
* **client:** add support for binary request streaming ([f6b2cff](https://github.com/kernel/kernel-python-sdk/commit/f6b2cff6a85fd39ab0eb2b6d9c8e719da5c44751))
15+
16+
17+
### Chores
18+
19+
* sync repo ([e8338c9](https://github.com/kernel/kernel-python-sdk/commit/e8338c963d9556f5c15e14f1caebb9a3e7fdb79c))
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)