Skip to content

Releases: networknt/light-4j

1.2.7

28 Mar 22:33
Compare
Choose a tag to compare

1.2.7 - 2017-03-28

Added

  • Fixes #38 add status codes and utilities for light-java-graphql

Changed

  • Fixes #34 enable HTTP/2 on server and make HTTP/2 configurable in server.yml
  • Fixes #36 upgrade to undertow 1.4.11

1.2.6

18 Mar 02:56
Compare
Choose a tag to compare

1.2.6 - 2017-03-17

Added

  • Fixes #33 to create a separate secret.yml for Kubernetes integration

Changed

  • Fixes #30 check if token is null and ignore it for API to API call
  • Define static LIGHT_JAVA_CONFIG_DIR to avoid hard-coded property name
  • Fixes #32 support yaml and yml config format

1.2.5

04 Mar 02:14
Compare
Choose a tag to compare

1.2.5 - 2017-03-03

Added

Changed

  • Fixes #11 inject server info into swagger-codegen
  • Change server name to L to optimize performance

1.2.4

20 Feb 00:20
Compare
Choose a tag to compare

1.2.4 - 2017-02-19

Added

  • Fixes #27 Add rate limiting module

Changed

  • Upgrade to Undertow 1.4.10
  • Fixes #26 Update CORS handler to support method level control

1.2.3

09 Feb 00:44
Compare
Choose a tag to compare

1.2.3 - 2017-02-08

Added

Changed

  • Fixes some google error-prone warnings
  • Fixes #25 Add a system property in Server.java to redirect Undertow logs to slf4j
  • Fixes #25 ExceptionHandler to dispatch in the beginning to by pass Connectors in Undertow

1.2.2

04 Feb 03:12
Compare
Choose a tag to compare

1.2.2 - 2017-02-03

Added

  • Add Cluster module to work with Client module for service discovery and load balance
  • Add Https support in server module.

Changed

  • Update consul registry to make it simpler and streamline.
  • Update cluster to work with registrator and docker

1.2.1

25 Jan 22:55
Compare
Choose a tag to compare

1.2.1 - 2017-01-25

Added

Changed

  • Clean up maven dependencies

1.2.0

22 Jan 20:08
Compare
Choose a tag to compare

1.2.0 - 2017-01-22

Added

  • Add service registry and discovery
  • Add zookeeper support for resgistry and discovery
  • Add consul support for registry and discovery
  • Add direct registry for direct ip and port registry and discovery
  • Add Cors handler to support OAuth2 login page from another domain

Changed

  • Resolve Maven Eclipse errors
  • Enhanced service module to support parameterized constructor
  • Integrate server with registry
  • Spin off swagger, security and validator handlers to light-java-rest

1.1.7

08 Jan 14:52
Compare
Choose a tag to compare

1.1.7 - 2017-01-09

Added

  • Add error status for OAuth2 server

Changed

  • Update JwtHelper to throw JoseException instead of Exception

1.1.6

02 Jan 22:01
Compare
Choose a tag to compare

1.1.6 - 2017-01-01

Added

  • Add error status for OAuth2 server
  • Add local first load balancer (Thanks @ddobrin)

Changed

  • Remove duplicated plugin
  • Update JwtHelper to support JWT token generation with parameters