Skip to content

Commit

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

## [7.45.0] - 2024-05-28
### Added
- DatapointsAPI now support `timezone` and new calendar-based granularities like `month`, `quarter` and `year`.
These API features are in beta, and the SDK implementation in alpha, meaning breaking changes can
happen without warning. Set beta header to avoid warning. Users of `retrieve_dataframe_in_tz` should
consider upgrading as soon as possible.

## [7.44.0] - 2024-05-24
### Added
- New utility function `datetime_to_ms_iso_timestamp` in `cognite.client.utils` to convert a datetime object to a string representing a timestamp in the format expected by the Cognite GraphQL API.
- New utility function `datetime_to_ms_iso_timestamp` in `cognite.client.utils` to convert a datetime object
to a string representing a timestamp in the format expected by the Cognite GraphQL API.

## [7.43.6] - 2024-05-27
### Improved
Expand Down
2 changes: 1 addition & 1 deletion cognite/client/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import annotations

__version__ = "7.44.0"
__version__ = "7.45.0"
__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.44.0"
version = "7.45.0"
description = "Cognite Python SDK"
readme = "README.md"
documentation = "https://cognite-sdk-python.readthedocs-hosted.com"
Expand Down

0 comments on commit 3afe935

Please sign in to comment.