Skip to content

Releases: avaje/avaje-http-client

1.21

16 Jan 18:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: avaje-http-client-1.20...avaje-http-client-1.21

1.20

16 Jan 18:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: avaje-http-client-1.19...avaje-http-client-1.20

1.19

26 Jul 04:42
Compare
Choose a tag to compare

#52 - Change to use AppLog.getLogger() rather than directly using System.getLogger()

1.18

09 Jun 10:16
Compare
Choose a tag to compare

#50 - Fix debug logging messages for retry and providers bug
#51 - Add to HttpClientContext.Builder to expose state of builder (getters) and configureWith(BeanScope)

1.17

23 May 10:43
Compare
Choose a tag to compare

#49 - When no bodyAdapter is set, use a reasonable default if avaje-jsonb or jackson is detected

1.16

19 May 06:14
Compare
Choose a tag to compare

#48 - Fix for use of generated client in src/test - updated avaje-http-client-generator

1.15

04 May 21:21
Compare
Choose a tag to compare

Issues

#46 - Change method .newBuilder() -> .builder() with deprecation
#47 - Change method .withHandler() -> .handler() with deprecation
#44 - Migrate to use System.Logger rather than SLF4J-API (better support for jlink / module-path)
#43 - ENH: Add jitter support to SimpleRetryHandler

1.14

25 Feb 01:39
Compare
Choose a tag to compare

#41 - ENH: Add HttpClientContext metrics() to provide statistical overview of activity enhancement
#40 - Change Jackson adapter to throw UncheckedIOException rather than RuntimeException

1.13

25 Nov 03:22
Compare
Choose a tag to compare

#33 - Add support for using avaje-jsonb to serialise to/from json content

1.12

25 Nov 00:58
Compare
Choose a tag to compare

#32 - Add headerAddIfAbsent() helper method