Releases: tomMoulard/fail2ban
Releases · tomMoulard/fail2ban
v0.8.3
Changelog
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Changelog
Others
- 3fb0714: build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#128) (@dependabot[bot])
- 71144df: build(deps): bump github.com/docker/docker in /tools (#141) (@dependabot[bot])
- 0e8dd3c: build(deps): bump github.com/golangci/golangci-lint in /tools (#126) (@dependabot[bot])
- c4d6caf: build(deps): bump github.com/golangci/golangci-lint in /tools (#140) (@dependabot[bot])
- c27a62f: build(deps): bump github.com/goreleaser/goreleaser in /tools (#123) (@dependabot[bot])
- 042b456: build(deps): bump github.com/hashicorp/go-retryablehttp in /tools (#131) (@dependabot[bot])
- 1dc1fb7: build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 (#127) (@dependabot[bot])
- fe2574f: build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 (#132) (@dependabot[bot])
- f17c80d: build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 (#137) (@dependabot[bot])
- 425c98a: build(deps): bump golang.org/x/vuln from 1.1.1 to 1.1.2 in /tools (#125) (@dependabot[bot])
- afa65d6: build(deps): bump golang.org/x/vuln from 1.1.2 to 1.1.3 in /tools (#133) (@dependabot[bot])
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Changelog
Bug fixes
- 284920d: fix: remove slices usage from status handler (#122) (@tomMoulard)
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Changelog
Features
- 537c45b: feat: add status code handler (#108) (@tomMoulard)
- 0b7e597: feat: add url allow handler (#106) (@tomMoulard)
- cec5182: feat: add url deny handler (#107) (@tomMoulard)
- d5093f2: feat: various updates (#99) (@tomMoulard)
Others
- 215d91e: build(deps): bump github.com/golangci/golangci-lint from 1.58.1 to 1.58.2 in /tools (#116) (@dependabot[bot])
- 8fe943d: Fix: remove trademark infringed logo (#95) (@tomMoulard)
- a1e0893: Minor updates to README to make behaviour a bit more clear (#74) (@fradeve)
- 4448ebc: Update docker-compose example (#87) (@tomMoulard)
- eebb109: build(deps): bump actions/checkout from 3 to 4 (#100) (@dependabot[bot])
- aff24e4: build(deps): bump actions/setup-go from 3 to 5 (#102) (@dependabot[bot])
- c35647b: build(deps): bump github.com/golangci/golangci-lint from 1.57.2 to 1.58.0 in /tools (#104) (@dependabot[bot])
- caf5321: build(deps): bump github.com/golangci/golangci-lint from 1.58.2 to 1.59.0 in /tools (#119) (@dependabot[bot])
- 3d7a4a4: build(deps): bump github.com/golangci/golangci-lint in /tools (#112) (@dependabot[bot])
- 60b8316: build(deps): bump github.com/goreleaser/goreleaser from 1.26.1 to 1.26.2 in /tools (#118) (@dependabot[bot])
- b0c4ce9: build(deps): bump github.com/goreleaser/goreleaser in /tools (#111) (@dependabot[bot])
- 5aced1b: build(deps): bump github.com/goreleaser/goreleaser in /tools (#113) (@dependabot[bot])
- fe9cc62: build(deps): bump github.com/sigstore/cosign/v2 from 2.2.3 to 2.2.4 in /tools (#103) (@dependabot[bot])
- 4f0826a: build(deps): bump github/codeql-action from 2 to 3 (#101) (@dependabot[bot])
- 27a7677: build(deps): bump golang.org/x/net from 0.15.0 to 0.16.0 (#81) (@dependabot[bot])
- 2790061: build(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 (#82) (@dependabot[bot])
- 04d6bdd: build(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 (#90) (@dependabot[bot])
- fde7fda: build(deps): bump golang.org/x/net from 0.18.0 to 0.19.0 (#91) (@dependabot[bot])
- acb0bb5: build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 (#93) (@dependabot[bot])
- 4411d86: build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 (#96) (@dependabot[bot])
- dc4a416: build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 (#97) (@dependabot[bot])
- 55ce631: build(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 (#98) (@dependabot[bot])
- 7666ee9: build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 (#109) (@dependabot[bot])
- 9b25f43: build(deps): bump golang.org/x/vuln from 1.1.0 to 1.1.1 in /tools (#117) (@dependabot[bot])
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- fix: fix logger output by @tomMoulard in #79
- Optimize regexp compilations by @tomMoulard in #80
Full Changelog: v0.7.0...v0.7.1
v0.7.0 - performances update
What's Changed
- linting project by @tomMoulard in #75
- Replace net.IPNet to netip.Prefix for performances purposes by @tomMoulard in #76
- feat: fixing ws deadlock, and mutex slowdown by @tomMoulard in #77
Full Changelog: v0.6.6...v0.7.0
v0.6.6 Fail2Ban
v0.6.5 Fail2Ban
v0.6.4 Fail2Ban
What's Changed
- Adding a mutex to protect ipViewed by @tomMoulard in #51
Full Changelog: v0.6.3...v0.6.4
v0.6.3 Fail2Ban
What's Changed
- Create LICENSE by @tomMoulard in #42
- fix: removing useless port code by @tomMoulard in #45
Full Changelog: v0.6.2...v0.6.3