Skip to content

Releases: PostgREST/postgrest

v0.2.12.0

25 Oct 19:22
Compare
Choose a tag to compare

Added

  • Embed associations, e.g. /film?select=*,director(*) - @ruslantalpa
  • Filter columns, e.g. ?select=col1,col2 - @ruslantalpa
  • Does not execute the count total if header "Prefer: count=none" - @diogob

Fixed

v0.2.11.1

02 Sep 06:28
Compare
Choose a tag to compare

Fixed

  • Accepts */* in Accept header - @diogob

Note that the binaries in this release are all 64-bit. They will not work on a 32-bit machine.

v0.2.11.0

29 Aug 03:20
Compare
Choose a tag to compare

Added

  • Negate any filter in a uniform way, e.g. ?col=not.eq=foo - @diogob
  • Call stored procedures
  • Filter NOT IN values, e.g. ?col=notin.1,2,3 - @rall
  • CSV responses to GET requests with Accept: text/csv - @diogob
  • Debian init scripts - @mkhon
  • Allow filters by computed columns - @diogob

Fixed

  • Reset user role on error
  • Compatible with Stack
  • Add materialized views to results in GET / - @diogob
  • Indicate insertable=true for views that are insertable through triggers - @diogob
  • Builds under GHC 7.10
  • Allow the use of columns named "count" in relations queried - @diogob

v0.2.10.0

04 Jun 04:45
Compare
Choose a tag to compare

Added

  • Full text search, eg /foo?text_vector=@@.bar
  • Include auth id as well as db role to views (for row-level security)

v0.2.9.0

26 May 04:54
Compare
Choose a tag to compare

Added

  • Return range headers in PATCH
  • Return PATCHed resources if header "Prefer: return=representation"
  • Allow nested objects and arrays in JSON post for jsonb columns
  • JSON Web Tokens - Federico Rampazzo
  • Expose PostgREST as a Haskell package

Fixed

  • Return 404 if no records updated by PATCH