Skip to content

Latest commit

 

History

History
180 lines (87 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

180 lines (87 loc) · 2.29 KB

CHANGE LOG

V9.0 (31/05/2022)

  • Dropped PHP < 7.4
  • Dropped Laravel < 8
  • Require bitbucket/client 4.2
  • Require lcobucci/jwt ^4.1.5

V8.1.1 (30/05/2022)

  • Support graham-campbell/bounded-cache v2 too

V8.1 (24/01/2022)

  • Support Laravel 9
  • Require bitbucket/client 4.1

V8.0.3 (21/11/2021)

  • Provisional PHP 8.1 support
  • Updated package metadata

V8.0.2 (14/01/2021)

  • Always build keys using integer timestamps

V8.0.1 (08/01/2021)

  • Tweaked private token auth

V8.0 (22/12/2020)

  • Require bitbucket/client 4.0

V7.3 (27/11/2020)

  • Support PHP 8
  • Require bitbucket/client 3.3
  • Upgrade to lcobucci/jwt ^3.4 || ^4.0
  • Manager phpdoc fixes

V7.2 (16/08/2020)

  • Support Laravel 8
  • Require bitbucket/client 3.2

V7.1 (22/07/2020)

  • Require bitbucket/client 3.1

V7.0 (16/07/2020)

  • Require bitbucket/client 3.0
  • Added JWT authentication support

V6.0.2 (14/07/2020)

  • Added missing cachefactory provides

V6.0.1 (14/04/2020)

  • Updated funding information

V6.0 (01/03/2020)

  • Dropped Laravel 5
  • Moved around internals
  • Reworked caching support

V5.5 (08/02/2020)

  • Made caching truly optional

V5.4 (25/01/2020)

  • Added Laravel 7 support

V5.3.1 (08/12/2019)

  • Added missing properties

V5.3 (03/11/2019)

  • Require bitbucket/client 2.1
  • Support both HTTPlug v1 and v2

V5.2 (26/08/2019)

  • Added Laravel 6 support

V5.1 (18/08/2019)

  • Work around Laravel caching bugs
  • Ensure cache TTLs aren't too large

V5.0 (30/06/2019)

  • Upgraded to bitbucket/client 2.0
  • Reworked caching
  • Avoid calling deprecated code

V4.3 (07/04/2019)

  • Added Laravel 5.8 support

V4.2 (23/08/2018)

  • Added Laravel 5.7 support

V4.1 (05/04/2018)

  • Upgraded to bitbucket/client 1.1
  • Support customizing the base URL

V4.0 (02/04/2018)

  • Switched to bitbucket/client 1.0
  • Support no authentication

V3.0 (01/03/2018)

  • Support PHP 7.1 or 7.2
  • Support Laravel 5.5 or 5.6
  • Require at least gentle/bitbucket-api 1.1

V2.1.1 (02/01/2018)

  • Fixed config when inside phar

V2.1 (15/10/2017)

  • Support oauth2

V2.0 (06/08/2017)

  • Support PHP 7.0, 7.1, 7.2
  • Support Laravel 5.1 - 5.5
  • More type hints
  • Support oauth

V1.1 (01/01/2017)

  • Added laravel 5.4 support

V1.0 (12/06/2016)

  • Initial release