Skip to content

Releases: AccelByte/go-restful-plugins

v4.10.0: separate access log filter into another package

21 Jul 02:56
5023fc4
Compare
Choose a tag to compare
fix: Null exception when no SelectedRoute defined in the API in Acces…

v4.9.0: support regex in allowed domains with prefix

14 Jun 06:27
1ee57fd
Compare
Choose a tag to compare
feat: support regex in allowed domains with prefix (#54)

v4.8.0: Add CORS filter that support strict allowed-domain validation

05 May 03:13
5294249
Compare
Choose a tag to compare
feat: Add CORS filter that support strict allowed-domain validation a…

v4.7.2: modify how to extract host URL from request

04 Apr 09:26
56136f0
Compare
Choose a tag to compare
Merge pull request #50 from thoriqsatriya/fix-domain-extraction

fix: modify how to extract host URL from request

v4.7.1: remove unused log and decrease log level for some logs

01 Apr 01:34
36c45ed
Compare
Choose a tag to compare

v4.7.0: Add support to validate referer from subdomain

30 Mar 03:56
348b93d
Compare
Choose a tag to compare
feat: [PI-67] Add support to validate referer from subdomain and add …

v4.6.0: add public auth filter

25 Mar 08:01
38ea729
Compare
Choose a tag to compare
feat: add public auth filter (#47)

* feat: add public auth filter

v4.5.0: Request and Response log field masking

03 Feb 06:38
7637e35
Compare
Choose a tag to compare

Add functionality to mask sensitive field(s) in query params, request body and response body before it printed as a log

v4.4.1: Access log format expose logrus information

03 Sep 13:03
9b53e0d
Compare
Choose a tag to compare
  • chore: access log format contains logrus field when printed to stdout
  • fix: Full access log timestamp not printed in UTC
  • chore: Create custom logrus for full access log format

v4.4.0: Support print full access log

30 Jul 12:44
5381164
Compare
Choose a tag to compare

Changes

  • Log filter: Print full access log
  • Trace filter: Set traceId to Response header automatically

Environment Variables

  • FULL_ACCESS_LOG_ENABLED
    Enable full access log mode. (default: false).
  • FULL_ACCESS_LOG_SUPPORTED_CONTENT_TYPES
    Supported content types to shown in request_body and response_body log.
    (default: application/json,application/xml,application/x-www-form-urlencoded,text/plain,text/html)