Skip to content

Releases: microsoft/kiota-serialization-json-go

v0.6.0

08 Sep 12:39
v0.6.0
e5d3302
Compare
Choose a tag to compare

Added

  • Added support for composed types serialization.

v0.5.6

02 Sep 11:53
v0.5.6
1b3a78b
Compare
Choose a tag to compare
  • Upgrades abstractions and yaml dependencies.

v0.5.5

12 Jul 12:57
v0.5.5
4d1e046
Compare
Choose a tag to compare
  • Fixed bug where string literals of \t and \r would result in generating an invalid JSON.

v0.5.4

04 Jul 12:23
v0.5.4
996ac74
Compare
Choose a tag to compare

Changed

  • Fixed a bug where a backslash in a string would result in an invalid payload.

v0.5.3

20 Jun 13:25
v0.5.3
e5b31bc
Compare
Choose a tag to compare

Changed

  • Fixed a bug where new lines in string values would not be escaped generating invalid JSON.

v0.5.2

07 Jun 20:15
v0.5.2
0adbae7
Compare
Choose a tag to compare

Changed

  • Upgrades abstractions and yaml dependencies.

v0.5.1

30 May 19:15
v0.5.1
54f5927
Compare
Choose a tag to compare
additional data comma issue fix

v0.5.0

27 May 12:30
v0.5.0
8ebe2ae
Compare
Choose a tag to compare
enum response support

v0.4.0

19 May 12:36
v0.4.0
7ce5386
Compare
Choose a tag to compare

Changed

  • Upgraded abstractions version.

v0.3.2

11 May 12:17
v0.3.2
bbc5404
Compare
Choose a tag to compare

Changed

  • Serialization writer close method now clears the internal array and can be used to reset the writer.