Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rawnet/cwh

Tags

v3.0.0

Toggle v3.0.0's commit message
Update to use Monolog v3 & PHP 8.1

v2.0.2

Toggle v2.0.2's commit message

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 (maxbanton#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

Toggle v2.0.1's commit message

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

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP7 + Monolog 2 (maxbanton#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

Toggle v1.1.14's commit message
Added option to disable creating the log group (maxbanton#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

Toggle v1.1.13's commit message
Sort log entries chronologically before calling PutLogEvents. (maxban…

…ton#70)

See issues maxbanton#32 and maxbanton#69 for more context.

v1.1.12

Toggle v1.1.12's commit message
Do not overshadow errors thrown by DescribeLogGroups. (maxbanton#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

Toggle v1.1.11's commit message
Consider to flush buffer after a record has been processed (maxbanton#62

)

* Consider to flush buffer after a record has been processed

* Fix syntax

v1.1.10

Toggle v1.1.10's commit message
Refresh with fresh sequence token (maxbanton#56)

* Refresh with fresh sequence token

* reformats phpdoc to fit within 140 characters

v1.1.9

Toggle v1.1.9's commit message
Fix: Support for max event size limit (maxbanton#50)