Skip to content

Releases: Netflix/hollow

v2.2.2

02 Mar 11:40
Compare
Choose a tag to compare
  • Beta HollowProducer API; high-level, cycle-oriented API for producing data states. Unstable

We're actively iterating on the HollowProducer API, tentatively scheduled for official release in Hollow 3.0. In the meantime, the API is subject to change without notice.

v2.2.1

28 Feb 02:17
Compare
Choose a tag to compare
  • Added @HollowTransient annotation
  • Fixed HollowObjectMapper adding fields from Enum.class for enums
  • Fixed GenericHollowObject not returning null for null referenced records

v2.2.0

17 Feb 22:40
Compare
Choose a tag to compare
  • PrimaryKey auto expansion
  • HollowObjectMapper now supports non-trivial class hierarchies
  • FilteredHollowBlobWriter fixes and improvements
  • ObjectMapper deprecated addObject(...) in favor of add(...)

v2.1.1

31 Jan 02:03
Compare
Choose a tag to compare

Bugfix release:

  • Fixed java.util.Date serialization in HollowObjectMapper.
  • Added missing Set sampling.
  • Fixed potential thread safety issue in HollowMap's relativeBucket() method.

v2.1.0

27 Jan 01:58
Compare
Choose a tag to compare

v2.0.5

17 Jan 20:22
Compare
Choose a tag to compare
  • made #getStateEngine in HollowObjectMapper public

v2.0.4

05 Jan 19:03
Compare
Choose a tag to compare

HollowObjectMapper throws a meaningful Exception if circular references are detected.

v2.0.3

04 Jan 23:14
Compare
Choose a tag to compare

Generated POJO classes do not memoize ordinals by default.

v2.0.2

13 Dec 23:39
Compare
Choose a tag to compare
  • Generate a basic HollowAPIFactory implementation as part of a generated API
  • Include unrestored type names in Exception message if HollowWriteStateEngine restore was attempted prior to fully initializing data model types

v2.0.1

06 Dec 02:45
Compare
Choose a tag to compare

By default, HollowObjectMapper discovers default hash keys