File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.2.0 2024-01-16
4+
5+ ### Features
6+ - support for .NET
7+ - Beacon Styles :
8+ - PartOnly : save a little bit of space for a beacon that used as part of a Compound Beacon, but never alone
9+ - AsSet : turn a set of values into a set of beacons, rather than into a single beacon
10+ - Twinned : calculate beacons for one attribute to be compatible with those from a different attribute
11+ - TwinnedSet : both AsSet and Twinned
12+ - Global Parts List : all compound beacons can now share a single list of Parts
13+ - Test vectors to ensure cross language compatibility
14+ - explicit error message when searching on a Compound Beacon that could never exist.
15+ - New APIs : ResolveAttributes and GetVirtualFields to assist in development and debugging.
16+
17+ ### Fix
18+ - String compare for client side filtering of Scan and Query results could somtimes produce the wrong result for certain characters.
19+
20+
321## 3.1.2 2023-11-13
422
523### Fix
You can’t perform that action at this time.
0 commit comments