Skip to content

Releases: PostgREST/postgrest

v14.15

Choose a tag to compare

@github-actions github-actions released this 13 Jul 23:22

Fixed

v14.14

Choose a tag to compare

@github-actions github-actions released this 29 Jun 19:29

Fixed

v14.13

Choose a tag to compare

@github-actions github-actions released this 04 Jun 19:47

Fixed

  • Fix connection retrying message in PGRST000 error by @netqo in #4980
    • Remove redundant "Retrying the connection." from message because it is logged separately
  • Fix request failures when work_mem is set on a role by @laurenceisla in #4955

v14.12

Choose a tag to compare

@github-actions github-actions released this 20 May 19:05

Fixed

  • Fix race condition in pool_available metric causing negative values during network instability by @mkleczek in #4622

v14.11

Choose a tag to compare

@github-actions github-actions released this 04 May 19:21

Fixed

  • Fix login with uppercase and mixed case role names by @taimoorzaeem in #4678
  • Restore Listener query shape so it can be found in pg_stat_activity by @mkleczek in #4857 #4859
  • The LISTEN channel now automatically recovers when it stops working due to a PostgreSQL bug @laurenceisla in #3147
  • Fix misleading "Functions" name on schema cache summary in startup logs by @taimoorzaeem in #4821

v14.10

Choose a tag to compare

@github-actions github-actions released this 16 Apr 19:37

Added

  • Log when the pool is released during schema cache reload on log-level=debug by @mkleczek in #4668

Fixed

  • Fix unnecessary connection pool flushes during schema cache reloading by @mkleczek in #4645

v14.9

Choose a tag to compare

@github-actions github-actions released this 11 Apr 00:03

Added

Fixed

  • Remove red herring warp logs on default log-level, only emit them on log-level=debug by @steve-chavez in #4799

v14.8

Choose a tag to compare

@github-actions github-actions released this 03 Apr 22:41

Added

  • Log a HINT when the LISTEN channel stops working due to a PostgreSQL bug by @laurenceisla in #4581

Fixed

  • Fix invalid OpenAPI 2.0 format for integer types (smallint, integer, bigint) by @arturbent0 in #4641

v14.7

Choose a tag to compare

@github-actions github-actions released this 20 Mar 20:04

Fixed

v14.6

Choose a tag to compare

@github-actions github-actions released this 06 Mar 22:08

Fixed

  • Fix leaking table and function names when calculating error hint by @taimoorzaeem in #4675