New features
- JSON and JSONB support (tsloughter)
- Ability to return errors as maps (benjamin-bergia)
- New query option
datetime_float_seconds
to return timestamps with sub-second precision implemented with floating points - New query option
return_descriptions
to return row descriptions.
Fixes
- Fixed a crash in decoding arrays with null values