Releases: PascalMinder/geoblock
Releases · PascalMinder/geoblock
Release list
v0.3.8
What's Changed
- Potential fix for code scanning alert no. 12: Workflow does not contain permissions by @PascalMinder in #114
- Do allowedIPAddresses checks first, so private addresses in the list are handled. by @jvanderneutstulen in #118
- Fixes #98 by @PascalMinder in #120
- Share one IP cache per middleware across its instances by @fa0311 in #115
- Traceability issue #85 by @PascalMinder in #121
- Make cache entry TTL configurable in seconds by @PascalMinder in #122
- Refactor init flow into helpers by @PascalMinder in #123
New Contributors
- @jvanderneutstulen made their first contribution in #118
- @fa0311 made their first contribution in #115
Full Changelog: v0.3.7...v0.3.8
v0.3.7
What's Changed
- fix silent start-up with persistent cache #111 by @PascalMinder in #113
Full Changelog: v0.3.6...v0.3.7
v0.3.6
v0.3.5
What's Changed
- Add excludedPathPatterns for bypassing geoblock checks by @taylorgibb in #107
New Contributors
- @taylorgibb made their first contribution in #107
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- feat: improve logging by @Olen in #92
- Update readme with latest version by @PascalMinder in #96
- Improve error logging by @PascalMinder in #97
- Add flag to ignore api failures by @maciej-tatarski in #102
New Contributors
- @Olen made their first contribution in #92
- @maciej-tatarski made their first contribution in #102
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Trim spaces in forwarded header addresses by @Dutchy- in #83
- New features and bug fixes by @PascalMinder in #82
New Contributors
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Fixes the issue that the blocking did not work.
Redirect on block
It is now possible to redirect a client to a defined URL instead of blocking it.
v0.3.0
What's Changed
- Update readme.md by @smagicld in #56
- Add new features (custom logfile / X-ForwardedFor header) by @PascalMinder in #64
New Contributors
Full Changelog: v0.2.8...v0.3.0
New configuration options
- Adds a new option, to ignore any API timeout error and still allow the request
- Adds the option to configure the name of an HTTP header field to get the geolocation of the request from.
- Add the option to specify a custom HTTP code for a denied request.