Skip to content

Commit

Permalink
changelog, version
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt committed Dec 5, 2024
1 parent d1423f5 commit 8527a92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,22 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [7.70.3] - 2024-12-05
### Fixed
- Aggregation requests with custom properties, like a metadata key, are no longer converted to camelCase
automatically.

## [7.70.2] - 2024-12-04
### Fixed
- Retrieving `ExtractionPipeline` either with `client.extraction_pipelines.retrieve` or
`client.extraction_pipelines.list` no longer raises a `KeyError` if any of the pipline properties have a contact
with a `None` value.
- Retrieving `ExtractionPipeline` no longer raises a `KeyError` if any of the piplines have a contact with missing fields.

## [7.70.1] - 2024-12-04
### Fixed
- Fix `workflows.executions.retrieve_detailed` type for `SimulationInputOverride` to allow for `None` value for `unit`.

## [7.70.0] - 2024-12-02
### Added
- Workflow support for "simulation" task type.
- Workflow support for "simulation" task type.

## [7.69.4] - 2024-12-02
### Added
Expand Down
2 changes: 1 addition & 1 deletion cognite/client/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import annotations

__version__ = "7.70.2"
__version__ = "7.70.3"

__api_subversion__ = "20230101"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "cognite-sdk"

version = "7.70.2"
version = "7.70.3"

description = "Cognite Python SDK"
readme = "README.md"
Expand Down

0 comments on commit 8527a92

Please sign in to comment.