v3.3.3
Fixed
- Python enum KeyError (#324) —
ConversionOptions()with default enums no longer crashes; PyO3 enum fields are passed directly instead of brokenstr()+ map lookup. - Ruby Magnus binding — fixed 65 compilation errors:
funcallAPI, visitor bridge args,Vecconversion, optional flattening, sanitized field serde round-trip. - Elixir
.formatter.exs— 120-char line length, generated code passesmix format --check-formatted. - Unused deps — removed
serde_jsonfrom Node and WASM binding crates. - Checkstyle — excluded
test_apps/from pre-commit checkstyle hook.
Full Changelog: v3.3.2...v3.3.3