Skip to content

Releases: cognitedata/python-extractor-utils

Version 1.2.3

08 Jan 10:26
accf9b7
Compare
Choose a tag to compare

Fixes an issue with the FileUploadQueue

Version 1.2.2

07 Dec 10:26
a98636a
Compare
Choose a tag to compare

General OIDC token support

Version 1.2.1

07 Dec 09:05
68760c9
Compare
Choose a tag to compare

Add option to authenticate to CDF with AAD

Version 1.2.0

16 Sep 10:37
d915ee6
Compare
Choose a tag to compare
Release version 1.2.0 (#71)

* Add upload queues for sequences and files
* TimeSeriesUploadQueue can now auto-create string time series

Version 1.1.1

31 Aug 08:46
08b8e4f
Compare
Choose a tag to compare
Add option to create missing time series from upload queue (#65)

This will create the missing time series whenever external ids are
used.

Also fixes an issue in EitherId where the repr method didn't return a
string (as expected).

Version 1.1.0

31 Aug 08:46
4494216
Compare
Choose a tag to compare
Add py.typed file so mypy knows that package is typed (#64)

Version 1.0.2

02 Jul 14:23
a5e0c23
Compare
Choose a tag to compare
Release version 1.0.2 (#55)

Fix:

 * Don't require auth for prometheus push gateways as push gateways can
   be configured to allow unauthorized access.
 * Fixed a bug where the state store config would not allow raw state
   stores without explicit `null` on local

Version 1.0.1

25 May 10:54
d60325b
Compare
Choose a tag to compare
Release 1.0.1 (#50)

Add:

 - An outside_state method to test if a new proposed state in state
   stores is covered or not
 - A general SIGINT handler
 - Several minor additions to configtools: Defaults in
   StateStoreConfig, optional dataset ID in CogniteConfig, option to
   have version as int or None
 - Add a metrics factory that caches instances

Fix:

 - A concurrency issue with TimeSeriesUploadQueue where uploads could
   fail if points were added at the very start of the upload call
 - Fix documentation build

Version 1.0.0

15 May 11:24
c72052c
Compare
Choose a tag to compare
Release 1.0.0 (#42)

Release the first stable version. Open source the library under the
Apache 2.0 license

Update readme