Releases: networknt/light-4j
Releases · networknt/light-4j
1.2.7
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
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
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
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
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
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
1.2.1 - 2017-01-25
Added
Changed
- Clean up maven dependencies
1.2.0
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
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
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