Skip to content

Commit b5d166a

Browse files
chore(master): release cognite-sdk-python 8.2.0 (#2589)
1 parent 73b28fc commit b5d166a

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ As of 2025-08-29, changes are grouped as follows
1313
- 🐛 Bug Fixes: Bug fixes.
1414
- ⚡ Improvements: Transparent changes, e.g. better performance.
1515

16+
## [8.2.0](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v8.1.0...cognite-sdk-python-v8.2.0) (2026-04-27)
17+
18+
19+
### Features
20+
21+
* **functions:** Add py313 to RunTime for Cognite Functions ([#2582](https://github.com/cognitedata/cognite-sdk-python/issues/2582)) ([43efd75](https://github.com/cognitedata/cognite-sdk-python/commit/43efd75ccbce57d616207199f85c4d2205644eeb))
22+
23+
24+
### Bug Fixes
25+
26+
* **datapoints:** restore backpressure in insert_multiple to fix memory regression vs v7 ([#2594](https://github.com/cognitedata/cognite-sdk-python/issues/2594)) ([73b28fc](https://github.com/cognitedata/cognite-sdk-python/commit/73b28fcc0bb571f87caa23c34789bd435c23689d))
27+
1628
## [8.1.0](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v8.0.7...cognite-sdk-python-v8.1.0) (2026-04-23)
1729

1830

cognite/client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import annotations
22

3-
__version__ = "8.1.0" # x-release-please-version
3+
__version__ = "8.2.0" # x-release-please-version
44

55
__api_subversion__ = "20230101"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cognite-sdk"
3-
version = "8.1.0"
3+
version = "8.2.0"
44

55
description = "Cognite Python SDK"
66
readme = "README.md"

0 commit comments

Comments
 (0)