This release fixes various problems in 7.10.0. I've been focused on the 8.0 release, which is moving steadily now but it's also just a lot of work.
Improvements in 7.10.1:
- Fix string conversion buffer budget for arrays containing nulls. (#921)
- Remove
-fanalyzer
option again; gcc is still broken. - Oops, no, minimum CMake version is not 3.28, but 3.12!
- Fix warnings on compilers that accept
[[assume]]
with a warning. (#928) - Can't pass parameters to streaming query.
- CMake build: take libpq path from build target, not absolute path. (#964)
- Added explanation to
listen()
of when notifications come in. (#963)