Compat fixes + 0.2 release

This commit is contained in:
Yorhel 2025-02-28 14:05:48 +01:00
parent 15954f4ad5
commit 3fd424c6e3
12 changed files with 24 additions and 12 deletions

View file

@ -1,2 +1,14 @@
0.2 - 2025-02-28
- FU: Add debug_info web interface
- FU: Add fu->denied and fu->notfound methods
- FU: Support randomized --max-reqs
- FU: Drop Zstd output compression support
- FU::PG: Support custom type overrides with $conn->set_type()
- FU::PG: Change default format for the 'date' type
- FU::PG: Add support for 'time', '$date_str' and '$hex' types
- FU::PG: Skip query prepare step when possible
- Fix portability for older compilers & longdouble Perls
- Fix some memory leaks
0.1 - 2025-02-25
- Initial release