postgrest v9.0.1 Release Notes

Release Date: 2022-06-03 // almost 2 years ago
  • ๐Ÿ›  Fixed

    • #2165, Fix json/jsonb columns should not have type in OpenAPI spec - @clrnd
    • โช #2020, Execute deferred constraint triggers when using Prefer: tx=rollback - @wolfgangwalther
    • #2077, Fix is not working with upper or mixed case values like NULL, TrUe, FaLsE - @steve-chavez
    • 0๏ธโƒฃ #2024, Fix schema cache loading when views with XMLTABLE and DEFAULT are present - @wolfgangwalther
    • #1724, Fix wrong CORS header Authentication -> Authorization - @wolfgangwalther
    • ๐Ÿ”ง #2120, Fix reading database configuration properly when = is present in value - @wolfgangwalther
    • ๐Ÿšš #2135, Remove trigger functions from schema cache and OpenAPI output, because they can't be called directly anyway. - @wolfgangwalther
    • ๐Ÿšš #2101, Remove aggregates, procedures and window functions from the schema cache and OpenAPI output. - @wolfgangwalther
    • #2153, Fix --dump-schema running with a wrong PG version. - @wolfgangwalther
    • #2042, Keep working when EMFILE(Too many open files) is reached. - @steve-chavez
    • #2147, Ignore Content-Type headers for GET requests when calling RPCs. - @laurenceisla
      • Previously, GET without parameters, but with Content-Type: text/plain or Content-Type: application/octet-stream would fail with 404 Not Found, even if a function without arguments was available.
    • #2239, Fix misleading disambiguation error where the content of the relationship key looks like valid syntax - @laurenceisla
    • ๐ŸŽ #2294, Disable parallel GC for better performance on higher core CPUs - @steve-chavez
    • #1076, Fix using CPU while idle - @steve-chavez