Skip to content

Commit

Permalink
Core model as composition (#1925)
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino authored Sep 14, 2024
1 parent b6f120f commit 58e4cae
Show file tree
Hide file tree
Showing 5 changed files with 2,422 additions and 2,916 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Changes are grouped as follows
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [7.60.3] - 2024-09-14
### Changed
- The Core Model and Extractor Extension (`cognite.client.data_classes.data_modeling.cdm/extractor_extension`) are
now implemented as composition and no longer inherits from each other. This is to reflect the underlying API.

## [7.60.2] - 2024-09-14
### Added
- [Feature Preview - alpha] Support for `client.hosted_extractors.destinations`.
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.60.2"
__version__ = "7.60.3"
__api_subversion__ = "20230101"
Loading

0 comments on commit 58e4cae

Please sign in to comment.