Skip to content

Releases: nekrassov01/alpen

v0.0.11

22 Nov 04:24
Compare
Choose a tag to compare

Changelog

  • ea1eca7 bump up version to 0.0.11
  • d63d6ee feat: support apache common/combined log format

v0.0.10

21 Nov 06:51
Compare
Choose a tag to compare

Changelog

v0.0.9

10 Nov 11:16
Compare
Choose a tag to compare

Changelog

  • f57b5d6 bump up version to 0.0.9
  • e2fb46a chore: fix help
  • f3d6deb chore: update for access-log-parser v0.0.10
  • 5ac81e5 refactor: update textLineHandler

v0.0.8

10 Nov 06:03
Compare
Choose a tag to compare

Changelog

  • 9badde9 bump up version to 0.0.8
  • 6599ce8 chore: change flag name buffer -> input

v0.0.7

10 Nov 04:05
Compare
Choose a tag to compare

Changelog

  • 686360f bump up version to 0.0.7
  • b812780 ci: update go v1.21 -> v1.21.4
  • c3c013e fix: remove unneeded print

v0.0.6

10 Nov 03:54
Compare
Choose a tag to compare

Changelog

  • 7c27f49 bump up version to 0.0.6
  • 370018d chore: add .gitattributes
  • f455bb5 chore: update for access-log-parser v0.0.8
  • b9958e1 fix: alb regex pattern
  • 7063290 refactor: cli flag settings

v0.0.5

02 Nov 11:33
Compare
Choose a tag to compare

Changelog

  • aa1b170 bump up version to 0.0.4
  • b09d623 bump up version to 0.0.5
  • 6b4b5d2 chore: update for access-log-parser v0.0.6
  • f40e2d0 chore: update for access-log-parser v0.0.7
  • 9e412a0 chore: version up access-log-parser
  • 53fa1c1 ci: update Makefile
  • ddae6ab ci: update Makefile
  • 19e6534 ci: update ci.yml

v0.0.4

23 Oct 11:41
Compare
Choose a tag to compare

Changelog

  • 790f590 bump up version to 0.0.4
  • 899e564 chore: update for access-log-parser v0.0.6
  • 9e412a0 chore: version up access-log-parser

v0.0.3

18 Oct 07:15
Compare
Choose a tag to compare

Changelog

  • 82a5174 bump up version to 0.0.3
  • 281cecf chore: add completion scripts
  • 4c6edbd chore: update Makefile
  • a275c48 feat: display completion scripts

v0.0.2

17 Oct 01:48
Compare
Choose a tag to compare

Changelog

  • bae663e bump up version to 0.0.2
  • a7e8b3e chore: fold long sentences in app.go
  • a8cdaf3 chore: update Makefile
  • 70e49bf ci: add some linters in .golangci.yml
  • 40846e8 perf: use strings.Builder instead of strings.Join