-
Version 4 (RC 4) Pre-Release
released this
2024-09-17 02:41:38 +00:00 | 1 commits to main since this releaseChanges from rc3 include:
In
andInArray
comparisons forField
s allow for retrieving documents where certain items match a given set of values- The
Op
type was replaced with theComparison
type; this was an internal API, but the type was public.Comparison
is based on an F# discriminated union, which improves the type safety of field comparisons, but can be verbose to work with from C#. Field
constructor functions are now spelled out (ex.EQ
is 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