Skip to content

v3.3.3

Choose a tag to compare

@Goldziher Goldziher released this 23 Apr 12:35
v3.3.3
3134ef5

Fixed

  • Python enum KeyError (#324) — ConversionOptions() with default enums no longer crashes; PyO3 enum fields are passed directly instead of broken str() + map lookup.
  • Ruby Magnus binding — fixed 65 compilation errors: funcall API, visitor bridge args, Vec conversion, optional flattening, sanitized field serde round-trip.
  • Elixir .formatter.exs — 120-char line length, generated code passes mix format --check-formatted.
  • Unused deps — removed serde_json from Node and WASM binding crates.
  • Checkstyle — excluded test_apps/ from pre-commit checkstyle hook.

Full Changelog: v3.3.2...v3.3.3