@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Improved usage screen - @begriffs
|
- Improved usage screen - @begriffs
|
||||||
- Reject non-POSTs to rpc endpoints - @begriffs
|
- Reject non-POSTs to rpc endpoints - @begriffs
|
||||||
- Throw an error for OPTIONS on nonexistent tables - @calebmer
|
- Throw an error for OPTIONS on nonexistent tables - @calebmer
|
||||||
|
- Remove deadlock on simultaneous contentious updates - @ruslantalpa, @begriffs
|
||||||
|
|
||||||
## [0.3.0.3] - 2016-01-08
|
## [0.3.0.3] - 2016-01-08
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ Flag CI
|
|||||||
executable postgrest
|
executable postgrest
|
||||||
main-is: PostgREST/Main.hs
|
main-is: PostgREST/Main.hs
|
||||||
default-extensions: OverloadedStrings, ScopedTypeVariables, QuasiQuotes, LambdaCase
|
default-extensions: OverloadedStrings, ScopedTypeVariables, QuasiQuotes, LambdaCase
|
||||||
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-depends: aeson >= 0.8 && < 0.10
|
build-depends: aeson >= 0.8 && < 0.10
|
||||||
, base >= 4.8 && < 5
|
, base >= 4.8 && < 5
|
||||||
|
|||||||
Reference in New Issue
Block a user