Releases: microsoftgraph/msgraph-sdk-go-core
Releases · microsoftgraph/msgraph-sdk-go-core
v0.22.1
Changed
- Fixed an issue with date serialization in JSON.
v0.22.0
Changed
- Updated references to kiota libraries for special character in parameter names support.
- Breaking: removed the odata parameter names handler.
v0.21.0
Changed
- Updated reference to kiota libraries for deserialization simplification.
v0.20.0
Changed
- Updated reference to kiota libraries that were moved to their own repository.
v0.0.17
Changed
- Updated kiota libraries reference.
Added
- Added support for vendor specific content types
- Added support for 204 no content responses
v0.0.15
Changed
- Updated references to kiota libraries for new supported types (byte, unit8, ...)
v0.0.14
Changed
- Publishes a version retraction for v0.11.0 that was wrongfully published and causes issues during upgrades
v0.0.13
Changed
- Breaking: updates kiota dependencies for parsable interface split.
v0.0.12
Changed
- Breaking: updates kiota dependencies to pass request information by reference and not by copy (request adapter, authentication provider).
v0.0.11
Changed
- Breaking: updates kiota dependencies references to prepare for type discriminator support.