Skip to content

Releases: PostgREST/postgrest

v14.1

05 Nov 15:09

Choose a tag to compare

Fixed

  • Fix db-pre-config function failing when function names are pg reserved words by @taimoorzaeem in #4380
  • Fix server-host=!6 incorrectly binds to IPv4 address by @taimoorzaeem in #3202

v14.0

25 Oct 00:46

Choose a tag to compare

Features

Fixes

Breaking Changes

  • Drop support for PostgreSQL EOL version 12 by @wolfgangwalther in #3865
  • From now on PostgREST will follow a MAJOR.PATCH two-part versioning. Only even-numbered MAJOR versions will be released, reserving odd-numbered MAJOR versions for development.
  • Replaced jwt-cache-max-lifetime config with jwt-cache-max-entries by @mkleczek in #4084
  • log-query config now takes a boolean instead of a string value by @steve-chavez in #3934

v13.0.8

24 Oct 19:53

Choose a tag to compare

Fixed

v13.0.7

14 Sep 20:03

Choose a tag to compare

Added

  • Improve the PGRST106 error when the requested schema is invalid by @laurenceisla in #4089
    • It now shows the invalid schema in the message field.
    • The exposed schemas are now listed in the hint instead of the message field.
  • Improve error details of PGRST301 error by @taimoorzaeem in #4051

v13.0.6

30 Aug 19:52

Choose a tag to compare

Fixed

v13.0.5

24 Aug 18:25

Choose a tag to compare

Fixed

v13.0.4

18 Jun 01:57

Choose a tag to compare

Fixed

  • Fix regression that makes full-text search not work on domain types based on tsvector by @laurenceisla in #4135
  • Fix jwt-aud config not failing when set to an invalid URI by @taimoorzaeem in #4132

v13.0.3

17 Jun 16:20

Choose a tag to compare

Fixed

  • Fix max-affected preference not failing with RPC when handling=strict by @taimoorzaeem in #4100
  • Fix a property definition's type in OpenAPI not showing the correct base type of a recursive domain by @laurenceisla in #4136

v13.0.2

02 Jun 21:40

Choose a tag to compare

Fixed

  • Fix regression that makes ORDER BY with nulls-order not work alongside limits by @laurenceisla in #4109

v13.0.1

01 Jun 14:08

Choose a tag to compare

Fixed

  • Fix jwt error returning HTTP status 400 for invalid role by @taimoorzaeem in #3601
  • Fix db-extra-search-path cannot be set to nothing by @taimoorzaeem in #4074
    • It can now be disabled by setting it to empty string.
    • Schema Cache load error is now logged including db-schemas and db-extra-search-path config values.