Skip to content

Releases: dbgeek/elblogcat

v0.1.0

17 Mar 19:35
v0.1.0
79926b5
Compare
Choose a tag to compare

Changelog

0c7a28c feat: tail command command tail is a poor man tail that pool s3 for new access logs default every 1min. It possible to change how often it should pool for new access logs from s3 with flag --polling-interval
be71675 feature: Adding global flag max-keys
ddaed12 fix: NewConfiguration did not set MaxKeys
6cb1ea5 refactor: define accesslog endtime fmt as constant
65d0375 refactor: switching some fmt.Print to logrus.

v0.1.0-rc1

15 Mar 21:45
v0.1.0-rc1
547ac08
Compare
Choose a tag to compare
v0.1.0-rc1 Pre-release
Pre-release

Changelog

547ac08 Merge pull request #4 from dbgeek/poor_mans_tail
0c7a28c feat: tail command command tail is a poor man tail that pool s3 for new access logs default every 1min. It possible to change how often it should pool for new access logs from s3 with flag --polling-interval

v0.0.1

03 Mar 20:38
v0.0.1
318118b
Compare
Choose a tag to compare

Changelog

v0.0.1-rc3

03 Mar 12:13
v0.0.1-rc3
d2e9e71
Compare
Choose a tag to compare
v0.0.1-rc3 Pre-release
Pre-release

Changelog

d2e9e71 feat: Applying filterByTime filter
ff1681a refactor: rename method beforeEndTime => filterByTime
9d0815b docs: Adding README.md with basic examples and installation notes

v0.0.1-rc2

03 Mar 09:40
78e76d3
Compare
Choose a tag to compare
v0.0.1-rc2 Pre-release
Pre-release

Changelog

78e76d3 V0.0.1 rc2 (#3)
674f76a Adding support to specify which field to print (#2)

v0.0.1-rc1

24 Feb 22:26
a639877
Compare
Choose a tag to compare
v0.0.1-rc1 Pre-release
Pre-release

Changelog

a639877 Init code (#1)
21a0bd5 adding first code for elblogcat