Releases: Netflix/hollow
Releases · Netflix/hollow
v7.8.1
What's Changed
- fix: removes memory leak (ref 'this') from HollowConsumerBuilder by @eduardoramirez in #653
- fix: PerfAPI codegen supports reading a feed that has a subset of the schema by @eduardoramirez in #654
Full Changelog: v7.8.0...v7.8.1
v7.8.1-rc.3
fix: resharding header tag snowballing
v7.8.1-rc.2
Support for reporting on num shards per type, and shard size per type
Garbage collector aware recycler
v7.8.0 Avoid unnecessary steps
Consumer supports re-sharding for object types
Consumers will reshard in-place using O(shard size) extra space if incoming delta signals a different number of shards. To enable that this change also refactors code in the read path for all existing consumers irrespective of resharding.
Consumer supports resharding object type
v7.6.8-rc.3 Microbenchmarking per-read during delta update
Memory recycler disabled
v7.6.8-rc.2 No memory recycling
Patch Hollow history key index
v7.6.7 bug fixed for null object hash value and string storage in object int…
v7.6.8-rc.1
Save the extra object allocation in read path
v7.8.1-rc.1
bug fixed for null object hash value and string storage in object int…