Skip to content

Provide Metadata in Memory Reader

Tilman Daab requested to merge feature/provide-metadata into master

Currently, when iterating over a memory's entities, only the memory ID and the data themselves are provided, but not the metadata. This merge request introduces an option to receive also the metadata. Not accepting to receive the metadata still works, but results in a DeprecationWarning being thrown.

Merge request reports