[#4704] fixed '~' autowildcard wrapping when the string has escaped % character

This commit is contained in:
Gani Georgiev
2024-04-05 20:12:45 +03:00
parent ac76166cb2
commit 63bcffb223
3 changed files with 131 additions and 5 deletions
+5
View File
@@ -1,3 +1,8 @@
## (WIP) v0.22.8
- Fixed '~' auto wildcard wrapping when the param has escaped `%` character ([#4704](https://github.com/pocketbase/pocketbase/discussions/4704)).
## v0.22.7
- Replaced the default `s3blob` driver with a trimmed vendored version to reduce the binary size with ~10MB.