Skip to content

Releases: palantir/refreshable

2.5.0

07 May 19:51
5b532ec
Compare
Choose a tag to compare
Type Description Link
Improvement DefaultRefreshable oversubscription logging is rate limited #634

2.4.0

06 May 17:35
2ac2387
Compare
Choose a tag to compare
Type Description Link
Improvement refreshable.map calls the map function exactly once #632

2.3.0

22 Aug 17:34
2bfc988
Compare
Choose a tag to compare
Type Description Link
Fix Refreshable values shouldn't be logged #511

2.2.0

02 Mar 17:07
4a8a437
Compare
Choose a tag to compare
Type Description Link
Improvement Move refreshable to dedicated sub-project #257

2.1.0

27 Jul 16:10
d5bda97
Compare
Choose a tag to compare

Automated release, no documented user facing changes

2.0.1

17 Apr 00:57
7f35f1a
Compare
Choose a tag to compare
Type Description Link
Fix Allow full tree GC when a subscriber has a ref to a mapped child #147

2.0.0

08 Apr 13:27
deef80a
Compare
Choose a tag to compare
Type Description Link
Break Refreshable Performance improvements to prevent services from grinding to a halt when they use Refreshable in unintended ways. This change is considered a break because it requires java 11. #130

1.2.0

02 Mar 17:15
5370c49
Compare
Choose a tag to compare
Type Description Link
Improvement Log warnings when refreshables have >1000 subscribers #119

1.1.0

31 Jul 16:37
ef928c1
Compare
Choose a tag to compare
Type Description Link
Improvement Refreshable.only produces a simple immutable Refreshable object #57

1.0.0

05 May 15:12
2e1c8db
Compare
Choose a tag to compare
Type Description Link
Break The DefaultRefreshable final class is no longer exposed, instead users should rely on Refreshable.create and the SettableRefreshable interface. #14