New
v0.7.2 Maintenance Release
Welcome. This release fixes any issues that occurred with Zig's updated standard library in v0.15.1.
Changelog
All notable changes to this project will be documented in this file.
[0.7.2] - 2025-09-03
πΌ Other
- Soft-deprecate on Zig v0.15.1; guard std.compress.gzip; fix cfg usage
- runBenchmark() returns anyerrror instead of BenchmarkError (temporary)
- fixed std IO to use new Writergate system
[0.7.1] - 2025-07-18
π Bug Fixes
- Return AlreadyInitialized error instead of ConfigError on double init
βοΈ Miscellaneous Tasks
- Add git-cliff config for changelog generation
- Cleanup repository
- Update changelog for v0.7.1
[0.7.0] - 2025-07-18
π Features
- Add stack buffer optimization for performance boost
πΌ Other
- NetworkHandler and NetworkOutput
[0.6.1] - 2025-06-28
π Features
- Add automatic metadata capture helpers
[0.5.0-beta.2] - 2025-04-11
π Features
- (buffer) Add extended health statistics fields
- (buffer) Initialize health monitoring fields
- (buffer) Implement health metric tracking
- (buffer) Add health reporting system
- (buffer) Add quick health check and metric reset
- (api) Expose buffer health monitoring types
π Bug Fixes
- (buffer) Use atomic swap for peak usage tracking
[0.5.0-beta.1] - 2025-04-10
βοΈ Miscellaneous Tasks
- Prepare release v0.5.0-beta.1
[0.4.2] - 2025-03-19
π Bug Fixes
- CI error due to missing run step (added step all-examples to build and run ALL examples (for CI))
- Added missing flush to .debug log method -> fixes problem with weird log output to file
[0.4.0] - 2025-02-05
π Bug Fixes
- Windows memory management in JsonHandler
- Potential double free in json example
[0.3.0] - 2025-02-05
π Features
- Added non fallible methods for logging
π Bug Fixes
- Fixed API errors due to version bump (Zig v0.14.x)
πΌ Other
- Updated parts of 'basic_usage' example to use the new Infallible logging methods
[0.2.0-rc.2] - 2025-02-02
π Bug Fixes
- Renamed '.Pointer' -> '.pointer' and '.One' to '.one'
- Renamed MAX_PATH_BYTES to max_path_bytes
[0.2.0-rc.1] - 2025-01-30
πΌ Other
- Fixed errors, conversion and shadowing errors
- Implemented formatting into existing configuration
βοΈ Miscellaneous Tasks
- (docs) Removed Quick Start Example, forwarding to --examples folder--
- (docs) Removed Quick Start Example, forwarding to --examples folder-- #13
[0.2.0-alpha.1] - 2025-01-16
π Bug Fixes
- (file-handler) Resolve deadlock and memory leaks in log rotation