Releases: akkeris/logtrain
Releases · akkeris/logtrain
v0.7.1 Release
Fix for CI to arm64.
v0.7.0 Release
- arm64 support
v0.6.2 Beta
- Support for arm64 and powerpc processor builds
v0.6.1 Beta
- Fixed closing out db connections on persistent connection
- Fixed create statement.
v0.6.0 Release
- Added persistent test
v0.5.9 Release
- Fixed derive hostname panic
v0.5.8 Release
- Fix panic in hostname derivation.
- Added optional configmappings for persistent logs
v0.5.7 Beta
- Fixes prometheus metrics reporting to not over-report by drain
- Added persistent drain watching annotations on logs
v0.5.6 Beta
- Fix logical error in kubernetes file watcher where removing a file that is being watched would stop new files from being discovered.
v0.5.5 Beta
- Added ability to tail existing logtail that's been created via
GET
andPOST
method to allow the upstream proxy to decide which one to allow. This helps support use cases where we may want to expose a GET end point on a different host and be able to stream the logs via a UI in a browser.