Releases: cognitedata/python-extractor-utils
Releases · cognitedata/python-extractor-utils
Version 1.2.3
Version 1.2.2
General OIDC token support
Version 1.2.1
Add option to authenticate to CDF with AAD
Version 1.2.0
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
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
Add py.typed file so mypy knows that package is typed (#64)
Version 1.0.2
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
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
Release 1.0.0 (#42) Release the first stable version. Open source the library under the Apache 2.0 license Update readme