Skip to content

Commit

Permalink
Prepare v5.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Jun 13, 2022
1 parent a6b1d06 commit 70736ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# CHANGELOG

## 5.0.0 (not released yet)
## 5.0.0 (2022-06-13)

Release notes:

This is the first big release under friendsofphp umbrella. There are lot of BC
Breaks, but they should be easy to fix. From now on, a particular attention will
breaks, but they should be easy to fix. From now on, a particular attention will
be given to not break the BC and to provide a nice upgrade path.

* Rename package from `sensiolabs/consul-php-sdk` to `friendsofphp/consul-php-sdk`
* Get ride of SensioLabs namespace (from `SensioLabs\Consul` to `Consul`)
* Add typehint where possible
* Force JSON body request where possible (now you must pass an array as body)
* Remove the factory and almost all interfaces
* Bump to PHP 7.4
* Bump to PHP 7.4+
* Add support for missing scheme in DSN
* Switch from Travis to GitHub Action
* Add some internal tooling (php-cs-fixer, phpstan, phpunit, Makefile)
Expand Down

0 comments on commit 70736ea

Please sign in to comment.