Skip to content

Releases: networknt/light-4j

1.4.2

31 Aug 20:41
Compare
Choose a tag to compare

Changed

1.4.2 - 2017-08-31

Added

Changed

  • fixes #99 Update SingletonServiceFactory to support getBeans for array of impls(Thanks @ruslanys)

1.4.1

30 Aug 22:35
Compare
Choose a tag to compare

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

22 Aug 22:59
Compare
Choose a tag to compare

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

01 Aug 22:19
Compare
Choose a tag to compare

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

08 Jul 07:42
Compare
Choose a tag to compare

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

14 Jun 21:02
Compare
Choose a tag to compare

1.3.3 - 2017-06-14

Added

Changed

  • fixes #71 break the metrics tie to security for client_id

1.3.2

14 Jun 13:15
Compare
Choose a tag to compare

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

1.3.1

03 Jun 17:41
Compare
Choose a tag to compare

1.3.1 - 2017-06-03

Added

Changed

  • Fixes #60 add java doc and update online documents
  • Fixes #61 response time and status code are not shown up in audit.log
  • Fixes #63 rename HealthHandler to HealthGetHandler in order to inject from light-codegen

1.3.0

06 May 20:35
Compare
Choose a tag to compare

1.3.0 - 2017-05-05

Added

  • Fixes #59 change project name to light-4j

1.2.8

02 May 22:18
Compare
Choose a tag to compare

1.2.8 - 2017-05-02

Added

  • Fixes #42 upgrade dependencies
  • Fixes #43 add more debug info during metrics startup
  • Fixes #48 clean up status.xml and make comment on each segment