Skip to content

Releases: palantir/dialogue

0.5.0-rc5

29 May 13:15
d817fd1
Compare
Choose a tag to compare
0.5.0-rc5 Pre-release
Pre-release
Use client ObjectMappers (#111)

0.5.0-rc4

29 May 07:19
Compare
Choose a tag to compare
0.5.0-rc4 Pre-release
Pre-release
Add support for gzip-compressed responses (#107)

0.5.0-rc3

24 May 14:44
Compare
Choose a tag to compare
0.5.0-rc3 Pre-release
Pre-release
[improvement] Add BlacklistingChannel (#97)

<!-- PR title should start with '[fix]', '[improvement]' or '[break]' if this PR would cause a patch, minor or major SemVer bump. Omit the prefix if this PR doesn't warrant a standalone release. -->

## Before this PR
Errors seen in a channel would not affect future decisions to use that channel.

## After this PR
After an error, we will wait for some cooldown period before using that Channel again.

## Other Considerations
We don't currently have any mechanism for forcing requests to execute when none of the underlying `LimitedChannels` have capacity. That seems desirable, though we may want some escape hatch in the BlacklistingChannel to reset them when all Channels have been blacklisted.

0.5.0-rc2

29 Apr 10:26
74bdb09
Compare
Choose a tag to compare
0.5.0-rc2 Pre-release
Pre-release
 Add support for call timeouts (#70)

0.5.0-rc1

08 Apr 15:01
Compare
Choose a tag to compare
0.5.0-rc1 Pre-release
Pre-release

[break] New API

0.4.0

14 Jan 09:22
c92c065
Compare
Choose a tag to compare
  • Add EmptyBody class

0.3.0

10 Jan 18:06
20dc1d3
Compare
Choose a tag to compare

Initial OSS release

0.3.0-rc1

10 Jan 18:00
20dc1d3
Compare
Choose a tag to compare
0.3.0-rc1 Pre-release
Pre-release

Test publishing