Releases: microsoft/kiota-serialization-json-go
Releases · microsoft/kiota-serialization-json-go
v0.6.0
Added
- Added support for composed types serialization.
v0.5.6
- Upgrades abstractions and yaml dependencies.
v0.5.5
- Fixed bug where string literals of
\t
and\r
would result in generating an invalid JSON.
v0.5.4
Changed
- Fixed a bug where a backslash in a string would result in an invalid payload.
v0.5.3
Changed
- Fixed a bug where new lines in string values would not be escaped generating invalid JSON.
v0.5.2
Changed
- Upgrades abstractions and yaml dependencies.
v0.5.1
additional data comma issue fix
v0.5.0
enum response support
v0.4.0
Changed
- Upgraded abstractions version.
v0.3.2
Changed
- Serialization writer close method now clears the internal array and can be used to reset the writer.