Skip to content

Releases: substrait-io/substrait

v0.28.2

16 Apr 02:31
Compare
Choose a tag to compare

0.28.2 (2023-04-16)

Bug Fixes

  • separate strptime to fix spec violation (#493) (8c230af)

v0.28.1

09 Apr 02:26
Compare
Choose a tag to compare

0.28.1 (2023-04-09)

Bug Fixes

v0.28.0

02 Apr 02:27
Compare
Choose a tag to compare

0.28.0 (2023-04-02)

Features

v0.27.0

26 Mar 02:34
Compare
Choose a tag to compare

0.27.0 (2023-03-26)

⚠ BREAKING CHANGES

  • group argument added to regexp_match_substring
    function

Add regexp_match_substring_all function

Resolves #466

Features

  • add regexp_match_substring_all function to yaml (#469) (b4d81fb)

Bug Fixes

  • ci: fix link to conventional commits spec (#482) (45b4e48)
  • remove duplication in simple extensions schema (#404) (b7df38d)

v0.26.0

05 Mar 02:56
Compare
Choose a tag to compare

0.26.0 (2023-03-05)

Features

  • add script to re-namespace .proto files for internal use in public libraries (#207) (a6f24db)
  • add temporal functions (#272) (beb104b), closes #222

v0.25.0

26 Feb 02:53
Compare
Choose a tag to compare

0.25.0 (2023-02-26)

⚠ BREAKING CHANGES

  • (add/subtract)ing an interval to a timestamp_tz
    now requires a time zone and returns a timestamp_tz

Bug Fixes

  • correct return of temporal add and subtract and add timezone parameter (#337) (1b184cc)
  • extension: fix typo in scalar function argument type (#445) (7d7ddf1)

v0.24.0

12 Feb 02:43
Compare
Choose a tag to compare

0.24.0 (2023-02-12)

Features

v0.23.0

22 Jan 02:40
Compare
Choose a tag to compare

0.23.0 (2023-01-22)

Features

  • add extended expression for expression only evaluation (#405) (d35f0ed)
  • spec: add physical plans for hashJoin and mergeJoin (#336) (431651e)

Bug Fixes

  • update extension yaml files to match type-syntax spec (#423) (0608878)

v0.22.0

18 Dec 02:31
Compare
Choose a tag to compare

0.22.0 (2022-12-18)

Features

  • add bitwise NOT, AND, OR & XOR functions (#370) (81e34d4)

v0.21.1

04 Dec 02:39
Compare
Choose a tag to compare

0.21.1 (2022-12-04)

Bug Fixes

  • rename regex_string_split to regexp_string_split (#393) (f9f4967)