Skip to content

Releases: tkuchiki/alp

v1.0.11

22 Jul 05:37
67f5378
Compare
Choose a tag to compare

Changelog

  • 67f5378 Merge pull request #66 from tkuchiki/add-format-html

v1.0.10

11 Jul 02:19
ffc51a2
Compare
Choose a tag to compare

Changelog

  • ffc51a2 Merge pull request #65 from tkuchiki/add-diff-subcommand

v1.0.9

07 Jun 17:12
7bf9398
Compare
Choose a tag to compare
  • Use goreleaser for builds and releases
  • Using -ldflags to set version

Changelog

  • 1b658ba Merge pull request #63 from tkuchiki/add-goreleaser-actions
  • 7bf9398 Merge pull request #64 from tkuchiki/use-ldflags-version

v1.0.8

23 Aug 14:41
5a01e87
Compare
Choose a tag to compare
  • [bugfix] Fix -m behavior
    • Evaluate in the specified order. If matched, no further evaluation is performed

v1.0.7

06 Aug 12:52
94bc5b5
Compare
Choose a tag to compare
  • Omitting a key when using the -c option does not cause panic
  • Fix behavior when URL is empty

v1.0.6

26 Jul 14:54
3dd69ad
Compare
Choose a tag to compare
  • Add pcap subcommand #48
  • Add --decode-uri option and remove --encode-uri option #51

v1.0.5

07 Jul 15:16
f10671b
Compare
Choose a tag to compare

#46

  • Add --qs-ignore-values and --encode-uri
  • Change the default behavior for the -q, --query-string

v1.0.4

03 Jul 13:37
5074f49
Compare
Choose a tag to compare
  • #45
    • [bugfix] Fix percentile calculations
    • Add --percentiles option
    • Change default percentiles from p1, p50, p99 to p90, p95, p99

v1.0.3

16 Jan 10:00
684b3bc
Compare
Choose a tag to compare
  • [bugfix] --pattern not always use default pattern #29
  • Update all packages version

v1.0.2

29 Sep 23:27
Compare
Choose a tag to compare

Support Markdown and CSV format.

--format (table|md|markdown|tsv|csv)