All Versions
137
Latest Version
Avg Release Cycle
40 days
Latest Release
1124 days ago

Changelog History
Page 10

  • v1.5.4 Changes

    November 21, 2017

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • Need to ensure that server lookup returns null if there is no entry defined in service.yml #132
  • v1.5.3 Changes

    November 20, 2017

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ›  Fixed the class cast exception in service module if getting an array but only one impl is configured #131
  • v1.5.2 Changes

    November 20, 2017

    Full Changelog

    Implemented enhancements:

    • Add a new constant OPENAPI_OPERATION_STRING for OpenAPI 3.0 support #130
    • ๐Ÿ‘Œ Improve configurability for networknt.handler.MiddlewareHandler #129
    • โž• Add support for interface with generic type in service module #127
    • โšก๏ธ Update serviceMap key to interface class name instead of class in service module #126

    ๐Ÿ›  Fixed bugs:

    • Need to check certain section is empty for header.yml in HeaderHandler #125
  • v1.5.1 Changes

    November 09, 2017

    Full Changelog

    Implemented enhancements:

    • โฌ†๏ธ Upgrade to Undertow 1.4.20.Final #108
    • ๐Ÿ‘ Implement rpc and websocket support with light-java-rpc #6
    • Server module should only initialize client instance if config server is enabled #119
    • ๐Ÿ”ง Make Jwt token verification cache configurable. #113

    Closed issues:

    • โœ‚ Remove mockito dependencies in most modules #124
    • โž• Add pre-release script to update versions #123
    • Customize return of the status from cross-cutting concerns #122
    • โž• Add url debug output in ConsulClientImpl #121
    • โœ… Split integration tests from unit tests #120
  • v1.5.0 Changes

    October 21, 2017

    Full Changelog

    Implemented enhancements:

    • โž• Add SecretConfig to model properties in secret.yml instead of Map. #117
    • ๐Ÿ”„ Change server registry and client discovery to support environment tag for test segregation #116
    • โž• Add utilities classes for light-workflow-4j #114
    • โœ‚ Remove some dependencies as they are not being used or can be eliminated #112
    • Utility methods in server project for accessing path variables #104

    Closed issues:

    • โž• Add a header handler to manipulate request header based on the config file #118
    • โฌ†๏ธ Upgrade dependency versions for commons lang + deprecate commons-codec #106
    • ๐ŸŒ Implement session manager that can support web server cluster. #73

    ๐Ÿ”€ Merged pull requests:

    • โฌ†๏ธ Upgraded Undertow, Added Utility Interfaces for Header, path, query extraction #111 (sachin-walia)
    • โฌ†๏ธ Resolved #1 Upgrading libraries and other changes #107 (sachin-walia)
  • v1.4.6 Changes

    September 22, 2017
  • v1.4.5 Changes

    September 22, 2017

    Full Changelog

    Closed issues:

    • Return invalid json error in body handler for malformed body #102
  • v1.4.4 Changes

    September 21, 2017

    Full Changelog

    Implemented enhancements:

    • ๐Ÿ”ง service.yml configuration need to have entry name that is unique in order to support two or more db connection pools #50
    • ๐Ÿ”ง Centralize configurations to light-config-server which is backed by git repositories #29
    • Revisit client module for the per route connection pooling in config in cluster/load balance/discovery environment. #24
    • ๐Ÿ‘ [service module] Add support for multiple definitions and bean references #9

    Closed issues:

    • โšก๏ธ Update BodyHandler to parse the body and then put the stream back for subsequent handlers #101
    • โž• Add a reverse proxy middleware handler #100
  • v1.4.3 Changes

    September 10, 2017

    Full Changelog

    Closed issues:

    • Calling consul directly with Http2Client instead of consul client #94
  • v1.4.2 Changes

    August 31, 2017

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • โšก๏ธ Update SingletonServiceFactory.java #99 (ruslanys)