Fixed - Tokens are sent with the correct "Authorization" header instead of "Authentication".
1.2.0
Added - Support for authenticating with bearer tokens. Can now supply a jwt or jwt-factory to CogniteClient. This token will override any api-key which has been set.
1.1.12
Fixed - Fixed a bug in time series pagination where getting 100k datapoints could cause a missing id error when using include_outside_points. - SequencesData `to_pandas` no longer returns NaN on integer zero columns. - Fixed a bug where the JSON encoder would throw circular reference errors on unknown data types, including numpy floats.
1.1.11
Fixed - Fix testing.CogniteClientMock so it is possible to get attributes on child which have not been explicitly in the CogniteClientMock constructor
1.1.10
Fixed - Fix testing.CogniteClientMock so it is possible to get child mock not explicitly defined
Added - `list` and `__call__` methods for events now support list parameters for `root_asset_ids`, `root_asset_external_ids`.
1.1.9
Changed - Renamed testing.mock_cognite_client to testing.monkeypatch_cognite_client