Releases: Netflix/hollow
Releases · Netflix/hollow
v2.5.4
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
v2.5.2
v2.5.1
- HollowObjectMapper: Added @HollowInline annotation
- Added ability to customize/remove generated API classname postfixes and getter prefixes
- HollowExplorer UI bugfix and improvements
v2.5.0
- Added Hollow Explorer
- Added Builder pattern for HollowClient initialization
v2.4.4
v2.4.3
v2.4.2
v2.4.1
- HollowObjectMapper: improved optimizations related to memoization
v2.4.0
- 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.