Skip to content

Commit

Permalink
Update Core Model (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino authored Sep 25, 2024
1 parent eecfad9 commit d3cd8c9
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 129 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.62.4] - 2024-09-25
### Fixed
- In the CoreModel, `client.data_classes.data_modeling.cdm` the fields `isUploaded` and `uploadedTime` in
`CogniteFile` are now considered read-only

## [7.62.3] - 2024-09-24
### Added
- [Feature Preview - alpha] Support for `Kafka` and `Rest` sources in `client.hosted_extractors.sources`.
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.62.3"
__version__ = "7.62.4"
__api_subversion__ = "20230101"
Loading

0 comments on commit d3cd8c9

Please sign in to comment.