Skip to content

v0.9.0

Compare
Choose a tag to compare
@gz gz released this 06 Feb 23:44
· 499 commits to main since this release

Added

  • Compiler option for handling unquoted identifiers (#1360)
  • SQL: Support for is_inf, is_nan and log methods for double (#1344)

Changed

  • API: name and description are optional for connector PATCH endpoint. OpenAPI documentation for program, connector and service is more consistent. (#1315)
  • SQL: check decimal precision while casting between decimal types (#1300)
  • pipeline-manager: automatically queue programs for compilation (#1325)

Removed

  • Remove the Python dbsp and feldera-api-client modules. In lieu of Python modules, direct requests to the REST API are now used. (#1338)