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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,32 @@ Changes are grouped as follows
12
12
-`Fixed` for any bug fixes.
13
13
-`Security` in case of vulnerabilities.
14
14
15
-
## Next
15
+
## 7.7.0
16
+
17
+
### Added
18
+
19
+
* Added the `CDMTimeSeriesUploadQueue` class to upload time series datapoints to instances in the Cognite Data Model (CDM). This new uploader uses `NodeId` for identification and can automatically create `CogniteExtractorTimeSeriesApply` instances if they are missing.
20
+
21
+
### Changed
22
+
23
+
* Refactored the time series uploaders for better code reuse and maintainability. A new generic base class, `BaseTimeSeriesUploadQueue`, has been introduced to contain common logic for datapoint validation and sanitization. Both the existing `TimeSeriesUploadQueue` and the new `CDMTimeSeriesUploadQueue` now inherit from this base class.
24
+
25
+
26
+
## 7.6.0
27
+
28
+
### Added
29
+
30
+
* Added a common method `_report_run` that can be called from any extractors using this library to report a extractor run into Extractor Pipelines. This automatically handles truncating the message to less than 1000 characters if required.
31
+
32
+
### Fixed
33
+
34
+
* Fixed `_report_success` calls failing if the `success_message` was longer than 1000 characters
16
35
17
36
### Changed
18
37
19
38
* In the `unstable` package: `-l` / `--local-override` is renamed to `-f` / `--force-local-config`
0 commit comments