Skip to content

Releases: gregurco/GuzzleBundleOAuth2Plugin

v2.3.0

07 Apr 14:52
a58a99b
Compare
Choose a tag to compare

What's Changed

  • Update dependencies, switch to github actions by @gregurco in #32

Full Changelog: v2.2.0...v2.3.0

v2.2.0 - support Guzzle 7

24 Mar 19:47
c1ba192
Compare
Choose a tag to compare

What's Changed

  • Update guzzlehttp/guzzle dependency to allow v7 by @moux2003 in #28

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0 - support PHP 8 and Symfony 6

13 Jan 08:24
f59f00a
Compare
Choose a tag to compare

This release includes following PR:

  • PR #25: composer.json cleanup, added php8, upgraded some other packages (@EugenGanshorn)

v2.0.0 - support GuzzleBundle v8

28 Feb 15:48
33ec3eb
Compare
Choose a tag to compare

This release includes following PR:

  • PR #24: Update info in readme.md file
  • PR #23: Support Guzzle Bundle v8

v1.0.8 - Fix problem with "persistent" caching token

08 Feb 17:26
57cd805
Compare
Choose a tag to compare

v1.0.7 - fix issue with expires_in

15 Jan 14:10
d2cbe6c
Compare
Choose a tag to compare

v1.0.6 - feature/add cache

07 Jan 16:00
Compare
Choose a tag to compare

Release includes PR: #16

v1.0.5 - add audience and retry_limit options

02 Jul 14:40
615f6e9
Compare
Choose a tag to compare

Release includes PR: #14

Change log:

  • Add audience option
  • Add retry_limit option

v1.0.4 - support of symfony 3.4/4.0 and persistent token storage

17 Apr 14:29
4cfa750
Compare
Choose a tag to compare
Merge pull request #12 from gregurco/fix_permissions

Fix permissions

v1.0.3 - improve validation, add private_key option and add tests

09 Nov 22:36
086e2ab
Compare
Choose a tag to compare

Release includes PR: #4 #5

Change log:

  • Write tests for configuration
  • Do ClientCredentials as default grant type
  • Add support of private_key option for JwtBearer
  • Improve documentation