Skip to content

v3.8.2

Compare
Choose a tag to compare
@leontoeides leontoeides released this 28 Apr 03:39
· 5 commits to master since this release

3.8.2

  • 2025-04-27: Reverted back to serde_json from simd-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 matching default attribute.

  • 2025-04-27: Dependencies bumps.

Full Changelog: v3.8.1...v3.8.2