Skip to content

3.2.0 -- 2024-01-16

Compare
Choose a tag to compare
@ajewellamz ajewellamz released this 17 Jan 19:18
· 142 commits to main since this release
1b8a878

Features

  • support for .NET
  • Beacon Styles :
    • PartOnly : save a little bit of space for a beacon that used as part of a Compound Beacon, but never alone
    • AsSet : turn a set of values into a set of beacons, rather than into a single beacon
    • Twinned : calculate beacons for one attribute to be compatible with those from a different attribute
    • TwinnedSet : both AsSet and Twinned
  • Global Parts List : all compound beacons can now share a single list of Parts
  • Test vectors to ensure cross language compatibility
  • explicit error message when searching on a Compound Beacon that could never exist.
  • New APIs : ResolveAttributes and GetVirtualFields to assist in development and debugging.

Fix

  • String compare for client side filtering of Scan and Query results could somtimes produce the wrong result for certain characters.