Skip to content

Latest commit

 

History

History
176 lines (79 loc) · 7.42 KB

CHANGELOG.md

File metadata and controls

176 lines (79 loc) · 7.42 KB

3.0.1 (2025-01-15)

Bug Fixes

  • deps: upgrade groovy-sandbox to 1.30 (32fba8f)

3.0.0 (2024-12-30)

Bug Fixes

  • deps: bump apim version (4eb775a)
  • use latest node and apim version (fb3706b)
  • warning messages (5b3b334)

Features

  • support new OpenTelemetry feature (14ca260)

BREAKING CHANGES

  • Tracer interface is not more available through tracer-api module
  • tracer and components are no longer allowed for groovy context

3.0.0-alpha.3 (2024-12-30)

Bug Fixes

  • deps: bump apim version (4eb775a)

3.0.0-alpha.2 (2024-12-16)

Bug Fixes

3.0.0-alpha.1 (2024-11-06)

Bug Fixes

  • use latest node and apim version (fb3706b)

Features

  • support new OpenTelemetry feature (14ca260)

BREAKING CHANGES

  • Tracer interface is not more available through tracer-api module
  • tracer and components are no longer allowed for groovy context

2.6.3 (2024-12-13)

Bug Fixes

  • warning messages in logs for groovy classes (612f554)

2.6.2 (2024-10-02)

Bug Fixes

  • avoid blocking eventloop when compiling (5bccbe2)

2.6.1 (2024-08-21)

Bug Fixes

  • add missing dateutil extension (f6ab32d)
  • add missing java.time classes to whitelist (c1f7456)

2.6.0 (2024-06-03)

Features

  • add methods for binary content of messages (707519e)

2.5.2 (2023-11-09)

Bug Fixes

  • do not write body if onRequest/Response only (62f692c)

2.5.1 (2023-10-05)

Bug Fixes

  • add request and response to message phases (154db98)

2.5.0 (2023-10-02)

Features

  • add message level support to policy (632813e)

2.4.2 (2023-07-20)

Bug Fixes

  • update policy description (b0e00a0)

2.4.1 (2023-06-27)

Bug Fixes

  • add policy result key to readme (f8b6774)

2.4.0 (2023-06-27)

Features

  • allow to add response template key in policy result (b26046e)

2.3.0 (2023-04-12)

Bug Fixes

  • properly return the scheme with scheme() and getScheme() methods (2a827b9)

Features

  • add a getHost() method so that "request.host" expression is correctly resolved (12a3a04)

2.2.2 (2022-06-24)

Bug Fixes

  • whitelist gateway-api HttpHeaders (f4bd528)

2.2.1 (2022-06-15)

Bug Fixes

  • make header accessor return an iterable instead of a string (46774f2)

2.2.0 (2022-03-17)

Bug Fixes

Features

  • add EncodingGroovyMethods to whitelist (2ba4f27)

2.1.0 (2022-01-24)

Features