Sourced from org.postgresql:postgresql's changelog.
[42.7.3] (2024-04-14 14:51:00 -0400)
Changed
- chore: gradle config enforces 17+ [PR #3147](pgjdbc/pgjdbc#3147)
Fixed
- fix: boolean types not handled in SimpleQuery mode [PR #3146](pgjdbc/pgjdbc#3146)
- make sure we handle boolean types in simple query mode
- support uuid as well
- handle all well known types in text mode and change
else if
toswitch
- fix: released new versions of 42.2.29, 42.3.10, 42.4.5, 42.5.6, 42.6.2 to deal with
NoSuchMethodError on ByteBuffer#position
when running on Java 8
818953a
fix Issue # 3145 boolean types not handled in SimpleQuery mode (#3146)0e8ab63
The Gradle config enforces 17+ (#3147)b591b9f
Fix 2 changelog entry titles (#3142)81844e6
chore: ensure CI jobs include tests for all the values of
preferQueryMode2fada9e
update security page (#3135)388f027
fix: typo password_encrypton -> password_encryption in the error
message9cde4f5
Update site for release of 42.7.2 (#3133)df14e53
update version and last year modified