Skip to content

Releases: petitpress/gps-messenger-bundle

3.0.0

04 Jun 10:35
53994f3
Compare
Choose a tag to compare

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

23 May 09:14
c4433e0
Compare
Choose a tag to compare
  • Added ability to force a transport #33
  • Removed mandatory topic and subscription creation and make it optional (default: enabled) #30

2.0.0

03 Jan 10:52
e2fd5ee
Compare
Choose a tag to compare
  • Allow Symfony ^7.0 #28
  • Disallow PHP < 8.2 #28 (BREAKING)

thx @sakulb

1.6.0

23 Aug 10:24
bf05d29
Compare
Choose a tag to compare
  • Feat: allow to configure options when calling pull method on subscription #23 @jon-ht

1.5.0

23 Mar 09:07
bbfbb08
Compare
Choose a tag to compare
  • Add an AttibutesStamp to handle serialized message attributes #22

1.4.0

21 Oct 08:14
29211cc
Compare
Choose a tag to compare
  • 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

26 Aug 12:24
c096aa1
Compare
Choose a tag to compare
  • Configurable topic and subscription creation options for feature introduced in #12
  • Deprecated "queue" option and embrace usage of "subscription" instead

1.2.0

27 Jul 15:31
7fe3d1f
Compare
Choose a tag to compare
  • Add support for setup in GPC transport (@kilatib)

1.1.0

11 Feb 08:44
3bf9a84
Compare
Choose a tag to compare
  • Allow to define custom config for Google\Cloud\PubSub\PubSubClient with "client_config" option. See README for more details.

1.0.2

07 Dec 12:24
b201463
Compare
Choose a tag to compare
  • Allow Symfony 6.0