Merge branch '1.8.x' into feat-csv-export

This commit is contained in:
Jake Barnby 2025-11-03 19:26:25 +13:00 committed by GitHub
commit 6e71a3ca4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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