Skip to content

Commit 3abd42c

Browse files
committed
updated changelog
1 parent 6856a32 commit 3abd42c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
## 0.22.0-rc2
1+
## 0.22.0
22

3-
**⚠️ This is a prerelease and works only with PocketBase v0.23.0+!**
4-
5-
- Instead of replacing the entire `pb.authStore.record`, on auth record update we now only replace the available returned response record data ([pocketbase#5638](https://github.com/pocketbase/pocketbase/issues/5638)).
6-
7-
8-
## 0.22.0-rc
9-
10-
**⚠️ This release works only with PocketBase v0.23.0+ and contains breaking changes!**
3+
**⚠️ This release introduces some breaking changes and works only with PocketBase v0.23.0+.**
114

125
- Added support for sending batch/transactional create/updated/delete/**upsert** requests with the new batch Web APIs.
136
```js
@@ -72,6 +65,8 @@
7265

7366
- Added the submitted fetch options as 3rd last argument in the `pb.afterSend` hook.
7467

68+
- Instead of replacing the entire `pb.authStore.record`, on auth record update we now only replace the available returned response record data ([pocketbase#5638](https://github.com/pocketbase/pocketbase/issues/5638)).
69+
7570
- ⚠️ Admins are converted to `_superusers` auth collection and there is no longer `AdminService` and `AdminModel` types.
7671
`pb.admins` is soft-deprecated and aliased to `pb.collection("_superusers")`.
7772
```js

0 commit comments

Comments
 (0)