Skip to content

Releases: AlmondyAlex/WebClient

WebClient test release 4.0.1

08 Jun 14:25
Compare
Choose a tag to compare
Pre-release
Updated stuff

WebClient test release 4.0.0

07 Jun 21:31
Compare
Choose a tag to compare
Pre-release

Hi so I remade a bunch of stuff so this release is for testing only

WebClient release 3.4.2

04 Apr 15:46
Compare
Choose a tag to compare

Hey so I've noticed that when using DeferredResult some methods might run on the main thread instead of the worker one, so I've updated the methods to use Async versions of underlying CompletableFuture methods

WebClient release 3.4.1-alpha

03 Apr 11:21
Compare
Choose a tag to compare

Testing something no biggie

WebClient release 3.4.0

02 Apr 19:33
Compare
Choose a tag to compare

Hey so I've noticed quite a common problem where you need to handle checked exceptions in lambda expressions, which is very inconvenient. So in these cases I decided to add conversion of checked exceptions to CompletionException, mainly affects DefferedResult

WebClient release 3.3.0

13 Mar 17:03
Compare
Choose a tag to compare

Updated the package structure and added DeferredResult

WebClient release 3.2.0

13 Mar 14:27
Compare
Choose a tag to compare

Added CompletableFuture and updated some docs

WebClient release 3.1.1

06 Mar 18:48
Compare
Choose a tag to compare

Some things went wrong lol

WebClient release 3.0.0

26 Feb 21:52
Compare
Choose a tag to compare

Added support for expressing callback with lambdas
Separated clients for sending single request and bulks of requests
Not backwards compatible

WebClient release 2.1.1

25 Feb 10:20
Compare
Choose a tag to compare

Bug fix, damn so many bugs