Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 741 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 741 Bytes

Changelog

All notable changes to laravel-guzzle will be documented in this file

2.2.0 - 2020-10-06

  • add Laravel 8 support
  • add Guzzle 7 support

2.1.0 - 2020-03-03

  • add Laravel 7 support

2.0.0 - 2020-02-24

  • upgrade guide
  • add default_client and clients config keys
  • add \Astrotomic\LaravelGuzzle\Factory as new core of the package
  • change \Astrotomic\LaravelGuzzle\Facades\Guzzle to pipe calls to the new factory
  • drop guzzle() helper function
  • rename service-provider from LaravelGuzzleServiceProvider to GuzzleServiceProvider

1.0.1 - 2020-02-17

  • upgrade guzzle to at least v6.3

1.0.0 - 2020-02-14

  • initial release