Skip to content

Latest commit

 

History

History
110 lines (49 loc) · 4.88 KB

CHANGELOG.md

File metadata and controls

110 lines (49 loc) · 4.88 KB

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