replaced QueryString() with QueryParams().Encode()

This commit is contained in:
Gani Georgiev
2022-12-08 13:35:56 +02:00
parent 7aefcd9bf6
commit 9cf5e28700
5 changed files with 6 additions and 4 deletions
+2
View File
@@ -4,6 +4,8 @@
- Added `Dao` query semaphore and base fail/retry handling to improve the concurrent writes throughput ([#1187](https://github.com/pocketbase/pocketbase/issues/1187)).
- Replaced `c.QueryString()` with `c.QueryParams().Encode()` to allow loading middleware modified query parameters in the default crud actions ([#1210](https://github.com/pocketbase/pocketbase/discussions/1210)).
- Updated the GitHub goreleaser action to use go 1.19.4 since it comes with [some security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.19.4+label%3ACherryPickApproved).