Skip to content

Latest commit

 

History

History
82 lines (43 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

82 lines (43 loc) · 1.84 KB

Changelog

1.6.1 - 2023-01-17

Added

  • Deploy using Flink Kubernetes Operator

Fixed

  • Allow for whitespaces in secret variables regex.

1.6.0 - 2022-09-12

Added

  • Convert secret variables (marked with ${variable_name}) to use environment variables.
  • Load secret from file using %load_secret_file magic.
  • Load secrets from files listed in .streaming_config.yml file.

Fixed

  • Show raw "status" response from Docker if it is not a string.

1.5.0 - 2022-08-25

Added

  • Skip explain, describe and show

1.4.0 - 2022-08-22

Added

  • Using init.sql as the initialization script.
  • Use plugin to download jars

Changed

  • scli project build prints Docker client output to the standard output.

1.3.2 - 2022-05-26

Added

  • --template_url flag to scli project init command.

Fixed

  • scli project init references proper default template URLs.

1.3.1 - 2022-05-10

1.3.0 - 2022-05-09

1.2.3 - 2022-05-09

1.2.2 - 2022-05-09

  • First release