Added - Support for `ViewProperty` types `SingleReverseDirectRelation` and `MultiReverseDirectRelation` in data modeling.
7.6.0
Added - Support for querying data models through graphql. See `client.data_modeling.graphql.query`.
7.5.7
Fixed - Certain combinations of `start`/`end` and `granularity` would cause `retrieve_dataframe_in_tz` to raise due to a bug in the calender-arithmetic (`MonthAligner`).
7.5.6
Added - Missing legacy scopes for `Capability`: `LegacySpaceScope` and `LegacyDataModelScope`.
7.5.5
Added - Added `poll_timeout` parameter on `time_series.subscriptions.iterate_data`. Will keep the connection open and waiting, until new data is available, up to `poll_timeout` seconds.
7.5.4
Changed - The `partitions` parameter is no longer respected when using generator methods to list resources - The `max_workers` config option has been moved from ClientConfig to the global config.