Skip to content

Tags: maxbanton/cwh

Tags

v2.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Allow Monolog 3 (#106)" (#110)

This reverts commit dcd2249.

v2.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update php.yml

v2.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow PHP ^8 and PHPUnit ^9.4 (#91)

* Allow PHP ^8 and PHPUnit ^9.4

* Update composer.json

* Update composer.json

* Update composer.json

* Update composer.json

Co-authored-by: Max Leonov <[email protected]>

v2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP7 + Monolog 2 (#78)

* Dependencies updated + composer.lock removed + GH Actions skeleton

* Removed .travis.yml

* Fix

* PHP 7

* Fix

* mbstring extension

* Test failed test

* Fix

* Added coveralls

* Fix

* Run only on push

* Up

* Up

* Optimize composer autoload

* Cosmetic

* Readme update

* Cosmetic

* Order changed

* issue template removed

v1.1.14

Added option to disable creating the log group (#75)

* Added option to disable creating the log group

* Move create group option to constructor

* Move paragraph to relevant section in README

v1.1.13

Sort log entries chronologically before calling PutLogEvents. (#70)

See issues #32 and #69 for more context.

v1.1.12

Do not overshadow errors thrown by DescribeLogGroups. (#68)

If DescribeLogGroups throws an error (e.g. AccessDeniedException), the retry logic
will still call DescribeLogStreams, which will also fail, either with
AccessDeniedException, or, more confusingly, with "The specified log group
does not exist." if the log group has never been created.

This change makes sure that the original error is thrown.

v1.1.11

Consider to flush buffer after a record has been processed (#62)

* Consider to flush buffer after a record has been processed

* Fix syntax

v1.1.10

Refresh with fresh sequence token (#56)

* Refresh with fresh sequence token

* reformats phpdoc to fit within 140 characters