Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog 4.6 #7029

Merged
merged 3 commits into from
Mar 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions docs/changelog/4_x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -670,3 +670,39 @@ Bug fixes

* Make overloading a link when omitting ``link`` keyword work
(:eql:gh:`#6718`)

4.6
===

* Fix issues with empty sets leaking out of optional scopes
(:eql:gh:`#6747`)

* Fix empty array literals in SQL adapter
(:eql:gh:`#6806`)

* Fix duration/memory config in config objects
(:eql:gh:`#6827`)

* Fix hanging backend pool with fast connect
(:eql:gh:`#6813`)

* Fix changing index expressions in migrations
(:eql:gh:`#6843`)

* Properly report errors involving newly created types
(:eql:gh:`#6852`)

* Make constraint error details contain useful information for developers
(:eql:gh:`#6796`)

* Fix DML coalesce inside of IF/ELSE
(:eql:gh:`#6917`)

* Allow trailing comma for GROUP's BY clause
(:eql:gh:`#7002`)

* Fix computed single scalar globals
(:eql:gh:`#6999`)

* Fix query cache dbver issue with concurrent DDL
(:eql:gh:`#6819`)