Releases: Netflix/hollow
Releases · Netflix/hollow
v7.12.1
What's Changed
- chore: make FlatRecordTraversalNode concurrent safe by @eduardoramirez in #699
- chore: add a test that reads the flat record node using all possible types by @eduardoramirez in #706
Full Changelog: v7.12.0...v7.12.1
Resharding: Consumer-side support for list, set, map types
v7.12.0 Resharding: Consumer-side support for list, set, map types
Consumer-side resharding for list/set/map types
v7.12.0-rc.1 fix: only producer decides which types to reshard, consumer simply fo…
v7.11.6
add record percentage change validator
fix a bug to record start and end time of consumer update
v7.11.5
support Composite Key Search for HollowHistory tooling;
v7.11.4: add read flatrecord traversal node parser (#693)
Add FlatRecordTraversalNode for more convenient flat record parsing and comparison on non top-level types inside a Flat Record.
v7.11.3
patch HollowMapWriteRecord serialization
fix: HollowMapWriteRecord serialization should sort on key and value PR#688
v7.11.1
add cycle start time and end time to consumer metrics
v7.11.0
What's Changed
- codegen: option to add
@com.netflix.hollow.HollowGenerated
annotation by @rpalcolea in #682
Full Changelog: v7.10.7...v7.11.0