You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17,25 +17,29 @@ Changes are grouped as follows
17
17
-`Fixed` for any bug fixes.
18
18
-`Security` in case of vulnerabilities.
19
19
20
+
## [7.13.8] - 2024-01-19
21
+
### Fixed
22
+
-`FilesAPI.upload` when using `geo_location` (serialize error).
23
+
20
24
## [7.13.7] - 2024-01-19
21
25
### Fixed
22
-
* Type hints for all `.update` and `.upsert` methods accept Write classes in addition to Read and Update classes.
23
-
* Missing overloading of the `.update` methods on `client.three_d.models.update`, `client.transformations.update`,
26
+
- Type hints for all `.update` and `.upsert` methods accept Write classes in addition to Read and Update classes.
27
+
- Missing overloading of the `.update` methods on `client.three_d.models.update`, `client.transformations.update`,
24
28
`client.transformations.schedules.update`, `client.relationships.update`, and `client.data_sets.update`.
25
29
26
30
## [7.13.6] - 2024-01-18
27
31
### Added
28
-
- Helper method `as_tuple` to `NodeId` and `EdgeId`.
32
+
- Helper method `as_tuple` to `NodeId` and `EdgeId`.
29
33
30
34
## [7.13.5] - 2024-01-16
31
35
### Added
32
-
- EdgeConnection, MultiEdgeConnection, MultiReverseDirectRelation and their corresponding Apply View dataclasses are now importable from `cognite.client.dataclasses.data_modeling`.
36
+
- EdgeConnection, MultiEdgeConnection, MultiReverseDirectRelation and their corresponding Apply View dataclasses are now importable from `cognite.client.dataclasses.data_modeling`.
33
37
34
38
## [7.13.4] - 2024-01-11
35
39
### Fixed
36
-
* When calling `WorkflowExecution.load` not having a `schedule` would raise a `KeyError` even though it is optional. This is now fixed.
37
-
* When calling `Datapoints.load` not having a `isString` would raise a `KeyError` even though it is optional. This is now fixed.
38
-
* Most `CogniteResourceList.as_write()` would raise a `CogniteMissingClientError` when called from a class with missing cognite_client. This is now fixed.
40
+
- When calling `WorkflowExecution.load` not having a `schedule` would raise a `KeyError` even though it is optional. This is now fixed.
41
+
- When calling `Datapoints.load` not having a `isString` would raise a `KeyError` even though it is optional. This is now fixed.
42
+
- Most `CogniteResourceList.as_write()` would raise a `CogniteMissingClientError` when called from a class with missing cognite_client. This is now fixed.
39
43
40
44
## [7.13.3] - 2024-01-12
41
45
### Added
@@ -44,7 +48,7 @@ Changes are grouped as follows
44
48
45
49
## [7.13.2] - 2024-01-11
46
50
### Fixed
47
-
* When calling `ExtractinoPipeline.load` not having a `schedule` would raise a `KeyError` even though it is optional. This is now fixed.
51
+
- When calling `ExtractinoPipeline.load` not having a `schedule` would raise a `KeyError` even though it is optional. This is now fixed.
0 commit comments