Releases: maxbanton/cwh
Releases · maxbanton/cwh
Does not allow Monolog V3 on ^2.0 versions
Flush the record buffer before the timespan of all records exceeds 24 hours
Thanks to jackwakefield for his pr #107
New release to support PHP8
Allow to install on PHP8
CI fixes
Suggestion added
v2.0.1 Update composer.json
New major release! 🎉
Hi! It's been a while since last big release.
For this time library reached about 1.1M of downloads, which is impressive for me.
In this release I'm dropped support of PHP 5.* and now minimal required version of PHP is 7.2.
Also required version of Monolog library now is ^2.0.
A lot of small cosmetic changes was also done, such as migration to Github Actions and cleanup of unneeded files.
Thanks to all who opened an issues and PRs.
Happy coding and Happy New Year!
Additional parameter in constructor
Thanks @guillaumesmo for the PR #75
Fixes
Do not overshadow errors thrown by DescribeLogGroups with those from DescribeLogStreams
Fix for BatchSize = 1 will only flush when bufferSize reaches 2
Thanks @holtkamp for contribution!
Workarount to deal with InvalidSequenceTokenException
Thanks @mstovice for the PR #56