Releases: blancks/syslog-forwarder
Releases · blancks/syslog-forwarder
v1.3.0
v1.2.0
What's Changed
Features
- Add ability to self-load environment variables from a
.envfile when not sourced to the system environment - Add
SYSLOG_TIMEZONEenvironment variable to set application timezone
Refactors
- Remove dependency on
php.ini - Refactor error handling to write properly to the
stderrstream - Improve retry mechanism in authentication and logging functions
- Split complex logic into smaller, more maintainable functions
Code Quality
- Improve documentation in
.env.examplewith detailed explanations for each variable - Fix code style formatting for better readability and maintainability
Breaking Changes
- Remove dependency on
php.inifor timezone configuration
Bug Fixes
- Fix undefined variables issue when
.envis not sourced
v1.1.0
What's Changed
- Add Docker image support by @Michuelnik in #1
New Contributors
- @Michuelnik made their first contribution in #1
Full Changelog: https://github.com/blancks/syslog-forwarder/commits/v2025.07.0