Skip to content

Commit e4d4a5b

Browse files
release: 0.25.0
1 parent 1520d15 commit e4d4a5b

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 ([a10e659](https://github.com/kernel/kernel-python-sdk/commit/a10e659003e729fbcd50b54614ac0ca1c806a4af))
10+
* add WebSocket process attach and PTY support ([010fb8f](https://github.com/kernel/kernel-python-sdk/commit/010fb8f80852d1b0353b12fe15268d4054f7480c))
11+
* **api:** add IP address logging for residential and custom proxies ([1520d15](https://github.com/kernel/kernel-python-sdk/commit/1520d15e93f5d6a49a8293ddf4126d41f6b03714))
12+
* **api:** manual updates ([978575a](https://github.com/kernel/kernel-python-sdk/commit/978575ac025f9bf8475ce96d922e5a4a0c9c9969))
13+
* **api:** update production repos ([8669770](https://github.com/kernel/kernel-python-sdk/commit/86697703eadddaf0fb98c69667b06818c941321d))
14+
* **client:** add support for binary request streaming ([082c540](https://github.com/kernel/kernel-python-sdk/commit/082c540c03054cf06510365b9494326b6bed9168))
15+
16+
17+
### Chores
18+
19+
* sync repo ([20b4cc5](https://github.com/kernel/kernel-python-sdk/commit/20b4cc5c0081894e42d6104e92e23ffd4b4b517c))
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)