Skip to content

Releases: Netflix/hollow

v2.5.4

17 May 23:53
Compare
Choose a tag to compare
  • HollowObjectMapper: Removed theoretical possibility of memoized objects using the __assigned_ordinal optimization not getting added to the state if reused across cycles

v2.5.3

16 May 21:27
Compare
Choose a tag to compare
  • #62 Exposed subscribed HollowClient to subclasses of HollowAnnouncementWatcher

v2.5.2

15 May 18:06
Compare
Choose a tag to compare
  • #60 HollowObjectMapper throws IllegalArgumentException when encountering an array as field

v2.5.1

01 May 19:18
Compare
Choose a tag to compare
  • HollowObjectMapper: Added @HollowInline annotation
  • Added ability to customize/remove generated API classname postfixes and getter prefixes
  • HollowExplorer UI bugfix and improvements

v2.5.0

24 Apr 23:50
Compare
Choose a tag to compare
  • Added Hollow Explorer
  • Added Builder pattern for HollowClient initialization

v2.4.4

18 Apr 18:10
Compare
Choose a tag to compare
  • #51 Allow the user to specify an ExecutorService for the HollowAnnouncementWatcher.
  • Updates and fixes for the beta HollowProducer API.

v2.4.3

15 Apr 23:54
Compare
Choose a tag to compare
  • #46 Converted System.out logging to java.util.logging
  • #48 Better error messaging when interface fields are encountered by HollowObjectMapper

v2.4.2

10 Apr 22:16
Compare
Choose a tag to compare

HollowProducer restore enhancement to enable restore on non empty data state

v2.4.1

06 Apr 01:19
Compare
Choose a tag to compare
  • HollowObjectMapper: improved optimizations related to memoization

v2.4.0

27 Mar 23:22
Compare
Choose a tag to compare
  • HollowDiff: Added ability to 'shortcut' nested types within a type diff.
  • Diff/History UI: Added ability to provide 'match hints' for better collection record pairing.
  • Diff/History UI: improved performance of rendering the record diff view.
  • Bugfix: Fixed lost records upon HollowHistory double snapshot.