Skip to content

Tags: rv-openshift/tollbooth

Tags

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip header value matching if entry is empty slice (didip#104)

* Skip header value matching if entry is empty slice

* Test function name tweak

* Fix race cond for test by atomic int & sync map

* Fix test build error

Repleace atomic.Int64 and sync.Map with a naive map with mutex lock.
Doing so because the build tool is at go version 1.14,
while atomic.Int64 is introduced at go 1.19 I think.

* Shorten test function name to pass ci lint

* Simplify test case to pass cyclomatic complexity constraint

v7.0.0

Toggle v7.0.0's commit message
move to v7

v6.1.2

Toggle v6.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Block by IPv6 /64 rather than individual address (didip#98)

Merged. Thank you!

v6.1.1

Toggle v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option for rate-limiting ignoring the URL path (didip#72)

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue91 (didip#93)

* attempt to refactor and fix issue91

* We need a skip limiter function before rate limiting.

* add more ShouldSkipLimiter

* Finish up ShouldSkipLimiter

* fix linter

v6.0.3

Toggle v6.0.3's commit message
fix didip#92

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add ability to send back something other than the default (didip#89)

* add ability to send back something other than the default message and code

* add comment to exported methods

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump tollbooth internal references to v6, go mod tidy (didip#87)

v6.0.0

Toggle v6.0.0's commit message
Update to version v6.0.0

v5.2.0

Toggle v5.2.0's commit message
Fix test for issue didip#48