Skip to content

Commit 414f3ac

Browse files
chore(master): release cognite-sdk-python 8.1.0 (#2571)
1 parent 72bf48f commit 414f3ac

4 files changed

Lines changed: 21 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.0.7"
2+
".": "8.1.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ 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.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)
17+
18+
19+
### Features
20+
21+
* **agents:** add QueryAgentTool (in preview) for the new data modeling query tool type ([#2569](https://github.com/cognitedata/cognite-sdk-python/issues/2569)) ([31549a4](https://github.com/cognitedata/cognite-sdk-python/commit/31549a426769555ac90e38c05a51665875e9eda3))
22+
23+
24+
### Bug Fixes
25+
26+
* **agents:** expose runtime version on agent models ([#2568](https://github.com/cognitedata/cognite-sdk-python/issues/2568)) ([2219c53](https://github.com/cognitedata/cognite-sdk-python/commit/2219c53e7d2a288eeb2c32d6c54e09326c790ccb))
27+
* **raw:** limit=-1 silently returned only the first chunk of rows ([#2588](https://github.com/cognitedata/cognite-sdk-python/issues/2588)) ([72bf48f](https://github.com/cognitedata/cognite-sdk-python/commit/72bf48fccf8f4c76aa2911a571eafda022e5deb3))
28+
29+
30+
### Documentation
31+
32+
* Show correct accessors in the documentation ([#2563](https://github.com/cognitedata/cognite-sdk-python/issues/2563)) ([46babc5](https://github.com/cognitedata/cognite-sdk-python/commit/46babc58ff0175652a2c196e54262ef4f87b6acc))
33+
1634
## [8.0.7](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v8.0.6...cognite-sdk-python-v8.0.7) (2026-04-10)
1735

1836

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.0.7" # x-release-please-version
3+
__version__ = "8.1.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.0.7"
3+
version = "8.1.0"
44

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

0 commit comments

Comments
 (0)