You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,6 @@
1
-
## 0.22.0-rc2
1
+
## 0.22.0
2
2
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+.**
11
4
12
5
- Added support for sending batch/transactional create/updated/delete/**upsert** requests with the new batch Web APIs.
13
6
```js
@@ -72,6 +65,8 @@
72
65
73
66
- Added the submitted fetch options as 3rd last argument in the `pb.afterSend` hook.
74
67
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
+
75
70
- ⚠️ Admins are converted to `_superusers` auth collection and there is no longer `AdminService` and `AdminModel` types.
76
71
`pb.admins` is soft-deprecated and aliased to `pb.collection("_superusers")`.
0 commit comments