postgrest v6.0.0 Release Notes

Release Date: 2019-06-21 // almost 5 years ago
  • โž• Added

    • ๐Ÿ‘ #1186, Add support for user defined unix socket via server-unix-socket config option - @Dansvidania
    • ๐Ÿ›ฐ #690, Add ?columns query parameter for faster bulk inserts, also ignores unspecified json keys in a payload - @steve-chavez
    • ๐Ÿ‘ #1239, Add support for resource embedding on materialized views - @vitorbaptista
    • ๐Ÿ‘ #1264, Add support for bulk RPC call - @steve-chavez
    • โฑ #1278, Add db-pool-timeout config option - @Qu4tro
    • #1285, Abort on wrong database password - @Qu4tro
    • #790, Allow override of OpenAPI spec through root-spec config option - @steve-chavez
    • #1308, Accept text/plain and text/html for raw output - @steve-chavez

    ๐Ÿ›  Fixed

    • #1223, Fix incorrect OpenAPI externalDocs url - @steve-chavez
    • #1221, Fix embedding other resources when having a self join - @steve-chavez
    • #1242, Fix embedding a view having a select in a where - @steve-chavez
    • #1238, Fix PostgreSQL to OpenAPI type mappings for numeric and character types - @fpusch
    • #1265, Fix query generated on bulk upsert with an empty array - @Qu4tro
    • 0๏ธโƒฃ #1273, Fix RPC ignoring unknown arguments by default - @steve-chavez
    • #1257, Fix incorrect status when a PATCH request doesn't find rows to change - @Qu4tro

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ #1288, Change server-host default of 127.0.0.1 to !4

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ #1288, Deprecate . symbol for disambiguating resource embedding(added in #918). '+' should be used instead. Though '+' is url safe, certain clients might need to encode it to '%2B'.

    โœ‚ Removed

    • ๐Ÿšš #1288, Removed support for schema reloading with SIGHUP, SIGUSR1 should be used instead - @steve-chavez