v3.8.2
3.8.2
-
2025-04-27: Reverted back to
serde_json
fromsimd-json
.Seemingly, there were issues with some Google Maps API JSON responses. Some responses failed validation according to jsonlint.com. The issue appears to be related to polyline strings.
simd-json
was not able to parse this JSON.serde_json
seems to be more robust in handling this allegedly invalid JSON. -
2025-04-27: Ensured that all serde
skip_serializing_if
attributes have a matchingdefault
attribute. -
2025-04-27: Dependencies bumps.
Full Changelog: v3.8.1...v3.8.2