-
Version 4 (RC 4) Pre-Release
released this
2024-09-17 02:41:38 +00:00 | 4 commits to main since this releaseChanges from rc3 include:
InandInArraycomparisons forFields allow for retrieving documents where certain items match a given set of values- The
Optype was replaced with theComparisontype; this was an internal API, but the type was public.Comparisonis based on an F# discriminated union, which improves the type safety of field comparisons, but can be verbose to work with from C#. Fieldconstructor functions are now spelled out (ex.EQis nowEqual). The shorter versions exist as aliases.
Version 4 is thought to be feature-complete with this release. Barring any unexpected bugs, a non-RC release should be forthcoming by the end of October 2024.
Downloads