Skip to content

Commit

Permalink
Changelog 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Mar 19, 2024
1 parent fca6ba5 commit f4d5124
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/changelog/4_x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -731,3 +731,22 @@ Bug fixes
(:eql:gh:`edgedb/edgedb-ui/42492465`)

* And `many more UI fixes <https://github.com/edgedb/edgedb-ui/commits/4.x/?since=2024-02-25&until=2024-03-15>`__

4.7
===

* UI: revert a few changes that were meant for 5.x only.

* Revert "Compile single globals into materialized CTEs", since it introduced
multiple bugs. These bugs were already fixed in 5.x, but the fixes were hard
to backport.
(:eql:gh:`#6613`)

* Add optional PKCE challenge in email verification
(:eql:gh:`#7037`)

* Fix very slow parsing performance of large files with unrecoverable errors
(:eql:gh:`#7046`)

* Fix update rewrites on types that are children of updated type
(:eql:gh:`#7073`)

0 comments on commit f4d5124

Please sign in to comment.