Skip to content

v0.63.0

Compare
Choose a tag to compare
@substrait-project-bot substrait-project-bot released this 15 Dec 03:04
· 11 commits to main since this release

0.63.0 (2024-12-15)

⚠ BREAKING CHANGES

  • The encoding of FetchRel has changed in a strictly
    backwards incompatible way. The change involves transitioning offset and
    count from a standalone int64 field to a oneof structure, where the
    original int64 field is marked as deprecated, and a new field of
    Expression type is introduced. Using a oneof may cause ambiguity between
    unset and set-to-zero states in older messages. However, the fields are
    defined such that their logical meaning remains indistinguishable,
    ensuring consistency across encodings.

Features

  • add expression support for count and offset in the fetch operator (#748) (bd4b431)
  • add simple linking to the examples (#702) (4c00b1c)
  • support missing variants for regexp string functions (#750) (3410a3e)