Skip to content

Version 1.0.1

Compare
Choose a tag to compare
@mathialo mathialo released this 25 May 10:54
· 339 commits to master since this release
d60325b
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