Skip to content

Releases: AccelByte/go-restful-plugins

v4.28.1: fix prevent CORS filter from cancelling request context in downstream handlers

17 Apr 08:59
0d4dab6

Choose a tag to compare

fix: prevent CORS filter from cancelling request context in downstream handlers

v4.28.0: namespace scoped cors config

15 Apr 06:54
58ced08

Choose a tag to compare

feat: namespace scoped cors config

v4.27.1: make insufficient subscription error message more verbose

19 Jan 06:00
4fdedc5

Choose a tag to compare

chore: make insufficient subscription error message more verbose (#94)

Co-authored-by: marsel <marsel@accelbyte.net>

v4.27.0: add WithValidSubscription check

10 Dec 09:14
8b94d1b

Choose a tag to compare

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

21 Oct 04:33
2acca2a

Choose a tag to compare

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

29 Apr 07:09
71e8073

Choose a tag to compare

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

24 Apr 08:03
a62e53b

Choose a tag to compare

feat: mask PII information (#90)

v4.23.1: fix npe

06 Jan 05:23
922bc07

Choose a tag to compare

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

21 Nov 02:29
733ed9c

Choose a tag to compare

add request and response body size to access log

v4.22.4: fix minor race condition in logger

23 Aug 19:38
bf4a2ad

Choose a tag to compare

Merge pull request #83 from AccelByte/fix-race-in-logger

fix: minor race condition in logger initialization