Skip to content

Latest commit

 

History

History
150 lines (69 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

150 lines (69 loc) · 1.95 KB

CHANGE LOG

V4.2 (24/01/2022)

  • Dropped PHP 7.2 and 7.3 support

V4.1 (23/01/2022)

  • Added PHP 8.1 support
  • Added psr/cache v2 and v3 support

V4.0.2 (23/01/2022)

  • Added missing PipelinesConfig::variables() method
  • Fixed some incorrect endpoint URIs

V4.0.1 (14/03/2021)

  • Fixed some incorrect endpoint URIs

V4.0 (22/12/2020)

  • Dropped support for PHP 7.1
  • Made builder class final
  • Re-worked pagination
  • Added additional return type enforcement

V3.3.1 (22/12/2020)

  • Added content type header constant

V3.3 (27/11/2020)

  • Added PHP 8.0 support

V3.2.3 (27/11/2020)

  • Fixed typos in versions

V3.2.2 (09/11/2020)

  • Use Psr17FactoryDiscovery::findUriFactory

V3.2.1 (26/08/2020)

  • Fixed the method used to list and show commits

V3.2 (16/08/2020)

  • Added void returns where possible

V3.1 (22/07/2020)

  • Reworked pagination

V3.0.1 (22/07/2020)

  • Fix HTTP methods client headers and body

V3.0 (11/07/2020)

  • Use PSR-7, PSR-17 and PSR-18 only
  • Update against latest API spec
  • Refactored exceptions and internals
  • Encode URIs according to RFC 3986
  • Replaced legacy APIs with workspaces

V2.1.5 (29/06/2020)

  • Fixed User-Agent version

V2.1.4 (28/06/2020)

  • Fixed repository diffstat

V2.1.3 (21/05/2020)

  • Fixed pagination of PRs

V2.1.2 (12/04/2020)

  • Updated funding information

V2.1.1 (24/01/2020)

  • Fixes patches API

V2.1 (03/11/2019)

  • Support HTTPlug v2

V2.0.2 (23/08/2019)

  • Official PHP 7.4 support

V2.0.1 (30/06/2019)

  • Fixed naming collisions
  • Removed unused dependency

V2.0 (29/06/2019)

  • Update against latest API spec
  • Rework HTTP caching

V1.1.1 (29/06/2019)

  • Fixed HTTP exception processing edge case

V1.1 (05/04/2018)

  • Add way to set base URL
  • Fixed commit statuses

V1.0.1 (03/04/2018)

  • Present the error detail if possible too
  • Support status keys with slashes

V1.0 (02/04/2018)

  • Initial release