Skip to content

Releases: palantir/dialogue

0.13.3

04 Mar 21:02
c34fc92
Compare
Choose a tag to compare
Type Description Link
Improvement Produce metrics about requests that are going to be retried #485

0.13.2

04 Mar 20:59
d520414
Compare
Choose a tag to compare
Type Description Link
Improvement Remove the arbitrary FixedLimitedChannel #484

0.13.1

04 Mar 20:00
06aeaea
Compare
Choose a tag to compare
Type Description Link
Improvement Dialogue clients send Accept headers #482

0.13.0

04 Mar 16:23
16d9dc7
Compare
Choose a tag to compare
Type Description Link
Break Remove RemoteExceptions utility in favor of runtime.clients().blocking(ListenableFuture) #477
Break Remove unused methods from PlainSerDe #479
Break Remove unnecessary header constants from the target api #480

0.12.3

04 Mar 02:33
6d164af
Compare
Choose a tag to compare
Type Description Link
Fix fix #389: DefaultErrorDecoder handles types with parameters #473

0.12.2

03 Mar 21:39
dd49a50
Compare
Choose a tag to compare
Type Description Link
Improvement Migrate some logic from generated code into the runtime library #475

0.12.1

02 Mar 16:39
0e97fe5
Compare
Choose a tag to compare
Type Description Link
Fix Interrupted calls properly close resources #458

0.12.0

28 Feb 20:47
f0cb1bb
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.11.0

28 Feb 18:01
9f6c882
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.10.8

28 Feb 15:21
c98b85a
Compare
Choose a tag to compare
Type Description Link
Fix DefaultErrorDecoder throws UnknownRemoteExceptions when we can't deserialize json into our expected SerializableError type. #454