fix: nested empty embeds no longer return empty values and are correctly omitted

This commit is contained in:
Laurence Isla
2024-07-04 14:21:47 -05:00
parent e0baf7e78e
commit c3070bbd4e
3 changed files with 23 additions and 2 deletions
+4
View File
@@ -10,6 +10,10 @@ 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
- #3607, Log to stderr when the JWT secret is less than 32 characters long - @laurenceisla
### Fixed
- #3093, Nested empty embeds no longer show empty values and are correctly omitted - @laurenceisla
### Changed
- #2052, Dropped support for PostgreSQL 9.6 - @wolfgangwalther