Releases: AccelByte/go-restful-plugins
Releases · AccelByte/go-restful-plugins
v4.28.1: fix prevent CORS filter from cancelling request context in downstream handlers
fix: prevent CORS filter from cancelling request context in downstream handlers
v4.28.0: namespace scoped cors config
feat: namespace scoped cors config
v4.27.1: make insufficient subscription error message more verbose
chore: make insufficient subscription error message more verbose (#94) Co-authored-by: marsel <marsel@accelbyte.net>
v4.27.0: add WithValidSubscription check
chore: add WithValidSubscription check (#93) * chore: add WithValidSubscription check * chore: update iam-go-sdk version * chore: remove unnecessary validation * chore: address the feedback
v4.26.0: support WithoutBannedTopics auth filter
This auth filter will use the ban data in JWT claims to determine if request should be allowed
v4.25.0: support to mask multiple values in query and json
feat: support to mask multiple values in query and json (#91) Co-authored-by: Ward Miao <wardmiao@accelbyte.net>
v4.24.0: mask PII information
feat: mask PII information (#90)
v4.23.1: fix npe
fix: nil pointer exception (#88) * fix: nil pointer exception * chore: remove the fail fast
v4.23.0: add request and response body size to access log
add request and response body size to access log
v4.22.4: fix minor race condition in logger
Merge pull request #83 from AccelByte/fix-race-in-logger fix: minor race condition in logger initialization