Skip to content

Releases: Netflix/hollow

v7.11.3

16 Aug 17:26
Compare
Choose a tag to compare
  • history tooling bugfix- for some keys that were no longer searchable when internal datastructures expanded size
  • record variance validator- lazy threshold evaluation
  • chore: if the bool field is null set the inlined boolean as null
  • README formatting

patch HollowMapWriteRecord serialization

25 Jul 21:59
83646ce
Compare
Choose a tag to compare

fix: HollowMapWriteRecord serialization should sort on key and value PR#688

v7.11.1

24 Jul 06:14
256f05d
Compare
Choose a tag to compare

add cycle start time and end time to consumer metrics

v7.11.0

06 Jun 19:54
f4da104
Compare
Choose a tag to compare

What's Changed

  • codegen: option to add @com.netflix.hollow.HollowGenerated annotation by @rpalcolea in #682

Full Changelog: v7.10.7...v7.11.0

v7.10.7

13 May 19:50
43d8541
Compare
Choose a tag to compare

Patch: log msg for optional part header

v7.10.6

22 Apr 17:43
cd3a32d
Compare
Choose a tag to compare

What's Changed

  • Prevent load / publish failures when missing types are defined in hash keys by @eduardoramirez in #679

Full Changelog: v7.10.5...v7.10.6

v7.10.5

17 Apr 19:36
Compare
Choose a tag to compare

Drop final keyword from HashIndex class level

v7.10.4

10 Apr 18:43
Compare
Choose a tag to compare
  • codegen supports schema reference doc
  • primary key and hash index init fails soft on not-bound field path at init time and hard at query time (as opposed to earlier failed hard at init time)

RC- codegen schema reference doc

02 Apr 17:12
Compare
Choose a tag to compare
v7.10.4-rc.1

Codegen- option to generate a schema doc

v7.10.3

22 Feb 21:34
6bd58a7
Compare
Choose a tag to compare

What's Changed

  • fix: HollowObjectMapper throws if it encounters a duplicate field name while walking the POJO class hierarchy by @eduardoramirez in #666

Full Changelog: v7.10.2...v7.10.3