Skip to content

Commit

Permalink
Write a 5.8 changelog (#8362)
Browse files Browse the repository at this point in the history
One last 5.x release. I'd meant to do it a month ago or so, but now is
a good time.

One of the bugs fixed can prevent doing a dump without needing to
perform heroics, so it's definitely worth releasing.
  • Loading branch information
msullivan authored Feb 21, 2025
1 parent 4954243 commit d986435
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions docs/changelog/5_x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -717,3 +717,50 @@ Bug fixes

* Drop dependent cache function of tuple type
(:eql:gh:`#7616`)

5.8
===
* Some more cleanup of implicit limits
(:eql:gh:`#7517`)

* Fix email button background
(:eql:gh:`#7974`)

* Fix schema ordering issue with Trigger when clauses
(:eql:gh:`#8060`)

* Fix config bugs with env vars and default checking
(:eql:gh:`#8078`)

* Fix static evaluation TypeCast str->bool bug
(:eql:gh:`#8113`)

* Add some more functions to list of allowed postgres admin functions
(:eql:gh:`#8139`, :eql:gh:`#8298`)

* Fix strchrnul build failures on recent glibc
(:eql:gh:`#8154`)

* Fix NULLs in re_match/re_match_all returns
(:eql:gh:`#8069`)

* Send ``identity_id`` on require_verification
(:eql:gh:`#8170`)

* Monitor open FDs
(:eql:gh:`#8217`)

* Fix dump and MIGRATION REWRITE when there are many (>1000) migrations
(:eql:gh:`#8240`)

* multitenant: retry adding tenants more eagerly
(:eql:gh:`#8236`)

* Allow dropping isolation level to REPEATABLE READ in a READ ONLY tx
(:eql:gh:`#8237`)

* Use better histogram buckets for metrics
(:eql:gh:`#8263`)

* Use sys_pgcon for long-term advisory locks
(:eql:gh:`#8320`)

0 comments on commit d986435

Please sign in to comment.