Skip to content

Releases: ShoppinPal/php-yapep-common

Add support for using AWS instance profiles in the SQS class

03 Mar 05:50
9691b1e
Compare
Choose a tag to compare
0.3.5

Make the SQS class work with instance roles

Fix namespace error in sentry error handler

29 Nov 19:55
8b3ce76
Compare
Choose a tag to compare
0.3.4

Fix namespace in sentry error handler

Add support for Sentry for error handling

29 Nov 19:42
aff8a48
Compare
Choose a tag to compare
Merge pull request #33 from ShoppinPal/sentry-error-handler

Add sentry error handler

Add support to retrieve SQS queue attributes

26 Oct 03:15
8f3f796
Compare
Choose a tag to compare
Merge pull request #32 from ShoppinPal/sqs-queue-attributes

Add support for retrieving queue attributes from SQS

Allow using all instances of DateTimeInterface in Rest entities

11 Aug 11:57
ae6e08c
Compare
Choose a tag to compare
0.3.1

Allow using DateTimeImmutable in Rest entities

v0.3.0

11 Aug 10:41
3e51f36
Compare
Choose a tag to compare

Updated minimum php version and dependencies

Improve http health check

28 Jan 03:27
b5dc4a7
Compare
Choose a tag to compare

If the http request failed in a health check, it threw a CurlException, which resulted in a not very useful error message.

Predis storage added

22 Jan 18:53
9845890
Compare
Choose a tag to compare

Added a Predis storage

Add batch health check

17 Dec 07:59
ac063e1
Compare
Choose a tag to compare

Add health checks for long running batch scripts by updating a file periodically and adding a checking script that will exit with a success if the file was updated within a threshold period, or with an error code if it wasn't.

Add Http health check and S3 health check

23 Sep 09:52
46acd50
Compare
Choose a tag to compare
Merge pull request #28 from ShoppinPal/add-http-and-s3-healtcheck

Add HTTP and S3 health checks, add deleteObject method to the S3 wrapper