Releases: naver/lobster
Releases · naver/lobster
v1.0.6
What's Changed
- fix uploader log to check the actual log time by @sharkpc138 in #49
- add an option to configure the max contents of log sinks by @sharkpc138 in #50
- fix ambiguous variable name by @sharkpc138 in #53
- fix Swagger format for int types by @sharkpc138 in #52
- ensure correct log export start time after retry by @sharkpc138 in #51
- fix label comparison by @sharkpc138 in #54
- update version by @sharkpc138 in #55
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- add logs to measure the time spent on log export by @sharkpc138 in #43
- Fix path template to construct the directory properly by @sharkpc138 in #42
- Fix receipt management by @sharkpc138 in #46
- fix locale of block path by @sharkpc138 in #45
- Add grpc to enhance exporter performance by @sharkpc138 in #44
- update version by @sharkpc138 in #47
- fix index field by @sharkpc138 in #48
Full Changelog: v1.0.4...v1.0.5
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