Skip to content

Commit 03ba6fa

Browse files
chore(master): release cognite-sdk-python 8.3.0 (#2597)
1 parent 9e1e910 commit 03ba6fa

4 files changed

Lines changed: 18 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.2.0"
2+
".": "8.3.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ 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.3.0](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v8.2.0...cognite-sdk-python-v8.3.0) (2026-05-05)
17+
18+
19+
### Features
20+
21+
* **Data Modeling:** change data modeling /sync default mode to two_phase ([#2595](https://github.com/cognitedata/cognite-sdk-python/issues/2595)) ([642b9bb](https://github.com/cognitedata/cognite-sdk-python/commit/642b9bbb88e56a1ab9df1e0cdc418592ab0ed013))
22+
* **files:** Support automatic upload of files larger than 5GB ([#2566](https://github.com/cognitedata/cognite-sdk-python/issues/2566)) ([dd4bbb7](https://github.com/cognitedata/cognite-sdk-python/commit/dd4bbb780c6d5067ac73f934791e9cf071ea6117))
23+
24+
25+
### Bug Fixes
26+
27+
* **Data Modeling:** Add missing imports + add code examples ([#2601](https://github.com/cognitedata/cognite-sdk-python/issues/2601)) ([d13b22a](https://github.com/cognitedata/cognite-sdk-python/commit/d13b22a718862723648938d5ad8a763ec765bd3f))
28+
* **Datapoints:** restore plain identifier column names in returned dataframes ([#2603](https://github.com/cognitedata/cognite-sdk-python/issues/2603)) ([9e1e910](https://github.com/cognitedata/cognite-sdk-python/commit/9e1e9103fdf7d0c3eb582714a76c6659c32d4135))
29+
* Transformation notification response class ([#2600](https://github.com/cognitedata/cognite-sdk-python/issues/2600)) ([2633e59](https://github.com/cognitedata/cognite-sdk-python/commit/2633e598c9ab46110e8cdfcf82d4615946ea5c3c))
30+
1631
## [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)
1732

1833

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.2.0" # x-release-please-version
3+
__version__ = "8.3.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.2.0"
3+
version = "8.3.0"
44

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

0 commit comments

Comments
 (0)