changelog: update to 12.2.1

This commit is contained in:
Laurence Isla
2024-07-03 18:57:19 -05:00
parent 06cbc4be36
commit d9385a4523
+6 -4
View File
@@ -9,10 +9,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3558, Add the `admin-server-host` config to set the host for the admin server - @develop7
### Fixed
- #3147, Don't reload schema cache on every listener failure - @steve-chavez
### Changed
- #2052, Dropped support for PostgreSQL 9.6 - @wolfgangwalther
@@ -20,6 +16,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2052, Dropped support for PostgreSQL 11 - @wolfgangwalther
- #3508, PostgREST now fails to start when `server-port` and `admin-server-port` config options are the same - @develop7
## [12.2.1] - 2024-06-27
### Fixed
- #3147, Don't reload schema cache on every listener failure - @steve-chavez
### Documentation
- #3592, Architecture diagram now supports dark mode and has links - @laurenceisla