Skip to content

Releases: wearesho-team/yii2-guzzle

Release 2.0: QueueRepository

07 Jul 14:27
Compare
Choose a tag to compare

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

02 Dec 13:07
2036503
Compare
Choose a tag to compare
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

18 Mar 05:24
Compare
Choose a tag to compare
1.1.2

Fix saving response with file in body

Release 1.1: Fix serializing objects while logging exception

12 Mar 18:13
Compare
Choose a tag to compare

Release 1.1: Guzzle Config

18 Feb 14:04
54f38ab
Compare
Choose a tag to compare
1.1.0

Guzzle Config (#8)

Release 1

25 Dec 15:08
Compare
Choose a tag to compare
1.0.0

Documentation (#7)

Release Candidate 2: Fix MySQL migrations

23 Nov 03:21
d6b861c
Compare
Choose a tag to compare
1.0.0-RC2

Fix MySQL migrations (#1)

Release Candidate 1: Tests and docs to be done

21 Nov 11:55
Compare
Choose a tag to compare
1.0.0-RC1

Fix Request and Response validation rules for body and headers