[#7735] enabled sorting by the first implicit presentable relation field

This commit is contained in:
Gani Georgiev
2026-06-13 16:16:00 +03:00
parent a20ead67f1
commit 25d0026686
10 changed files with 29 additions and 15 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
## v0.39.4
## v0.39.4 (WIP)
- Removed `redirectURL` required validator from the code->token exchange endpoint (aka. `authWithOAuth2Code()`) ([#7734](https://github.com/pocketbase/pocketbase/issues/7734)).
_Note that the OAuth2 provider has their own validations and whether it is allowed to be empty or not could depend on the configured OAuth2 app (in most cases it is required and the redirect address must match with the initial value submitted with the authorization request)._
- Enabled sorting by the first _implicit_ presentable relation field ([#7735](https://github.com/pocketbase/pocketbase/discussions/7735)).
## v0.39.3