Skip to content

Commit da90d89

Browse files
committed
re-added batch functionality
1 parent 24637c5 commit da90d89

File tree

9 files changed

+1397
-29
lines changed

9 files changed

+1397
-29
lines changed

CHANGELOG

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -104,28 +104,6 @@ PHP driver:
104104
- Connection::enableCustomQueue($queueName, $count = null)
105105
- Connection::disableCustomQueue()
106106

107-
Batch requests
108-
--------------
109-
110-
The 2.x versions of the PHP driver allowed assembling HTTP operations in the
111-
client without actually dispatching them immediately. Once enough operations
112-
were assembled, they could be sent in a batch to the server.
113-
114-
The PHP driver offered the classes `Batch` and `BatchPart` for this purpose.
115-
These have been removed from the 3.0 version of the driver.
116-
117-
The `Connection` class also had methods for working with batches, namely:
118-
119-
- Connection::stopCaptureBatch()
120-
- Connection::getActiveBatch()
121-
- Connection::setActiveBatch($batch)
122-
- Connection::setCaptureBatch($state)
123-
- Connection::setBatchRequest($state)
124-
- Connection::isInBatchCaptureMode()
125-
- Connection::getBatches()
126-
127-
These have been removed in the 3.0 version of the driver as well.
128-
129107
Client versioning
130108
-----------------
131109

0 commit comments

Comments
 (0)