Skip to content

Releases: esastack/esa-restclient

Release v1.0.2

06 May 06:16
Compare
Choose a tag to compare

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

08 Mar 06:43
Compare
Choose a tag to compare

Fix the bug that the user can,t directly added the encoder and decoder through RestClientBuilder.

Release v1.0.0

16 Feb 06:36
Compare
Choose a tag to compare

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

02 Feb 06:18
Compare
Choose a tag to compare

First release

  • Http1/H2/H2cUpgrade
  • Https
  • Epoll/NIO
  • Interceptor
  • Filter
  • Retry, Redirect, 100-expect-continue
  • Segmented read/write
  • Multipart
  • Metrics