Releases: networknt/light-4j
Releases · networknt/light-4j
1.4.2
1.4.1
1.4.1 - 2017-08-30
Added
Changed
- fixes #93 update default client.yml to remove the settings for http1.1
- fixes #95 Refactor server info component object so that it is easy to consume
- fixes #96 Default to enableHttp2 in client and server
- fixes #86 server support HTTP 2.0 by default in configuration
- fixes #97 Add host head when sending requests to influxdb in InfluxDb
- fixes #98 Upgrade to undertow 1.4.19.Final as there an HTTP 2.0 bug
1.4.0
1.4.0 - 2017-08-22
Added
- fixes #85 Implement Http2Client
Changed
- fixes #82 Register JavaTimeModule for the default Jackson ObjectMapper(Thanks @pragmaticway)
- fixes #87 upgrade Undertow to 1.4.18.Final to support HTTP2 on server
- fixes #84 enable security to call client module to load public key cert
- fixes #90 Remove Client and replace it with Http2Client
1.3.5
1.3.5 - 2017-08-01
Added
Changed
- fixes #76 add getTempDir and test cases for NioUtils
- fixes #78 resolve security issues reported from Fortify scanner
- fixes #79 add server tls finger print into server info
- fixes #80 Update validatePassword in HashUtil to accept origianlPassword
- fixes #81 Remove jsoniter dependencies in mask until it has a feature of JsonPath
1.3.4
1.3.4 - 2017-07-08
Added
Changed
- fixes #47 jwt token verification with cached
- fixes #72 PKCE CodeVerifierUtil impl for light-oauth2
- fixes #72 Update CodeVerifierUtil to support light-oauth2 implementation
- fixes #74 update ConsulRegistry to use one layer of cache structure
- fixes #75 workaround a bug in Docker for Mac that hostname is not mapped in host
1.3.3
1.3.2
1.3.2 - 2017-06-14
Added
Changed
- Fixes #58 add filter and role based auth handler
- Fixes #66 update keystore and truststore for both client and server
- Fixes #67 add serviceId to slf4j MDC and remove from audit.yml
- Fixes #68 add log statement in influxdb reporter with counter size
- Fixes #70 make default constructor of UnsafeLongAdderImpl public