Releases: naver/lobster
Releases · naver/lobster
v1.0.4
What's Changed
- add a pod list cache to continue tailing logs even if the API server or kubelet fails by @sharkpc138 in #37
- Add PathTemplate to customize the directory for exporting logs by @sharkpc138 in #36
- fix middleware to log requests by @sharkpc138 in #35
- add validate api by @sharkpc138 in #39
- Add OAuth token management by @sharkpc138 in #38
- update version by @sharkpc138 in #40
- adjust interval by @sharkpc138 in #41
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- fix to ensure the tailer is cleaned on termination by @sharkpc138 in #26
- add template option by @sharkpc138 in #28
- add variable to adjust retention size by @sharkpc138 in #30
- Support out of timestamp order by @sharkpc138 in #29
- Add kafka exporter by @sharkpc138 in #27
- Fix min export interval by @sharkpc138 in #33
- add validation rule for contents name by @sharkpc138 in #31
- fix log export field by @sharkpc138 in #32
- update version by @sharkpc138 in #34
Full Changelog: v1.0.2...v1.0.3
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