• v4-rc4 168bf0cd14

    Version 4 (RC 4) Pre-Release

    danieljsummers released this 2024-09-17 02:41:38 +00:00 | 1 commits to main since this release

    Changes from rc3 include:

    • In and InArray comparisons for Fields allow for retrieving documents where certain items match a given set of values
    • The Op type was replaced with the Comparison 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 now Equal). 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