Skip to content

Commit 3326f55

Browse files
chore(master): release cognite-sdk-python 8.6.0 (#2630)
1 parent ac60c0e commit 3326f55

4 files changed

Lines changed: 15 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.5.0"
2+
".": "8.6.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ 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.6.0](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v8.5.0...cognite-sdk-python-v8.6.0) (2026-05-20)
17+
18+
19+
### Features
20+
21+
* Add ability to use datetime objects or time-shift strings in TimestampRange ([#2432](https://github.com/cognitedata/cognite-sdk-python/issues/2432)) ([85debd3](https://github.com/cognitedata/cognite-sdk-python/commit/85debd305d568aed34392a52b61d155bbd3356fa))
22+
23+
24+
### Bug Fixes
25+
26+
* respect HTTP(S)_PROXY env vars for httpx client ([#2632](https://github.com/cognitedata/cognite-sdk-python/issues/2632)) ([ac60c0e](https://github.com/cognitedata/cognite-sdk-python/commit/ac60c0e79c00ec3afe2f3f059e4246661bf73705))
27+
1628
## [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)
1729

1830

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.5.0" # x-release-please-version
3+
__version__ = "8.6.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.5.0"
3+
version = "8.6.0"
44

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

0 commit comments

Comments
 (0)