[#1956] normalized _requests.method to UPPERCASE

This commit is contained in:
Gani Georgiev
2023-03-02 15:15:00 +02:00
parent 41f01bab0d
commit 07727dbde6
3 changed files with 24 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
## (WIP) v0.14.0
- Normalized the request logs `method` value to UPPERCASE, eg. "get" => "GET" ([#1956](https://github.com/pocketbase/pocketbase/discussions/1956)).
## v0.13.0
- Added new "View" collection type allowing you to create a read-only collection from a custom SQL `SELECT` statement. It supports: