Releases: substrait-io/substrait
Releases · substrait-io/substrait
v0.35.0
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.32.0
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.30.0
0.30.0 (2023-05-14)
⚠ BREAKING CHANGES
- This adds an option to control indexing of components
Features
v0.29.0
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
0.28.2 (2023-04-16)
Bug Fixes
- separate strptime to fix spec violation (#493) (8c230af)