Releases: microsoft/kiota-serialization-json-go
Releases · microsoft/kiota-serialization-json-go
v1.0.8
v1.0.7
Added
- Adds support for serialization and deserialization untyped nodes.
v1.0.6
Changed
- Fixes serilaization of
null
values in collections of Objects.
v1.0.5
Changed
- Fixes some special character escaping when serializing strings to JSON. Previous incorrect escaping could lead to deserialization errors if old serialized data is read again.
v1.0.4
Changed
- Fixes parsing time parsing without timezone information.
v1.0.3
Changed
- Fixes serialization of composed types for scalar values.
v1.0.2
- Safely serialize null values in collections of Objects, Enums or primitives.
v1.0.1
- Fixes bug where slices backing data from
GetSerializedContent
could be overwritten before they were used but afterJsonSerializationWriter.Close()
was called.
v1.0.0
Changed
- GA Release.
v0.9.3
Changed
- Use buffer pool for
JsonSerializationWriter
.