Skip to content

Commit

Permalink
Make a new release (#331)
Browse files Browse the repository at this point in the history
* Make a new release

* Add data model queue to changelog

* Fix changelog header
  • Loading branch information
mathialo authored May 22, 2024
1 parent 349fa23 commit 3ddf6ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## Next
## 7.2.0

### Fixed

* Fixed an issue with the `retry` decorator where functions would not be
called at all if the cancellation token was set. This resulted in errors
with for example upload queues.

## Next

### Added

* A new type of state store that stores hashes of ingested items. This can be used to detect changed RAW rows or data model instances.
* An upload queue for data model instances.
* A new type of state store that stores hashes of ingested items. This can be
used to detect changed RAW rows or data model instances.

## 7.1.6

Expand Down
2 changes: 1 addition & 1 deletion cognite/extractorutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
Cognite extractor utils is a Python package that simplifies the development of new extractors.
"""

__version__ = "7.1.6"
__version__ = "7.2.0"
from .base import Extractor
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cognite-extractor-utils"
version = "7.1.6"
version = "7.2.0"
description = "Utilities for easier development of extractors for CDF"
authors = ["Mathias Lohne <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 3ddf6ac

Please sign in to comment.