synced with master

This commit is contained in:
Gani Georgiev
2023-11-06 11:42:59 +02:00
38 changed files with 2825 additions and 2728 deletions
+15
View File
@@ -1,3 +1,8 @@
## v0.20.0-rc2
- Synced with the recent fixes in v0.19.3.
## v0.20.0-rc
**⚠️ This is a prerelease intended primarily for test purposes.**
@@ -30,6 +35,16 @@
- Other minor fixes and impovements (eg. added negative string number normalization support for the `json` field type)
## v0.19.3
- Added the release notes to the console output of `./pocketbase update` ([#3685](https://github.com/pocketbase/pocketbase/discussions/3685)).
- Added missing documention for the JSVM `$mails.*` bindings.
- Relaxed the OAuth2 redirect url validation to allow any string value ([#3689](https://github.com/pocketbase/pocketbase/pull/3689); thanks @sergeypdev).
_Note that the redirect url format is still bound to the accepted values by the specific OAuth2 provider._
## v0.19.2
- Updated the JSVM generated types ([#3627](https://github.com/pocketbase/pocketbase/issues/3627), [#3662](https://github.com/pocketbase/pocketbase/issues/3662)).