All Versions
15
Latest Version
Avg Release Cycle
35 days
Latest Release
1085 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.3.4 Changes
https://github.com/Netflix/ribbon/pull/62
- ๐ Fix Issue #61: FollowRedirects impossible to turn off.
-
v0.3.3 Changes
https://github.com/Netflix/ribbon/pull/60
- โ add hook for custom ssl factory and AcceptAllSocketFactory implementation
-
v0.3.2 Changes
- ๐ Make sure NamedConnectionPool instances register with Servo with unique names.
-
v0.3.1 Changes
- ๐ Fix connection leak when RestClient throws exception on server throttle
-
v0.3.0 Changes
- โ 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.
- ๐ Changed the dependency of HttpAsyncClient to be 4.0 GA
- โจ Enhanced JUnit tests