Skip to content

Releases: networknt/light-4j

2.1.30

21 Nov 13:50
Compare
Choose a tag to compare

2.1.30 (2023-11-21)

Merged pull requests:

2.1.29

19 Nov 21:49
Compare
Choose a tag to compare

2.1.29 (2023-11-19)

Merged pull requests:

  • fixes #2006 move the oauth-helper to http-client #2007 (stevehu)
  • Fix order dependent test in handler test #1996 (SaaiVenkat)
  • fixes #2003 update the module registry key to use only the CONFIG_NAM… #2004 (stevehu)
  • fixes #1999 support apikey hashing option with light-hash command lin… #2000 (stevehu)
  • fixes #1997 Use ServerConfig.getInstance() instead of getJsonObjectCo… #1998 (stevehu)
  • fixes #1994 disble the config server response header valildation in t… #1995 (stevehu)
  • fixes #1992 add back the getServerConfig to ensure backward compatibi… #1993 (stevehu)
  • fixes #1990 refactor module registry to add config name #1991 (stevehu)
  • fixes #1988 Add maskConfigProperties to server.yml to control the mod… #1989 (stevehu)
  • fixes #1986 add maskConfigProperties to the server config #1987 (stevehu)
  • fixes #1981 RequestTransformerInterceptor and ResponseTransformerInte… #1984 (stevehu)
  • fixes #1982 Update the security.yml to sync with openapi-security.yml #1983 (stevehu)
  • fixes #1978 register the logging.yml to the server info #1979 (stevehu)
  • fixes #1976 register info.yml config to the server info #1977 (stevehu)
  • fixes #1974 uncomment sign serverUrl, proxyHost and proxyPort in clie… #1975 (stevehu)
  • fixes #1968 rule-load config is not registered to the server info #1973 (stevehu)
  • fixes #1966 OAuthServer config is not register to the server info #1972 (stevehu)
  • fixes #1964 ConfigReloadHandler is not register the module to the ser… #1971 (stevehu)
  • fixes #1969 add back deref serverUrl, proxyHost and proxyPort in clie… #1970 (stevehu)
  • fixes #1961 check the cacheManager before using jwt and jwk caches #1962 (stevehu)
  • fixes #1952 Add delete method for CacheManager interface #1953 (stevehu)
  • Change the scope of dependency com.networknt:status to test. [\#1949](https://github.com/networknt/light-4j/pull/1949) ([HappyHacker123](https://github.com/HappyHacker123))
    
  • fixes #1946 Implement JWT and JWK caches with cache-manager #1947 (stevehu)
  • fixes #1944 Change the JWT cache from JwtClaims to JSON string #1945 (stevehu)
  • fixes #1942 split the cache-manager to move caffeine cache to a separ… #1943 (stevehu)
  • fixes #1936 verify the light-config-server response headers with jar … #1937 (stevehu)
  • fixes #1939 split the CacheExplorerHandler into cache-explorer #1940 (stevehu)
  • fixes #150 upgrade the http-client to 1.0.3 #1931 (stevehu)

2.1.28

24 Oct 20:26
Compare
Choose a tag to compare

2.1.28 (2023-10-24)

Merged pull requests:

2.1.27

04 Oct 15:36
Compare
Choose a tag to compare

2.1.27 (2023-10-04)

Merged pull requests:

2.1.26

17 Aug 19:43
Compare
Choose a tag to compare

2.1.26 (2023-08-17)

Merged pull requests:

2.1.25

08 Aug 18:15
Compare
Choose a tag to compare

2.1.25 (2023-08-08)

Merged pull requests:

  • fixes #1861 fix the sidecar path prefix handler to make it consitent … #1862 (stevehu)
  • fixes #1859 fix a bug that the sidecar path prefix handler is not cal… #1860 (stevehu)

2.1.24

07 Aug 11:17
Compare
Choose a tag to compare

2.1.24 (2023-08-07)

Merged pull requests:

Upgrade Guidelines:

Please skip this release and use the 2.1.25 release instead. We found one defect introduced in this release, which was fixed in the 2.1.25 release immediately.

2.1.23

11 Jul 23:55
Compare
Choose a tag to compare

2.1.23 (2023-07-11)

Merged pull requests:

  • fixes #1831 update the http method to lower case external services en… #1832 (stevehu)
  • fixes #1829 change the gateway to sidecar in the module list in pom.xml #1830 (stevehu)
  • fixes #1827 use the passed in endpoint for external handlers in the m… #1828 (stevehu)
  • fixes #1832 As ProxyHandler is working asynchronously, capture the me… #1824 (stevehu)
  • fixes #1818 fix a bug in getConfigServerQueryParameters for api version #1819 (stevehu)
  • fixes #1816 change rate-limit default response code to 429 #1817 (stevehu)
  • fixes #1814 add trace statements for requestHeaders in RequestTransfo… #1815 (stevehu)
  • fixes #1805 add scope to PathPrefixAuth for ePAM security yaml plugin #1806 (stevehu)
  • fixes #1803 add comments for db-provider, ldap and jaeger-tracing con… #1804 (stevehu)
  • logger config requests pass through to spring boot actuator endpoints #1802 (stevehu)
  • 193 mapped diagnostic context mdc is not working if request is cross multiple threads #1798 (KalevGonvick)

2.1.22

23 Jun 03:47
Compare
Choose a tag to compare

2.1.22 (2023-06-22)

Merged pull requests:

2.1.20

18 Jun 00:22
Compare
Choose a tag to compare

2.1.20 (2023-06-17)

Merged pull requests:

  • fixes #1792 APMMetrics handler is pushing counters twice for metrics … #1793 (stevehu)
  • fixes #1790 clear the traceabilityId if it is null to prevent propaga… #1791 (stevehu)
  • fixes #1788 make ConnectionToken holder method public to allow the cl… #1789 (stevehu)