Skip to content

Commit

Permalink
add release notes for v2 bc (#28)
Browse files Browse the repository at this point in the history
* add release notes for v2 bc

* custom
  • Loading branch information
Harry Bragg authored Oct 17, 2017
1 parent b9392e8 commit 9445562
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

All Notable changes to `gigya-client` will be documented in this file

## 2.0 - 2017-10-17

### Changed

- [BC] Move all requests to use POST instead of GET to gigya.
- Prevents email/password leakage and some people are having issues with credentials in query params.
- If you use any custom `Handler`s that assume GET request or look at query params then they will need to change.

## 1.0 - 2016-12-02

### Changed

- Upgrade Guzzle from v5 to v6
- All Subscribers are now Guzzle Middleware
- Renamed `->addSubscriber` to `->addHandler`
Expand All @@ -13,11 +22,13 @@ All Notable changes to `gigya-client` will be documented in this file
## 0.3 - 2016-04-02

### Added

- OAuth2 authentication

## 0.2 - 2015-10-20

### Changed

- Moved Subscribers and Validators to the Gigya object, call these directly
- Constructor of Gigya takes a configuration array with properties
- modification to the order of arguments
Expand All @@ -27,4 +38,5 @@ All Notable changes to `gigya-client` will be documented in this file
## 0.1 - 2015-10-03

### Added

- initial Release

0 comments on commit 9445562

Please sign in to comment.