Return 405 Method not Allowed for GET of volatile RPC instead of 500 (#1560)

This commit is contained in:
Wolfgang Walther
2020-07-16 16:05:57 -05:00
committed by GitHub
parent 189847927e
commit 8e4687fb53
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #1522, #1528, #1535, Docker images are now built from scratch based on a the static PostgREST executable (#1494) and with Nix instead of a `Dockerfile`. This reduces the compressed image size from over 30mb to about 4mb - @monacoremo
- #1475, Location header for POST request is only included when PK is available on the table (#1461) - @wolfgangwalther
- #1560, Volatile RPC called with GET now returns 405 Method not Allowed instead of 500 - @wolfgangwalther
## [7.0.1] - 2020-05-18