Changelog v3.4.2 (2025-01-15)
Version 3.4.2 (2025-01-15)
Bug Fixes
- Fixed AOT compatibility issue with JSON deserialization. When running with Native AOT or with reflection-based serialization disabled, parsing composite type metadata for nested array columns would fail with
InvalidOperationException: Reflection-based serialization has been disabled. Addedstring[][]to the source-generatedNpgsqlRestSerializerContextto support AOT compilation.