Releases: petitpress/gps-messenger-bundle
Releases · petitpress/gps-messenger-bundle
3.0.1
What's Changed
- Fix DI Extension class deprecation in #35
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- Upgraded to google/cloud-pubsub v2 by @pulzarraider in #32
- Removed deprecated options
queue
and max_messages_pull
.
- Dropped support for Symfony
5.1
, 5.2
, 5.3
.
- Moved source files to
src
directory.
- Renamed
Tests
dir to tests
.
To ensure a smooth transition, we highly recommend reviewing the upgrade instructions outlined in the UPGRADE.md file.
Full Changelog: 2.1.0...3.0.0
2.1.0
- Added ability to force a transport #33
- Removed mandatory topic and subscription creation and make it optional (default: enabled) #30
2.0.0
- Allow Symfony ^7.0 #28
- Disallow PHP < 8.2 #28 (BREAKING)
thx @sakulb
1.6.0
- Feat: allow to configure options when calling pull method on subscription #23 @jon-ht
1.5.0
- Add an AttibutesStamp to handle serialized message attributes #22
1.4.0
- Add support for caching authentication tokens
- Fix typo in README.md
- Allow to use psr/cache 1.0
- Use
--php-version
flag in psalm CI
- Allow to disable the auth cache
- Code enhancement
credits for all to @pulzarraider
1.3.0
- Configurable topic and subscription creation options for feature introduced in #12
- Deprecated "queue" option and embrace usage of "subscription" instead
1.2.0
- Add support for setup in GPC transport (@kilatib)
1.1.0
- Allow to define custom config for Google\Cloud\PubSub\PubSubClient with "client_config" option. See README for more details.