Skip to content

Releases: palantir/dialogue

1.2.3

27 Mar 23:45
835e712
Compare
Choose a tag to compare
Type Description Link
Fix Properly handle errors on void methods #575

1.2.2

27 Mar 16:33
6229e27
Compare
Choose a tag to compare
Type Description Link
Fix Conjure endpoints returning binary or optional<binary> now correctly return unclosed InputStreams. Users must be careful to close these InputStreams, otherwise resources will be leaked. #570

1.2.1

27 Mar 14:32
bb92eac
Compare
Choose a tag to compare
Type Description Link
Fix Dialogue now precent-encodes the plus sign character in query strings. #572

1.2.0

26 Mar 20:32
6756716
Compare
Choose a tag to compare
Type Description Link
Improvement ApacheHttpClientChannels logs client names with cipher suites #561
Fix Responses are no longer leaked when blocking channel futures are interrupted #564

1.1.0

26 Mar 14:12
4af36ca
Compare
Choose a tag to compare
Type Description Link
Improvement Dialogue supports the PATCH method. #563

1.0.2

25 Mar 01:23
3848b5d
Compare
Choose a tag to compare
Type Description Link
Fix Metrics for the PinUntilErrorChannel are now tagged by channel-name #560

1.0.1

24 Mar 17:49
d3efd49
Compare
Choose a tag to compare
Type Description Link
Fix Validate ciphers against the provided socket factory, this adds support for Conscrypt. #556

1.0.0

24 Mar 17:45
72bd0de
Compare
Choose a tag to compare

Identical to 0.19.17. We recognize dialogue is used in production and do not want to ship breaks without communicating them clearly. This release does not mean dialogue is feature-complete.

0.19.17

24 Mar 15:32
c9dbde3
Compare
Choose a tag to compare
Type Description Link
Improvement Response leak detection samples 1% of requests (down from 100%) #554

0.19.16

24 Mar 01:00
6105253
Compare
Choose a tag to compare
Type Description Link
Improvement Log warnings and record metrics when resource leaks are discovered. #545