Skip to content

1.56.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 04 Jun 22:14
· 1707 commits to develop since this release
a511d3d
Type Description Link
Improvement Clients constructed using DialogueClients and modern conjure-java (5.17.0+) now spend slightly fewer CPU cycles on each RPC call, because they use the bind method to do per-endpoint setup once at construction time instead of before every rpc. Benchmarks show a 21k -> 27k request/sec improvement against a trivial ping endpoint. #818