1.2.0 (2024-03-11)
Features Added
- Methods
Client.AddEntity
andServiceClient.NewListTablesPager
now include OData metadata in their responses. - The amount of OData metadata returned has been made configurable for the following methods:
Client.AddEntity
,Client.GetEntity
,Client.NewListEntitiesPager
, andServiceClient.NewListTablesPager
.- Use one of the following constants to specify the amount:
MetadataFormatFull
,MetadataFormatMinimal
, orMetadataFormatNone
.
Bugs Fixed
- Fixed an issue that could cause
Client.NewListEntitiesPager
to skip pages in some cases. - Fixed an issue that could cause unmarshaling empty time values to fail.
Other Changes
- Update dependencies.