Skip to content
AI-assisted, verified against source

Changelog v3.4.2 (2025-01-15)

Version 3.4.2 (2025-01-15)

Full Changelog

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. Added string[][] to the source-generated NpgsqlRestSerializerContext to support AOT compilation.

Comments