Skip to content

Releases: ackintosh/ganesha

3.1.2 - Loosened requirement for psr/http-message

21 Aug 23:47
bc52a76
Compare
Choose a tag to compare

What's Changed

  • Loosened requirement for psr/http-message - ^1.0|^2.0 by @Rastusik in #107

New Contributors

Full Changelog: 3.1.1...3.1.2

3.1.1 - Fix dependency issue with guzzle/promises

16 Jun 08:15
a4c08dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0 - Guzzle Failure Detector

05 Jan 08:09
9579888
Compare
Choose a tag to compare

Failure detector for Guzzle middleware has been introduced in this release. See README for details.

What's Changed

New Contributors

Full Changelog: 3.0.1...3.1.0

3.0.1 - Psalm type annotations

21 Sep 14:12
68792cb
Compare
Choose a tag to compare

3.0.0 - Bump minimum supported PHP version and update deps

04 Sep 07:59
7275436
Compare
Choose a tag to compare

Since this release, the minimum supported PHP version is bumped from 7.3 to 8.0. Also symfony/http-client version is bumped.

Please see Version Guidance for the supported PHP version in each release.

There are no changes to the interfaces and features Ganesha provides.


2.0.2 - RedisStore: use ClientInterface instead of Client

26 Apr 14:02
5792a96
Compare
Choose a tag to compare

RedisStore use ClientInterface instead of Client by @fhjbalfoort


Since this release, RedisStore allows an instance of \Predis\ClientInterface instead of \Predis\Client as a constructor argument.

This allows you to use your custom redis client that implements the \Predis\ClientInterface interface.

2.0.1 - Reduce the size of package

26 Jun 02:35
89660a4
Compare
Choose a tag to compare

Added .gitattributes to reduce the size of package.
#86

It reduces the package size from ~1,600KB to ~200KB. 🚀

2.0.0 - Drop support for PHP 7.1 and 7.2

21 Jun 02:37
5ec6567
Compare
Choose a tag to compare

Updates in this version is only drop the support for the versions reached EOL. So the interfaces and features ganesha provides has not been changed in this update.

Drop support for PHP 7.1 and 7.2

Support for the versions that reached the EOL has been dropped.

PHP: Supported Versions

1.3.0 - Option to trigger failure on 5xx response

02 Jun 22:20
81fd038
Compare
Choose a tag to compare

feat: Add option to configure HTTP status codes to consider as failure · Pull Request #82 by @pvgnd


GaheshaHttpClient which provides integration of Symfony HttpClient and Ganesha, now allows an option to trigger failure on 5xx response.

For the details please see README.

1.2.3 - Fix: Redis success key keeps growing

12 May 13:11
adb021d
Compare
Choose a tag to compare