Skip to content

Commit a36470e

Browse files
release: 0.25.0
1 parent c394989 commit a36470e

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 ([d4d7cee](https://github.com/kernel/kernel-python-sdk/commit/d4d7cee57d341104e940a8f1e597d2c5f2aaef63))
10+
* add WebSocket process attach and PTY support ([8b6d801](https://github.com/kernel/kernel-python-sdk/commit/8b6d801c4c4d7b8be2456255ff6d149439008cf7))
11+
* **api:** add IP address logging for residential and custom proxies ([c394989](https://github.com/kernel/kernel-python-sdk/commit/c39498954bc0d8d005dfd2b2686b4ade4a6fe2d3))
12+
* **api:** manual updates ([f9b1925](https://github.com/kernel/kernel-python-sdk/commit/f9b1925b938dac3094f47a67ae4cf08d743711d6))
13+
* **api:** update production repos ([82d5536](https://github.com/kernel/kernel-python-sdk/commit/82d5536162cd96165c730e565c142c8852596cfc))
14+
* **client:** add support for binary request streaming ([50a22e7](https://github.com/kernel/kernel-python-sdk/commit/50a22e7b8df5f96d086a8cf1e0e0e85542d57f58))
15+
16+
17+
### Chores
18+
19+
* sync repo ([1226a86](https://github.com/kernel/kernel-python-sdk/commit/1226a86a50be07446e18f1fcec7ee276200a69f3))
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)