Releases: naver/lobster
Releases · naver/lobster
v1.0.2
What's Changed
- Fix timestamps of write buffer by @sharkpc138 in #21
- fix the log tailer to ensure it drains all remaining logs without waiting by @sharkpc138 in #20
- fix the implementation to pre-generate the data required for testing by @sharkpc138 in #22
- add an option to encode file name by @sharkpc138 in #23
- Upgrade the version to v1.0.2 by @sharkpc138 in #24
- fix variable to use atomic by @sharkpc138 in #25
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Fix(store): add a file open option to write without remaining data by @sharkpc138 in #13
- Fix(exporter): fix parser to also parse the timestamp in a single log line by @sharkpc138 in #14
- Add panic and pprof by @sharkpc138 in #15
- Fix(query): Fix the label matcher to avoid using
contains
when distinguishing each label for chunk by @sharkpc138 in #16 - add panic by @sharkpc138 in #17
- remove deprecated path and param by @sharkpc138 in #18
- Upgrade the version to v1.0.1 by @sharkpc138 in #19
Full Changelog: v1.0.0...v1.0.1