Skip to content

Tags: eonx-com/externals

Tags

v1.7.0

Toggle v1.7.0's commit message
Support laminas/laminas-diactoros v3

v1.6.6

Toggle v1.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature/replace-zend-diactoros-with-laminas-diactoros-for-1x (#123)

* feature/replace-zend-diactoros-with-laminas-diactoros-for-1x

- replace zend-diactoros with laminas-diactoros

* feature/replace-zend-diactoros-with-laminas-diactoros-for-1x

- replace `Doctrine\Common\Persistence\ObjectRepository` to `Doctrine\Persistence\ObjectRepository`

v1.6.5

Toggle v1.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Invalid api response exception writes full response content as messag…

…e. (#122)

* Invalid api response exception writes full response content as message.

* standards fixes

v2.0.0-alpha4

Toggle v2.0.0-alpha4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PAY-1691: Redact Authorization field field (#121)

* PAY-1691: Add confirmation tests for request logging to lock down current behaviour.
* PAY-1691: Red test for having a SHA of the Authorization header instead of the auth field.
* PAY-1691: Redact out any Authorization headers when using loggable Request.
* PAY-1691: Clean up horrible coding standards violations.
* PAY-1691: Add README.md.
* PAY-1691: Shorten var names inline with coding standards.

v1.6.4

Toggle v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
externals to support utils 2.0 (#120)

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
setters can be called without need of a property in entity class. (#117)

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
setters can be called without need of a property in entity class. (#117)

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Vendor update (#116)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PYMT-1663: Common Health checks. (#115)

* Database health check.

* getting rid of entity for database health check.

* cleanup.

* redis health check.

* Queue health check.

* Guzzle client connectivity health check.

* dynamo db health check.

* readme update.

* cleanup.

* cleanup v2.

* review fix.

* cleanup v3.

* test fix.

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add a PSR Dispatcher wrapper (#114)

* Add a PSR Dispatcher wrapper

* Failures