Releases: networknt/light-gateway
Releases · networknt/light-gateway
2.1.38
2.1.37
2.1.36
2.1.35
2.1.35 (2024-08-17)
Merged pull requests:
- fixes #207 add isoxml lps config to test body-encoder plugin #208 (stevehu)
- fixes #205 update values.yml to change openapi-security to security #206 (stevehu)
- fixes #203 update test values.yml to security instead of openapi-secu… #204 (stevehu)
- fixes #201 remove MrasHandler and SalesforceHandler from the handler.yml #202 (stevehu)
2.1.34
2.1.34 (2024-06-22)
Merged pull requests:
2.1.33
2.1.33 (2024-03-31)
Merged pull requests:
- fixes #189 change logger-config to logger-handler in pom.xml #190 (stevehu)
- fixes #187 update client-proxy-market values.yml to support petstore … #188 (stevehu)
- fixes #185 add io.undertow package to the config server-proxy-petstor… #186 (stevehu)
Upgrade Guide:
In this release, we have removed the default petstore specification from openapi-meta module in light-rest-4j. However, the OpenApiHandler still requires the openapi.yaml file to be available. This has been fixed in the 2.1.34 release, but to make this version of light-gateway start, you have to create a dummy openapi.yaml file in your externalized config folder with the following content.
openapi.yaml
openapi: 3.0.0
2.1.32
2.1.32 (2024-02-27)
Merged pull requests:
- fixes #183 add config server folder for light-gateway and local confi… #184 (stevehu)
- fixes #181 remove the values.yml from src resource config #182 (stevehu)
- [pre-commit.ci] pre-commit autoupdate #180 (pre-commit-ci)
- fixes #178 add pre-commit hook and apply it #179 (stevehu)
- fixes #176 update server proxy petstore values.yml to test maskConfig… #177 (stevehu)
- fixes #174 update test cases based on the HandlerUtils package change #175 (stevehu)
2.1.31
2.1.31 (2024-01-16)
Merged pull requests:
- fixes #2061 Fixed a typo in values.yml for openapi-valiator.enabled #173 (stevehu)
- fixes #170 add stateless-auth as part of the dependencies #171 (stevehu)
- fixes #167 add Dockerfile.17 and a new config folder light-portal #168 (stevehu)
- fixes #165 remove the reference to the GatewayRouterHandler to Router… #166 (stevehu)
- fixes #163 add product light-gateway configuration with config server… #164 (stevehu)
2.1.30
2.1.29
2.1.29 (2023-11-19)
Merged pull requests:
- fixes #159 update values.yml files to add cache manager config #160 (stevehu)
- fixes #157 refactor based on the ServerConfig change #158 (stevehu)
- fixes #155 remove proxy.httpsEnabled as it does not exist #156 (stevehu)
- fixes #153 add addDefaultImplementationEntries to maven jar #154 (stevehu)
- fixes #151 add jdk 17 docker file and update build.sh #152 (stevehu)