Skip to content

Commit d8ba283

Browse files
chore(master): release cognite-sdk-python 8.5.0 (#2615)
1 parent 5c74927 commit d8ba283

4 files changed

Lines changed: 22 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.4.0"
2+
".": "8.5.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,25 @@ 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.5.0](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v8.4.0...cognite-sdk-python-v8.5.0) (2026-05-18)
17+
18+
19+
### Features
20+
21+
* **Workflows:** Add missing unknown classes for future-compatibility ([#2623](https://github.com/cognitedata/cognite-sdk-python/issues/2623)) ([5c74927](https://github.com/cognitedata/cognite-sdk-python/commit/5c74927b808f77e295bffe76c5c1d5f97e281867))
22+
23+
24+
### Bug Fixes
25+
26+
* **capabilities:** add missing RUN action to FunctionsAcl ([#2614](https://github.com/cognitedata/cognite-sdk-python/issues/2614)) ([fd97419](https://github.com/cognitedata/cognite-sdk-python/commit/fd97419a87aade63e796d8bd106a20284aba99ee))
27+
* deprecate public api_client property. warn on async api_client footgun on sync client ([#2618](https://github.com/cognitedata/cognite-sdk-python/issues/2618)) ([4b38aa0](https://github.com/cognitedata/cognite-sdk-python/commit/4b38aa05007ce7b1bdab9e1038ab032030655f3d))
28+
* **iam:** tolerate partial Session response when caller lacks sessionsAcl:LIST ([#2617](https://github.com/cognitedata/cognite-sdk-python/issues/2617)) ([754fbc6](https://github.com/cognitedata/cognite-sdk-python/commit/754fbc676766bd3fc31bd87edea6cd5bb873f2e4))
29+
30+
31+
### Documentation
32+
33+
* **simulators:** improve type hints and default values for some arguments in the simulator module ([#2624](https://github.com/cognitedata/cognite-sdk-python/issues/2624)) ([b16a310](https://github.com/cognitedata/cognite-sdk-python/commit/b16a31063a68bf072ed6e797d82461036e25519e))
34+
1635
## [8.4.0](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v8.3.0...cognite-sdk-python-v8.4.0) (2026-05-07)
1736

1837

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.4.0" # x-release-please-version
3+
__version__ = "8.5.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.4.0"
3+
version = "8.5.0"
44

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

0 commit comments

Comments
 (0)