Skip to content

Releases: graze/gigya-client

Laravel 6/7

13 May 10:35
607e549
Compare
Choose a tag to compare

Adding support for using Laravel 6 and 7.

JWT

20 Aug 13:24
Compare
Choose a tag to compare
JWT
  • Adds the JWT @methods getJWT and getJWTPublicKey to the Account class.

Woah

17 Oct 10:38
Compare
Choose a tag to compare

Version 2 already?

  • Breaking change in the backend communication to gigya.
    • Changes to POST from GET
    • Any custom Handlers you are using might need to be updated!
      • If you are not using any custom Handlers at all, it should be fine!

Made it to version 1

05 Jun 13:21
Compare
Choose a tag to compare

It has been stable a while, but an official release to 1.0

Giphy

Release Candidate 1 for v1

01 Dec 16:47
Compare
Choose a tag to compare
Pre-release

Upgrades Guzzle v5 to v6.

Blast!

06 Nov 13:03
Compare
Choose a tag to compare

Changes

  • made validateUid on the UidSignatureValidator public

Giggedy!

26 Oct 12:35
Compare
Choose a tag to compare

Added

  • Set Response Validators and Subscribers directly on the client with addValidator and addSubscriber.
  • Pass advanced options to the Gigya client constructor.

Changed

  • Use a Subscriber for authentication to allow modification of the authentication method in the future.
  • Expose more of guzzle to the user.

Removed

  • setGuzzleConfig command, this should be passed in with the constructor

Initial Relase

26 Oct 12:30
Compare
Choose a tag to compare

Say hello to a Gigya Client!