Releases: networknt/yaml-rule-plugin
Releases · networknt/yaml-rule-plugin
1.1.4
1.1.4 - 2024-09-25
Added
- fixes #114 token-transformer plugin swallow the exception (#115)
1.1.3
1.1.3 - 2024-09-20
Added
- fixes #113 upgrade to light-4j 2.1.37 release version
1.0.30
1.0.30 - 2024-08-23
Added
- handle the HTTP_1_1 explicitly as http-client default to HTTP2 (#103)
1.0.29
1.0.29 - 2024-08-21
Added
- Expiration Fix + Documentation (#99) Thanks @KalevGonvick
- fixes #98 update test case and readme.md for body-encoder
1.0.28
1.0.28 - 2024-08-07
Added
- remove duplicated modules in pom.xml files (#97)
- 91 token transformer refactor (#95) Thanks @KalevGonvick
1.0.27
1.0.27 - 2024-07-25
Added
- remove duplicated modules in pom.xml files (#94)
- refactored transformer plugin (#92) Thanks @KalevGonvick
1.0.26
1.0.26 - 2024-07-19
Added
- Add a plugin to transform request or response body to utf-8 encoding (#90)
- Upgrade to light-4j 2.1.35-SNAPSHOT and resolve dependencies (#89)
1.0.21
In this release, we have changed the registerPlugin with the NoneEncryptedConfig implementation so that the server info will output an encrypted value if the mask is disabled. This version requires 2.1.32 of light-4j release.
1.0.20
Upgrade Guide:
com.networknt.rule.ContextValidatorRequestTransformAction.java has been changed to
com.networknt.rule.validator.ContextValidatorRequestTransformAction.java
com.networknt.rule.HeaderReplaceResponseTransformAction.java has been changed to
com.networknt.rule.header.HeaderReplaceResponseTransformAction.java
com.networknt.rule.HeaderReplaceRequestTransformActionTest.java has been changed to
com.networknt.rule.header.HeaderReplaceRequestTransformActionTest.java