Skip to content

Releases: containeroo/portpatrol

v0.5.2

19 Dec 08:19
792127c
Compare
Choose a tag to compare

Changelog

  • 792127c fix(deps): update module golang.org/x/net to v0.33.0 [security] (#17)

v0.5.1

18 Dec 18:42
c70790c
Compare
Choose a tag to compare

Changelog

  • c70790c fix(goreleaser): remove pkg from extra_files
  • fb60541 feat/improvements (#15)
  • 0047e5d fix(deps): update module golang.org/x/sync to v0.10.0 (#14)

v0.5.0

17 Dec 20:14
59cdac8
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

BREAKING CHANGES

  • switch from environment variables to parameters

Changelog

  • 59cdac8 feat/flags (#10)
  • 03e897b fix(deps): update module golang.org/x/net to v0.32.0 (#13)
  • 2f3c526 fix(deps): update module golang.org/x/net to v0.31.0 (#12)
  • 4179aa9 chore(deps): update actions/checkout digest to 11bd719 (#11)
  • 9155154 docs: improve code comments
  • 150584f tests: add test for no scheme in address for http checker
  • ad8c9a2 update README

v0.4.7

09 Oct 09:25
41b3468
Compare
Choose a tag to compare

Changelog

  • 41b3468 update version
  • 82d472c update go version to 1.23.2
  • 81723c1 README: improve examples
  • c77e854 chore(deps): update actions/checkout digest to eef6144 (#9)
  • 4d2e647 fix(deps): update module golang.org/x/net to v0.30.0 (#8)
  • 1581741 fix(config): unit test with defaults

v0.4.6

04 Oct 12:45
04cafce
Compare
Choose a tag to compare

Changelog

  • 04cafce refactor(config): remove fallback to default check type in resolveTargetCheckType since it will be added when initialize the config struct
  • e8bca85 improve README
  • e50daaa refactor: add type to ICMP protocol number constants
  • 880cf47 Update README.md

v0.4.5

17 Sep 13:55
92d1061
Compare
Choose a tag to compare

Changelog

  • 92d1061 Merge remote-tracking branch 'origin/feat/code'
  • 7d83861 refactor: switch to CheckType enum

v0.4.4

08 Sep 10:52
787eba0
Compare
Choose a tag to compare

Changelog

  • 787eba0 fix: factory pattern
  • ae81cae fix(deps): update module golang.org/x/net to v0.29.0 (#6)

v0.4.3

03 Sep 07:04
30a0fdc
Compare
Choose a tag to compare

Changelog

  • 30a0fdc fix: test inside Makefile
  • dc6c28b improve readability and clarity by separating object creation from its configuration

v0.4.2

02 Sep 20:15
c24fe7e
Compare
Choose a tag to compare

Changelog

  • c24fe7e update version
  • 980b229 refactor: Rename 'factory' variable to 'checkerFn' for clarity in NewChecker function
  • e15290d docs: better description for ParseHeaders
  • 3629e90 split httputils into separate files
  • 73cbe2c add unit test for icmp
  • ebe7d73 improve inline comments

v0.4.1

02 Sep 09:50
d95d274
Compare
Choose a tag to compare

Changelog

  • d95d274 improve comments, add tests and make code more readable (#5)
  • d5f67aa fix Readme