Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 00:09
· 2 commits to main since this release
1a800d9

v1.0.0 (2024-09-14)

BREAKING CHANGES

  • The previous ParameterizedType type was renamed to CompositeType to better match substrait specification naming. Please point to the new CompositeType in cases where you were previously using ParameterizedType.
    introduced by commit:
    Support for parameterized types (#52) (4265a21)

Features

  • Add Match() and MatchAt() to FunctionVariant (#54) (1a800d9)
    • Also fixed default nullability for ScalarFunctionImpl
  • Update to go 1.22, add MatchWithNullability() and MatchWithoutNullability() to FuncDefArgType (#53) (c48fb53)