Releases: substrait-io/substrait
Releases · substrait-io/substrait
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)
v0.27.0
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
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