Skip to content

Commit f0c6286

Browse files
chore(master): release cognite-sdk-python 7.90.0 (#2415)
Co-authored-by: Håkon V. Treider <haakonvt@gmail.com>
1 parent ff4f0a5 commit f0c6286

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

.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.89.0"
2+
".": "7.90.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 4 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+
## [7.90.0](https://github.com/cognitedata/cognite-sdk-python/compare/cognite-sdk-python-v7.89.0...cognite-sdk-python-v7.90.0) (2025-11-26)
17+
18+
19+
### Features
20+
21+
* workflows: Allow status for workflow task updates ([#2392](https://github.com/cognitedata/cognite-sdk-python/issues/2392)) ([24673c5](https://github.com/cognitedata/cognite-sdk-python/commit/24673c58350ee6865bb606c0dd0055da96da90a5))
22+
23+
24+
### Bug Fixes
25+
26+
* dont send null for system-managed props CogniteFile ([#2414](https://github.com/cognitedata/cognite-sdk-python/issues/2414)) ([35bb475](https://github.com/cognitedata/cognite-sdk-python/commit/35bb475ed91dfa36063799364f335e0a6e65e708))
27+
1628
## [7.89.0](https://github.com/cognitedata/cognite-sdk-python/compare/v7.88.0...v7.89.0) (2025-11-04)
1729

1830

@@ -127,15 +139,15 @@ As of 2025-08-29, changes are grouped as follows
127139

128140
## [7.82.1] - 2025-08-28
129141
### Fixed
130-
- Fix documentation of files.upload_content. It does not support directories. Use more meaningful errors when the path is not a file.
142+
- Fix documentation of files.upload_content. It does not support directories. Use more meaningful errors when the path is not a file.
131143

132144
## [7.82.0] - 2025-08-26
133145
### Added
134146
- Added support for specifying `max_text_size` in DMS text properties.
135147

136148
## [7.81.3] - 2025-08-26
137149
### Added
138-
- Added missing parameter `nonce` to the `FunctionScheduleWrite` method to allow passing
150+
- Added missing parameter `nonce` to the `FunctionScheduleWrite` method to allow passing
139151
a custom nonce.
140152

141153
## [7.81.2] - 2025-08-21
@@ -173,7 +185,7 @@ As of 2025-08-29, changes are grouped as follows
173185

174186
## [7.78.1] - 2025-08-01
175187
### Changed
176-
- Only emit counts for each status (successful, failed, unknown, skipped) in exception __str__ reprs. The actual
188+
- Only emit counts for each status (successful, failed, unknown, skipped) in exception __str__ reprs. The actual
177189
underlying objects are still available through the `succesful`, `unknown`, `failed`, and `skipped` attributes.
178190
### Fixed
179191
- Fixes type annotations for Functions API. Adds new `FunctionHandle` type for annotating function handles.
@@ -193,7 +205,7 @@ As of 2025-08-29, changes are grouped as follows
193205

194206
## [7.77.2] - 2025-07-25
195207
### Added
196-
- Agents now maintains all properties returned from the API when using the `.load(...)` and `.dump(...)` methods.
208+
- Agents now maintains all properties returned from the API when using the `.load(...)` and `.dump(...)` methods.
197209
Similarly, you can load an `AgentUpsert` from a `dict`/`YAML`/`JSON` object using the `AgentUpsert.load(...)` method
198210
and all properties will be sent to the API.
199211

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.89.0" # x-release-please-version
3+
__version__ = "7.90.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.89.0"
3+
version = "7.90.0"
44

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

0 commit comments

Comments
 (0)