From 96b3812d4a1c104b4e1240901293f58fa2e4ffaf Mon Sep 17 00:00:00 2001 From: Erlend vollset Date: Thu, 7 May 2026 19:17:00 +0200 Subject: [PATCH 1/2] chore(master): release cognite-sdk-python 8.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ cognite/client/_version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d48393bbc..818c5627b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.3.0" + ".": "8.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c65917f942..839994b171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ As of 2025-08-29, changes are grouped as follows - 🐛 Bug Fixes: Bug fixes. - ⚡ Improvements: Transparent changes, e.g. better performance. +## [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) + + +### Features + +* **Data Modeling:** add alpha `instances.sync_with_file_cache` for /sync jobs with file cache (DM-3759) ([#2599](https://github.com/cognitedata/cognite-sdk-python/issues/2599)) ([df273dc](https://github.com/cognitedata/cognite-sdk-python/commit/df273dc2a1315b289794b49626f723c3f6eb5551)) +* **streams:** Streams API ([#2534](https://github.com/cognitedata/cognite-sdk-python/issues/2534)) ([1979253](https://github.com/cognitedata/cognite-sdk-python/commit/19792538e2a7ab3c2e7543ae46a948e02aa67f35)) + ## [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) diff --git a/cognite/client/_version.py b/cognite/client/_version.py index fdac4e862f..4725f9f060 100644 --- a/cognite/client/_version.py +++ b/cognite/client/_version.py @@ -1,5 +1,5 @@ from __future__ import annotations -__version__ = "8.3.0" # x-release-please-version +__version__ = "8.4.0" # x-release-please-version __api_subversion__ = "20230101" diff --git a/pyproject.toml b/pyproject.toml index 69a778839a..bc7fe9bc6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognite-sdk" -version = "8.3.0" +version = "8.4.0" description = "Cognite Python SDK" readme = "README.md" From c96181c7b550d5ef68d080b5eb0f1ab8f0ad35b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20V=2E=20Treider?= Date: Thu, 7 May 2026 19:42:21 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 839994b171..6fb503f57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,7 @@ As of 2025-08-29, changes are grouped as follows ### Features -* **Data Modeling:** add alpha `instances.sync_with_file_cache` for /sync jobs with file cache (DM-3759) ([#2599](https://github.com/cognitedata/cognite-sdk-python/issues/2599)) ([df273dc](https://github.com/cognitedata/cognite-sdk-python/commit/df273dc2a1315b289794b49626f723c3f6eb5551)) -* **streams:** Streams API ([#2534](https://github.com/cognitedata/cognite-sdk-python/issues/2534)) ([1979253](https://github.com/cognitedata/cognite-sdk-python/commit/19792538e2a7ab3c2e7543ae46a948e02aa67f35)) +* **Data Modeling (alpha):** add `instances.sync_with_file_cache` for /sync jobs with file cache (DM-3759) ([#2599](https://github.com/cognitedata/cognite-sdk-python/issues/2599)) ([df273dc](https://github.com/cognitedata/cognite-sdk-python/commit/df273dc2a1315b289794b49626f723c3f6eb5551)) ## [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)