Skip to content

Commit 7fde81e

Browse files
committed
chore(master): release cognite-sdk-python 7.92.0
1 parent c18ef7f commit 7fde81e

4 files changed

Lines changed: 23 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-
".": "7.91.2"
2+
".": "7.92.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@ 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+
## [7.92.0](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v7.91.2...cognite-sdk-python-v7.92.0) (2026-02-18)
17+
18+
19+
### Features
20+
21+
* **SyntheticTimeSeries:** add optional timezone argument to the query method ([#2465](https://github.com/cognitedata/cognite-sdk-python/issues/2465)) ([5093814](https://github.com/cognitedata/cognite-sdk-python/commit/5093814213686c91850ad534900fb9a2b889e49c))
22+
23+
24+
### Bug Fixes
25+
26+
* flaky workflow test test_trigger_retrieve_detailed_update_async_task now uses actual function ([#2475](https://github.com/cognitedata/cognite-sdk-python/issues/2475)) ([c18ef7f](https://github.com/cognitedata/cognite-sdk-python/commit/c18ef7f2836918ddada841caa66190658430fb0a))
27+
* re-enables the flaky workflow tests ([#2473](https://github.com/cognitedata/cognite-sdk-python/issues/2473)) ([b2c4580](https://github.com/cognitedata/cognite-sdk-python/commit/b2c45805fb43e4c7fa6cdaef1215e511225e047d))
28+
29+
30+
### Documentation
31+
32+
* add data modelling debugging data classes to the docs ([#2476](https://github.com/cognitedata/cognite-sdk-python/issues/2476)) ([c523322](https://github.com/cognitedata/cognite-sdk-python/commit/c523322efc23594e36cd6819b8b19783b93dedf5))
33+
* improve readability of API method signatures ([#2460](https://github.com/cognitedata/cognite-sdk-python/issues/2460)) ([f9cf998](https://github.com/cognitedata/cognite-sdk-python/commit/f9cf998d261a2da6cc1609feaa6ab6055ad137b0))
34+
* Split long object signatures in separate lines ([c45b298](https://github.com/cognitedata/cognite-sdk-python/commit/c45b29819aa0e1f89c3b795d2f1527ead80e9391))
35+
1636
## [7.91.2](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v7.91.1...cognite-sdk-python-v7.91.2) (2026-01-23)
1737

1838

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__ = "7.91.2" # x-release-please-version
3+
__version__ = "7.92.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 = "7.91.2"
3+
version = "7.92.0"
44

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

0 commit comments

Comments
 (0)