You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#364 Add RetryingClient and RetryingRpcClient which are decorating clients that retry the requests with flexible retry policy such as exponential back-off with jitters.
(Breaking) #422 Revamp DocService for better extensibility
Use DocServiceBuilder instead of the DocService constructor to specify the example HTTP headers and requests.
(Breaking) #422 Bring back the example request support to DocService
Use DocServiceBuilder.exampleRequest(...). e.g. builder.exampleRequest(new HelloService.hello_args("foo"));
(Breaking) #441 Support both Thrift 0.10.0 and Thrift 0.9.3
armeria-thrift and armeria-thrift-shaded now depend on libthrift 0.10.0.
Use armeria-thrift0.9 or armeria-thrift0.9-shaded to use libthrift 0.9.3.