Releases: esastack/esa-restclient
Releases · esastack/esa-restclient
Release v1.0.2
This version mainly fixes the HTTPS issue and add the traffic split feature.
Features 🍕
[#135] Add the traffic split before send request.
Bugs 🐛
[#136] Fix the HTTPS issue.
Full Changelog: v1.0.1...v1.0.2
Release v1.0.1
Fix the bug that the user can,t directly added the encoder and decoder through RestClientBuilder.
Release v1.0.0
Add restclient which will automatically select the appropriate decoder or encoder to decode or encode according to the user's headers and entity. At the same time, restclient also supports users to insert business logic before and after decode or encode.
Release v0.1.0
First release
- Http1/H2/H2cUpgrade
- Https
- Epoll/NIO
- Interceptor
- Filter
- Retry, Redirect, 100-expect-continue
- Segmented read/write
- Multipart
- Metrics