This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Releases: microsoft/kiota-serialization-json-python
Releases · microsoft/kiota-serialization-json-python
v1.3.3
v1.3.2
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
Added
- Fixed 4-digit numeric strings from being parsed as Datetime objects to being parsed as strings.
v1.3.0
Added
- Support
dict[str, Any]
andlist[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
Added
Changed
- Enhanced error handling: Enabled silent failure when an enum key is not available
v1.1.0
Added
Changed
- Support objects and collections when writing additional data.
v1.0.1
Added
Changed
- Bump pendulum to v3.0.0b1 for python 3.12 support.
v1.0.0
General availability of the package