Skip to content

devel

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 19:36
· 3 commits to main since this release
db5cbab

Added

Fixed

  • #3693, Prevent spread embedding to allow aggregates when they are disabled - @laurenceisla
  • #3693, A nested spread embedding now correctly groups by the fields of its top parent relationship - @laurenceisla
  • #3693, Fix spread embedding errors when using the count() aggregate without a field - @laurenceisla
    • Fixed "column reference <col> is ambiguous" error when selecting ?select=...table(col,count())
    • Fixed "column <json_aggregate>.<alias> does not exist" error when selecting ?select=...table(aias:count())
  • #3727, Clarify "listening" logs - @steve-chavez

Changed

  • #2052, Dropped support for PostgreSQL 9.6 - @wolfgangwalther
  • #2052, Dropped support for PostgreSQL 10 - @wolfgangwalther
  • #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
  • #3607, PostgREST now fails to start when the JWT secret is less than 32 characters long - @laurenceisla
  • #3644, Fail schema cache lookup with invalid db-schemas config - @wolfgangwalther
    • Previously, this would silently return 200 - OK on the root endpoint, but don't provide any usable endpoints.