postgrest v5.1.0 Release Notes

Release Date: 2018-08-31 // over 5 years ago
  • โž• Added

    ๐Ÿ›  Fixed

    ๐Ÿ”„ Changed

    • #1099, Numbers in json path ?select=data->1->>key now get treated as json array indexes instead of keys - @steve-chavez
    • #1128, Allow finishing a json path with a single arrow ->. Now a json can be obtained without resorting to casting, Previously: /json_arr?select=data->>2::json, now: /json_arr?select=data->2 - @steve-chavez
    • 0๏ธโƒฃ #724, Change server-host default of *4 to 127.0.0.1

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ #724, SIGHUP deprecated, SIGUSR1 should be used instead