Added - Alpha feature: `client.time_series.data` support for `instance_id` in `insert`, `insert_multiple`, `delete`, and `retrieve` methods. This is an experimental feature and may change without warning.
7.52.1
Fixed - Calling `.extend` on a `NodeListWithCursor` or `EdgeListWithCursor` no longer raises a `TypeError`.
7.52.0
Added - Support the `immutable` flag on container/view properties
7.51.1
Added - Added support for serializing Node/Edge properties of type `list` of `NodeId` and `DirectRelationReference`, `date`, `datetime` and list of `date` and `datetime` to `json` format.
7.51.0
Added - Support for iterating over `Functions`, `FunctionSchedules`, `DatapointSubscriptions`, `Transformations`, `TransformationSchedules`, `TransformationNotifications`, `ExtractionPipelines`, `Workflows`, `WorkflowVersions`.
7.50.0
Changed - DatapointsAPI support for timezones and calendar-based aggregates reaches general availability (GA). Deprecated - The function `DatapointsAPI.retrieve_dataframe_in_tz` is deprecated. Use the other retrieve methods instead and pass in `timezone`.