Releases: logtail/monolog-logtail
Releases · logtail/monolog-logtail
v3.2.0
What's Changed
- Ensure flushed logs in long running scripts by @PetrHeinz in #23
- added options
flushIntervalMs
(default 5s) andthrowExceptions
(default false) toLogtailHandler
- changed default of
bufferLimit
from 0 to 1000 andflushOnOverflow
from false to true - added
LogtailHandlerBuilder
- added options
Full Changelog: v3.1.0...v3.2.0
v2.2.0
What's Changed
- Ensure flushed logs in long running scripts by @PetrHeinz in #22
- added options
flushIntervalMs
(default 5s) andthrowExceptions
(default false) toLogtailHandler
- changed default of
bufferLimit
from 0 to 1000 andflushOnOverflow
from false to true - added
LogtailHandlerBuilder
- added options
Full Changelog: v2.1.0...v2.2.0
v3.1.0
What's Changed
- Fix LogtailClient host by @rogervila in #13
- Update README.md: simplification by @PetrHeinz in #14
- Add LogtailClient curl connection timeout and timeout by @vzikmund in #15
- Update 3.x with changes in 2.x by @PetrHeinz in #18
New Contributors
- @rogervila made their first contribution in #13
- @PetrHeinz made their first contribution in #14
Full Changelog: v3.0.0...v3.1.0
v2.1.0
v2.0.1
Full Changelog: v2.0.0...v2.0.1
v3.0.0
What's Changed
- feat: bump to monolog 3 by @SiMoSiMo2 in #8
New Contributors
- @SiMoSiMo2 made their first contribution in #8
Full Changelog: v2.1.0...v3.0.0
v2.0.0
What's Changed
- Prevent sending associative arrays to logtail by @jindraregal in #7
Full Changelog: v0.1.4...v2.0.0