mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 07:58:55 +00:00
Merge branch '1.8.x' into feat-csv-export
This commit is contained in:
commit
6e71a3ca4c
9 changed files with 8 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
|||
## 11.1.0
|
||||
|
||||
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
|
||||
* Add `Operator` class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
|
||||
|
||||
## 11.0.0
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
|
||||
* Add `Operator` class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
|
||||
* Add `createResendProvider` and `updateResendProvider` methods to `Messaging` service
|
||||
|
||||
## 19.2.1
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
|
||||
* Add `Operator` class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
|
||||
* Add `CreateResendProvider` and `UpdateResendProvider` methods to `Messaging` service
|
||||
|
||||
## 0.21.2
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
|
||||
* Add `Operator` class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
|
||||
* Add `createResendProvider` and `updateResendProvider` methods to `Messaging` service
|
||||
|
||||
## v0.13.1
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
|
||||
* Add `Operator` class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
|
||||
* Add `createResendProvider` and `updateResendProvider` methods to `Messaging` service
|
||||
|
||||
## 12.2.1
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
|
||||
* Add `Operator` class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
|
||||
* Add `createResendProvider` and `updateResendProvider` methods to `Messaging` service
|
||||
|
||||
## 20.2.1
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
|
||||
* Add `Operator` class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
|
||||
* Add `createResendProvider` and `updateResendProvider` methods to `Messaging` service
|
||||
|
||||
## 17.4.1
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
|
||||
* Add `Operator` class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
|
||||
* Add `create_resend_provider` and `update_resend_provider` methods to `Messaging` service
|
||||
|
||||
## 19.2.1
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
|
||||
* Add `Operator` class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
|
||||
* Add `createResendProvider` and `updateResendProvider` methods to `Messaging` service
|
||||
|
||||
## 13.2.2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue