Skip to content

Releases: microsoft/kiota-serialization-json-go

v1.0.8

14 Aug 07:52
332365e
Compare
Choose a tag to compare

Changed

  • Modified how number values are derived, allowing values to be cast as the various types.

Fixed

  • Panicing when type is asserted to be what it isn't.

v1.0.7

20 Mar 14:51
d1231c8
Compare
Choose a tag to compare

Added

  • Adds support for serialization and deserialization untyped nodes.

v1.0.6

12 Feb 11:54
00f8585
Compare
Choose a tag to compare

Changed

  • Fixes serilaization of null values in collections of Objects.

v1.0.5

10 Jan 15:29
v1.0.5
8c3bb9d
Compare
Choose a tag to compare

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

14 Jul 07:49
0c3dfe5
Compare
Choose a tag to compare

Changed

  • Fixes parsing time parsing without timezone information.

v1.0.3

29 Jun 12:29
v1.0.3
4524db0
Compare
Choose a tag to compare

Changed

  • Fixes serialization of composed types for scalar values.

v1.0.2

14 Jun 12:19
7f47527
Compare
Choose a tag to compare
  • Safely serialize null values in collections of Objects, Enums or primitives.

v1.0.1

25 May 07:33
81dc257
Compare
Choose a tag to compare
  • Fixes bug where slices backing data from GetSerializedContent could be overwritten before they were used but after JsonSerializationWriter.Close() was called.

v1.0.0

04 May 09:32
9002812
Compare
Choose a tag to compare

Changed

  • GA Release.

v0.9.3

26 Apr 07:48
b68e8c5
Compare
Choose a tag to compare

Changed

  • Use buffer pool for JsonSerializationWriter.