[#6490] restore meta.isNew OAuth2 response field

This commit is contained in:
Gani Georgiev
2025-02-21 10:26:41 +02:00
parent 3f51fb941b
commit d607695600
37 changed files with 251 additions and 226 deletions

View File

@@ -1,3 +1,10 @@
## v0.25.6
- Restore the missing `meta.isNew` field of the OAuth2 success response ([#6490](https://github.com/pocketbase/pocketbase/issues/6490)).
- Updated npm dependencies.
## v0.25.5
- Set the current working directory as a default goja script path when executing inline JS strings to allow `require(m)` traversing parent `node_modules` directories.