Added - Configure file download/upload timeouts with `COGNITE_FILE_TRANSFER_TIMEOUT` environment variable or `file_transfer_timeout` parameter on `CogniteClient`.
Changed - Increased default file transfer timeout from 180 to 600 seconds - Retry more failure modes (read timeouts, 502, 503, 504) for files upload/download requests.
2.18.0
Changed - `COGNITE_DISABLE_SSL` now also covers ssl verification on IDP endpoints used for generating tokens.
2.17.1
Added - `created_time`, and `last_updated_time` to template data classes. - `data_set_id` to template instance data class.
2.17.0
Changed - Ignore exceptions from pypi version check and reduce its timeout to 5 seconds.
Fixed - Only 200/201/202 is treated as successful response. 301 led to json decoding errors - now handled gracefully. - datasets create limit was set to 1000 in the sdk, leading to cases of 400 from the api where the limit is 10.
Added - Support for specifying proxies in the CogniteClient constructor
Removed - py.typed file. Will not declare library as typed until we run a typechecker on the codebase.
2.16.0
Added - support for templates. - date-based `cdf-version` header.
2.15.0
Added - `createdTime` field on raw dbs and tables.