- Add ability to use returnImmediately flag when pulling messages
- Bump up google/cloud requirement to ^0.95.0
- Allow setting of maximum number of messages to pull option
- Add support for using Google Cloud batch requests (aka background daemon)
- Allow for google/cloud ^0.29.0|^0.30.0|^0.31.0|^0.32.0|^0.33.0|^0.34.0|^0.35.0
- Allow for google/cloud ^0.26.0|^0.27.0|^0.28.0
- Bump up to superbalist/php-pubsub ^2.0
- Add new publishBatch method to GoogleCloudPubSubAdapter
- Fix to gRPC timeouts
- Allow for google/cloud ^0.21.0|^0.22.0|^0.23.0|^0.24.0|^0.25.0
- Bump up google/cloud requirement to ^0.11.0|^0.12.0|^0.13.0|^0.20.0
- Allow for google/cloud ^0.10.0
- Fix to subscriber bug - client identifier needs to be unique across topics.
- Add new
$clientIdentifier
&setClientIdentifier()
functionality to allow subscribers to use the same, or unique identifiers.
- Allow for google/cloud ^0.8.0 and ^0.9.0
- Ack messages individually after callable returns successfully
- Add functionality to enable/disable auto topic & subscription creation
- Initial release