Releases: wearesho-team/yii2-guzzle
Releases · wearesho-team/yii2-guzzle
Release 2.0: QueueRepository
Added RepositoryInterface to implement different log saving options.
Added SyncRepository to save as in version 1.0
Added QueueRepository to save through a queue to bypass the database transaction problem repository implementations
Added the repository property in Bootstrap to configure the repository.
Static create methods from Request, Response, Exception replaced with Factory class
Add docker-compose.yml to .gitattributes export-ignore
Release 1.3: Support for \Closure for excluding logs, add separate Middleware class
Implement \Closure for exclude (#20) Move log Middleware to separate class instead of Bootstrap inlining Update dependencies Replace TravisCI with GitHub Actions Fix sorting migrations before apply in tests
Release 1.1 Patch 2: Fix saving response with file in body
1.1.2 Fix saving response with file in body
Release 1.1: Fix serializing objects while logging exception
1.1.1 Fix logging trace
Release 1.1: Guzzle Config
1.1.0 Guzzle Config (#8)
Release 1
Release Candidate 2: Fix MySQL migrations
1.0.0-RC2 Fix MySQL migrations (#1)
Release Candidate 1: Tests and docs to be done
1.0.0-RC1 Fix Request and Response validation rules for body and headers