Ribbon v0.3.0 Release Notes

  • pull request 51

    • โž• Added asynchronous client based on Apache's HttpAsyncClient
    • ๐Ÿ‘ API to support async cancellable back up requests
    • ๐Ÿ‘Œ Support Observable APIs from https://github.com/Netflix/RxJava
    • Created unified serialization interface to be used by all clients
    • ๐Ÿ— Builders for async clients
    • ribbion-examples sub-project created
    • ๐Ÿ”จ refactoring of load balancer APIs
    • Unify the request and response object used by RestClient to be the same as RibbonHttpAsyncClient
    • Replaced dependency on jersey-bundle with jersey-client.

    pull request 54

    • ๐Ÿ”„ Changed the dependency of HttpAsyncClient to be 4.0 GA
    • โœจ Enhanced JUnit tests