Releases: crowdsecurity/cs-nginx-bouncer
Releases · crowdsecurity/cs-nginx-bouncer
v1.0.8
What’s Changed
- explicitly set lua dependencies versions (#55) @blotus
- Do not read body for HTTP2 or HTTP3 requests that do not have a content length header (crowdsecurity/lua-cs-bouncer#64)
- Allow to only appsec mode (crowdsecurity/lua-cs-bouncer#65)
- Appsec: forward UA in custom header (crowdsecurity/lua-cs-bouncer#66)
v1.0.7
What’s Changed
- Fixed an issue when using
satisfy any
where other authentication methods would not be checked if crowdsec had no decisions for the IP (crowdsecurity/lua-cs-bouncer#62) - Bump version to 1.0.7 (#52) @blotus
v1.0.6
What’s Changed
- Do not gen new API key on startup (#50) @blotus
- Bump to v1.0.6 (#49) @AlteredCoder
- Fix envsubst in install script (#48) @AlteredCoder
- Update crowdsec_nginx.conf (#47) @LaurenceJJones
- doc: make documentation README's link work (#46) @emmanuelvacher
- Update cs-lua-bouncer lib
v1.0.6-rc5
What’s Changed
- Do not gen new API key on startup (#50) @blotus
- Bump to v1.0.6 (#49) @AlteredCoder
- Fix envsubst in install script (#48) @AlteredCoder
- Update crowdsec_nginx.conf (#47) @LaurenceJJones
- doc: make documentation README's link work (#46) @emmanuelvacher
- Update cs-lua-bouncer lib
v1.0.6-rc4
What’s Changed
- Do not gen new API key on startup (#50) @blotus
- Bump to v1.0.6 (#49) @AlteredCoder
- Fix envsubst in install script (#48) @AlteredCoder
- Update crowdsec_nginx.conf (#47) @LaurenceJJones
- doc: make documentation README's link work (#46) @emmanuelvacher
This RC is to bump lua cs bouncer lib to latest version
v1.0.6-rc3
What’s Changed
- Do not gen new API key on startup (#50) @blotus
- Bump to v1.0.6 (#49) @AlteredCoder
- Fix envsubst in install script (#48) @AlteredCoder
- Update crowdsec_nginx.conf (#47) @LaurenceJJones
- doc: make documentation README's link work (#46) @emmanuelvacher
This RC is to bump lua cs bouncer lib to latest version
v1.0.6-rc2
What’s Changed
- Fix envsubst in install script (#48) @AlteredCoder
- Update crowdsec_nginx.conf (#47) @LaurenceJJones
- doc: make documentation README's link work (#46) @emmanuelvacher
v1.0.6-rc1
What’s Changed
- Fix envsubst in install script (#48) @AlteredCoder
- Update crowdsec_nginx.conf (#47) @LaurenceJJones
- doc: make documentation README's link work (#46) @emmanuelvacher
v1.0.5
Bump version to trigger build pipeline for cs-lua package crowdsecurity/lua-cs-bouncer#39
v1.0.4
What’s Changed
- Fix debian package installation without cscli (#37) @AlteredCoder