1.10.0
(feat): Add support for exported-client-class-name to allow you to export the client class name.
This is useful when you want to use a custom client class name for code snippets.
1.9.32
(fix): JSON serialize DateOnly to yyyy-MM-dd format.
(internal): Add test for serializing and deserializing DateOnly abd DateTime.
1.9.28
(fix): Fix the Protobuf mappers for the google.protobuf.Any type.
(fix): The Protobuf mappers now refer to the original name of the Protobuf type instead
of the PascalCase name.
1.9.22
(feat): Generate a pagination section to the generated README.md file.
(feat): You can now foreach(var item in page) on Page<T> instances.
1.9.14
(fix): Add support for nullable undiscriminated unions (OneOf<X, Y, Z>?), and add tests for undiscriminated unions.
1.9.10
(feat): Add partial JsonOptions.ConfigureJsonSerializerOptions method to allow SDK maintainers to configure the JsonSerializerOptions used by the SDK.