Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Releases: microsoft/kiota-serialization-json-python

v1.3.3

03 Oct 17:41
v1.3.3
0fff987
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where pendulum.DateTime objects were not properly serialized by JsonSerializationWriter. Now, pendulum.DateTime objects are correctly recognized as subclasses of datetime.datetime and serialized accordingly.

v1.3.2

10 Sep 16:21
v1.3.2
bc1bc84
Compare
Choose a tag to compare

Added

  • Fixed numeric strings from being parsed as Datetime objects to being parsed as strings.
    -Only parse to Datetime objects that conform to ISO 8601 format.

v1.3.1

26 Aug 13:31
v1.3.1
7f25d9f
Compare
Choose a tag to compare

Added

  • Fixed 4-digit numeric strings from being parsed as Datetime objects to being parsed as strings.

v1.3.0

26 Jul 13:20
v1.3.0
bc00609
Compare
Choose a tag to compare

Added

  • Support dict[str, Any] and list[dict[str, Any]] when writing additional data.

Changed

  • Fixed a bug where date time deserialization would fail because of empty strings.
  • Fixed a bug where float deserialization if the number represented qualified as an int.

v1.2.0

15 Apr 13:08
v1.2.0
738ee46
Compare
Choose a tag to compare

Added

Changed

  • Enhanced error handling: Enabled silent failure when an enum key is not available

v1.1.0

05 Mar 00:46
326a0ce
Compare
Choose a tag to compare

Added

Changed

  • Support objects and collections when writing additional data.

v1.0.1

11 Jan 02:45
ef9c4a8
Compare
Choose a tag to compare

Added

Changed

  • Bump pendulum to v3.0.0b1 for python 3.12 support.

v1.0.0

12 Jan 09:33
c0701a6
Compare
Choose a tag to compare

General availability of the package