1
0
Fork 0
mirror of synced 2024-05-29 17:09:48 +12:00

Updated changlog

This commit is contained in:
Eldad Fux 2020-10-29 12:58:35 +02:00
parent 7625aec620
commit 57455db88b

View file

@ -44,6 +44,8 @@
## Breaking Changes (Read before upgrading!)
- **Deprecated** `first` and `last` query params for documents list route in the database API
- **Deprecated** Deprectaed Pubjabi Translations ('pn')
- **Deprecated** `PATCH /account/prefs` is now updating the prefs payload and not just merging it
- **Deprecated** `PATCH /users/:userId/prefs` is now updating the prefs payload and not just merging it
- Switched order of limit and offset params in all the SDKs `listDocuments` method for better consistency
- Default `limit` param value in all the SDKs `listDocuments` method is now 25 for better consistency