Skip to content

Releases: maxbanton/cwh

Support for max event size limit

09 May 18:15
Compare
Choose a tag to compare

Possibility to set indefinite retention

27 Apr 06:04
Compare
Choose a tag to compare

Community contributions release

17 Apr 07:09
Compare
Choose a tag to compare
  • thanks to @mstovicek for making Handler compatible with FingersCrossedHandler
  • thanks to @localheinz for a bunch of enhancements and fixes

Hotfix for log event timestamp

29 Mar 12:44
86b212a
Compare
Choose a tag to compare

Improvement to avoid Rate exceeded errors

26 Mar 11:48
2ea27d2
Compare
Choose a tag to compare
Hotfix to avoid AWS API Rate exceeded errors (#33)

* Added throttling mechanism to avoid "Rate exceeded" errors

* Packages updated

* Revert "Packages updated"

This reverts commit a1bb89a88c92c3f20da3ba733e9d93666710c5bf.

* Update package

* Compatibility

* No suggestions on travis build please

* Try to build on 7.2

* PHPUnit updated

* Try another package to analyze code coverage with coveralls

* Removed outdated guzzle/guzzle package from dev dependencies

Minor release with pull merged request

02 Oct 14:34
Compare
Choose a tag to compare
Implement a clone method to register the handler's shutdown function.…

… (#24)

This addresses an issue where a cloned handler does not flush its
buffer.

Typo fix

02 Sep 08:46
Compare
Choose a tag to compare
Merge pull request #21 from maxbanton/hotfix

Fix typo

More accurate timestamp for log records

31 Aug 09:36
Compare
Choose a tag to compare
Merge pull request #20 from maxbanton/issue-13

More accurate timestamp for log records

Empty tags client initialization bugfix

31 Aug 09:01
Compare
Choose a tag to compare
Merge pull request #19 from maxbanton/pulls/16

Fix CloudWatchLogs Client initialization with empty tags

Redefining

04 Mar 18:33
Compare
Choose a tag to compare

Handler was completely rewritten with focus for native support of batch log entries sending.
Some back incompatible changes done.