Skip to content

Releases: chrischtel/nexlog

Patch v0.4.1

16 Feb 15:42
Compare
Choose a tag to compare

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

05 Feb 21:00
Compare
Choose a tag to compare

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

05 Feb 19:23
Compare
Choose a tag to compare

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

05 Feb 15:32
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

Improvements:
removed unnecessary dependency lib-regex

v0.3.1

05 Feb 15:21
Compare
Choose a tag to compare

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

30 Jan 20:31
072b565
Compare
Choose a tag to compare

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

16 Jan 09:51
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

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

New Contributors

Full Changelog: https://github.com/chrischtel/nexlog/commits/v0.2.0-alpha.1