Releases: chrischtel/nexlog
Releases · chrischtel/nexlog
Patch v0.4.1
What's Changed
- Updated build.zig to handle every example separately by @chrischtel in #31
Fixed a bug, where missing flushes for the non - failing log functions would result in weirdly formatted log output.
v0.4.0
What's Changed
- fixed -> Segmentation fault on windows cause by double freeing the memory in the json_handler example.
- memory handling for json logger refactored
v0.3.3
Full Changelog: v0.3.2...v0.3.3
Nexlog now supports Zig v0.14-dev and v0.13.0 from within one codebase
v0.3.2
Full Changelog: v0.3.1...v0.3.2
Improvements:
removed unnecessary dependency lib-regex
v0.3.1
Full Changelog: v0.3.0...v0.3.1
This release works on zig master v0.14-dev
Added convenient non-failing api calls to log.
v0.2.0-rc.1
What's Changed
- chore(docs): Removed Quick Start Example, forwarding to --examples folder-- by @chrischtel in #13
- Removed / deactivated pattern recognition and advanced analysis features by @chrischtel in #14
- Improved Error Handling for network handler by @chrischtel in #15
- Added unit tests for error handling by @chrischtel in #16
- Commented patter analysis tests / will be removed shortly by @chrischtel in #17
- fixed various errors, segfault, error handling, clean up logic, and more... / for the json logger handler by @chrischtel in #18
- gitignore update by @chrischtel in #19
- FORMAT module utility by @chrischtel in #21
Full Changelog: v0.2.0-alpha.1...v0.2.0-rc.1
v0.2.0-alpha.1
This Release brings in a convienient Interface for creating your own custom handlers, fixes #10 and a few Performance, Multi-threading bug fixes.for more Check the Full changelog link below.
What's Changed
- Fixed build issue by @chrischtel in #1
- fixed ci overhead using branching stragety by @chrischtel in #2
- typo by @chrischtel in #3
- Merge pull request #3 from chrischtel/master by @chrischtel in #4
- Added autocategorization with performance improvements to pattern recognition by @chrischtel in #8
- Add Support for Custom Log Handlers by @chrischtel in #11
New Contributors
- @chrischtel made their first contribution in #1
Full Changelog: https://github.com/chrischtel/nexlog/commits/v0.2.0-alpha.1