Releases: logdyhq/logdy-core
v0.14.0
v0.13.3
v0.13.3
v0.13.2
Merge pull request #61 from borosr/main Optimize docker image size
v0.13.1
What's Changed
- Fix readLine by @kropptrevor in #41
- Fix forward subcommand bugs by @kropptrevor in #43
- Add Dockerfile to enable Docker workflow and usage by @pataquets in #56
- Dockerfile minor improvements. by @pataquets in #59
- Optimize docker image size by @borosr in #61
New Contributors
- @kropptrevor made their first contribution in #41
- @pataquets made their first contribution in #56
- @borosr made their first contribution in #61
Full Changelog: v0.13.0...v0.13.1
v0.13.0
readme update
v0.12.2
v0.12.0
build across update
v0.11.0
Utility commands
Oftentimes, the files we're working with are big and can contain many millions of lines. Currently, Logdy does not handle well, processing these big files hence why a new command mode has been introduced. Read more
ANSI code stripping by default
By default Logdy will now ignore ANSI code sequences. Read more
Bugfix: Disappearing rows after settings change
Rows no longer disappear after changing settings whether it's adding/removing a column or modifying a middleware.
v0.10.0
Correlation IDs
Logdy now natively support Correlation IDs. Why it's important? Read our blog post: Microservices local development tools just got a way easier.
Read more in the docs: Correlation IDs
Traces
A complementary feature for Correlation IDs are Traces, you can now visualize a simple trace timelines in Logdy. Read more in the docs: Traces
v0.9.0
Follow mode now allows to read an entire file
Add --full-read
option to the follow
mode, this will cause all of the files supplied as the argument to be first read and pumped into a buffer.
UI improvements
Reset button for selected filters and facets
Log message drawer is now embedded next to the table and resizable
Standard filters base on the origin