Skip to content

Releases: substrait-io/substrait

v0.37.0

22 Oct 02:20
Compare
Choose a tag to compare

0.37.0 (2023-10-22)

Features

v0.36.0

08 Oct 02:19
Compare
Choose a tag to compare

0.36.0 (2023-10-08)

Features

v0.35.0

01 Oct 02:23
Compare
Choose a tag to compare

0.35.0 (2023-10-01)

⚠ BREAKING CHANGES

  • nullability of is_not_distinct_from has changed
  • The minimum precision for floating point numbers is
    now mandated.

Features

  • add approval guidelines for documentation updates (#553) (da4b32a)
  • add geometric data types and functions (#543) (db52bbd)
  • add geometry editor functions (#554) (727467c)
  • adding geometry accessor functions (#552) (784fa9b)
  • explicitly reference IEEE 754 and mandate precision as well as range (#449) (54e3d52), closes #447

Bug Fixes

  • specify nullability for is_not_distinct_from (#555) (30773b2)

v0.34.0

17 Sep 02:17
Compare
Choose a tag to compare

0.34.0 (2023-09-17)

Features

v0.33.0

27 Aug 02:16
Compare
Choose a tag to compare

0.33.0 (2023-08-27)

Features

v0.32.0

21 Aug 18:33
Compare
Choose a tag to compare

0.32.0 (2023-08-21)

⚠ BREAKING CHANGES

  • plans referencing functions using simple
    names (e.g. not vs not:bool) will no longer be valid.

Features

  • add ExchangeRel as a type in Rel (#518) (89b0c62)
  • add expand rel (#368) (98380b0)
  • add options to substring for start parameter being negative (#508) (281dc0f)
  • add windowrel support in proto (#399) (bd14e0e)
  • require compound functions names in extension references (#537) (2503beb)

v0.31.0

02 Jul 02:59
Compare
Choose a tag to compare

0.31.0 (2023-07-02)

Features

  • add a two-arg variant of substring (#513) (a6ead70)
  • add timestamp types to max/min function (#511) (6943400)

v0.30.0

14 May 02:29
Compare
Choose a tag to compare

0.30.0 (2023-05-14)

⚠ BREAKING CHANGES

  • This adds an option to control indexing of components

Features

v0.29.0

23 Apr 02:35
Compare
Choose a tag to compare

0.29.0 (2023-04-23)

⚠ BREAKING CHANGES

  • text: mark name and structure property of type extension item as required (#495)

Bug Fixes

  • referenced simple extension in tutorial (set instead of string) (#494) (b5d7ed2)
  • text: mark name and structure property of type extension item as required (#495) (7246102)

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)