Cognite-sdk

Latest version: v7.43.3

Safety actively analyzes 629811 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 80

7.24.4

Fixed
- Unknown ACLs, actions or scopes no longer causes `IAMAPI.[groups.list(...), token.inspect()]` to raise.
Added
- New action for `DataModelInstancesAcl` added: `Write_Properties`.

7.24.3

Fixed
- Fix handling of GeometryCollection objects in the Documents API.

7.24.2

Fixed
- [Pyodide/WASM only] The list method for raw rows now works for non-finite queries (got broken in `7.24.1`).

7.24.1

Fixed
- [Pyodide/WASM only] The iteration method for raw rows now yields rows _while running_ (instead of waiting for tasks to finish first).

7.24.0

Added
- New parameter for `client.raw.rows(...)`: `partitions`. This enables greater throughput thorough concurrent reads when using
the generator method (while still keeping a low memory impact). For backwards compatibility, the default is _no concurrency_.
When specified, can be used together with a finite limit, as opposed to most (if not all) other resources/APIs.
- New parameter for `client.raw.rows.list(...)`: `partitions`. For backwards compatibility, the default is _no concurrency_ when
a finite `limit` is given, and _"max" concurrency_ (`partitions=max_workers`) otherwise. Partitions can be used with finite limits.
With this change it is easy to set an appropriate level of concurrency without messing with the global client configuration.
Changed
- Default configuration setting of `max_workers` has been changed from 10 to 5 (to match the documentation).

7.23.1

Fixed
- Add missing `partition` scope to `seismicAcl`.

Page 9 of 80

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.