Skip to content

Releases: Netflix/hollow

v7.8.1

08 Jan 17:55
13674ed
Compare
Choose a tag to compare

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

05 Jan 15:29
Compare
Choose a tag to compare
fix: resharding header tag snowballing

v7.8.1-rc.2

04 Jan 15:16
Compare
Choose a tag to compare
Support for reporting on num shards per type, and shard size per type

Garbage collector aware recycler

16 Nov 01:17
Compare
Choose a tag to compare
v7.8.0

Avoid unnecessary steps

Consumer supports re-sharding for object types

02 Nov 18:36
ec5dcb4
Compare
Choose a tag to compare

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

02 Nov 11:55
Compare
Choose a tag to compare
v7.6.8-rc.3

Microbenchmarking per-read during delta update

Memory recycler disabled

24 Oct 23:56
Compare
Choose a tag to compare
v7.6.8-rc.2

No memory recycling

Patch Hollow history key index

19 Oct 22:11
Compare
Choose a tag to compare
bug fixed for null object hash value and string storage in object int…

…ern pool

v7.6.8-rc.1

21 Oct 12:30
Compare
Choose a tag to compare
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…