2.1.6
2.1.6 (2023-02-06)
Merged pull requests:
- fixes #1606 NPE error in prefix config when mapping is empty in the c… #1608 (stevehu)
- fixes #1603 update the gateway module to make the server config static #1604 (stevehu)
- fixes #1601 synchronized Yaml constructor as it is not thread safe #1602 (stevehu)
- fixes #1593 Multiple serviceIds share the same path prefix with diffe… #1600 (stevehu)
- fixes #1598 make sure that the status.yml is cached and reloadable #1599 (stevehu)
- fixes #1596 adding trace or debug statements for body interceptor and… #1597 (stevehu)
- fixes #1594 For path not implemented error code, add the method to th… #1595 (stevehu)
- fixes #1591 update test-vault.sql to change value colume to val #1592 (stevehu)
- fixes #1589 update the lookup path prefix from serviceId in JwtVerifier #1590 (stevehu)
- fixes #1587 update whitelist configuration and add test cases #1588 (stevehu)
- fixes #1587 RateLimit handler does not support path prefix #1586 (stevehu)
- fixes #1581 #1582 (GavinChenYan)
- fixes #1583 update the ip-whitelist to support path prefix #1584 (stevehu)
- Added http2 stream support + ProxyHandler refactor #1580 (KalevGonvick)
- fixes #1578 update the body.yml to sync with body module in config-re… #1579 (stevehu)
- fixes #1576 prevent an NPE issue in TokenHandler #1577 (stevehu)
- fixes #1574 remove the appliedPathPrefix from the body.yml #1575 (stevehu)
- fixes #1572 update MrasHandler to cache the token based on the expire… #1573 (stevehu)
- fixes #1570 add appiedBodyInjectionPathPrefixes to the Request and Re… #1571 (stevehu)
- Issue1568 #1569 (stevehu)
- fixes #1566 update the JwtVerifyHandler to cache the jwk with prefix … #1567 (stevehu)
- fixes #1564 update ApiKeyHandler to support one path with multiple AP… #1565 (stevehu)
- fixes #1560 #1563 (GavinChenYan)
- fixes #1453 encryped apikey is not decripted automatically when json … #1562 (stevehu)
- Moving ConfigUtils to utility module and updates to Interceptors #1561 (DiogoFKT)