postgrest v0.3.2.0 Release Notes

Release Date: 2016-06-10 // almost 8 years ago
  • โž• Added

    • Reload database schema on SIGHUP - @begriffs
    • ๐Ÿ‘Œ Support "-" in column names - @ruslantalpa
    • ๐Ÿ‘Œ Support column/node renaming alias:column - @ruslantalpa
    • Accept posts from HTML forms - @begriffs
    • Ability to order embedded entities - @ruslantalpa
    • Ability to paginate using &limit and &offset parameters - @ruslantalpa
    • Ability to apply limits to embedded entities and enforce --max-rows on all levels - @ruslantalpa, @begriffs
    • โž• Add allow response header in OPTIONS - @begriffs

    ๐Ÿ›  Fixed

    • Return 401 or 403 for access denied rather than 404 - @begriffs
    • Omit Content-Type header for empty body - @begriffs
    • Prevent role from being changed twice - @begriffs
    • ๐Ÿ‘‰ Use read-only transaction for read requests - @ruslantalpa
    • Include entities from the same parent table using two different foreign keys - @ruslantalpa
    • Ensure that Location header in 201 response is URL-encoded - @league
    • ๐Ÿ›  Fix garbage collector CPU leak - @ruslantalpa et al.
    • Return deleted items when return=representation header is sent - @ruslantalpa
    • 0๏ธโƒฃ Use table default values for empty object inserts - @begriffs