Releases: containeroo/portpatrol
Releases · containeroo/portpatrol
v0.5.2
Changelog
- 792127c fix(deps): update module golang.org/x/net to v0.33.0 [security] (#17)
v0.5.1
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
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
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
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
Changelog
- 92d1061 Merge remote-tracking branch 'origin/feat/code'
- 7d83861 refactor: switch to CheckType enum
v0.4.4
Changelog
- 787eba0 fix: factory pattern
- ae81cae fix(deps): update module golang.org/x/net to v0.29.0 (#6)
v0.4.3
Changelog
- 30a0fdc fix: test inside Makefile
- dc6c28b improve readability and clarity by separating object creation from its configuration
v0.4.2
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
Changelog
- d95d274 improve comments, add tests and make code more readable (#5)
- d5f67aa fix Readme