Skip to content

0.20.0

Compare
Choose a tag to compare
@jayv jayv released this 08 Nov 23:48

ServiceTalk is now available on maven central!

Updates

  • Update versions of dependencies (96e3e19):
    • SLF4J 1.7.29
    • zipkin 2.19.1
    • gRPC 1.24.2
  • Ensure CI builds with latest AdoptOpenJDK versions for JDK8 and JDK11 (ff0694c)

Fixes

  • Parse headers with no whitespaces (e3528e6)
  • ReactiveStreams offloading tests to create single executor for test (cd46059)
  • Improve usage of AddressUtils.localAddress in tests (c448182)
  • Fix broken code links in gRPC examples docs (d385d81)

Documentation improvements

  • HTTP/2 examples and documentation (20fd245)
  • LoadBalancer documentation (26b24e9)
  • Fix missing titles in Antora docs (5df41cc)