Skip to content

Commit

Permalink
v2.8.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pczajka committed Aug 23, 2024
1 parent a05d186 commit 14bdbd8
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,36 @@
* The changes are compatible with V1 projects definition though the result state (file layout) is different.

## Deprecations
* Added deprecation warning for `native_app.package.scripts` in project definition file.

## New additions
* Added support for `native_app.package.post_deploy` scripts in project definition file.
* These scripts will execute whenever a Native App Package is created or updated.
* Currently only supports SQL scripts: `post_deploy: [{sql_script: script.sql}]`
* Added `snow spcs service execute-job` command, which supports creating and executing a job service in the current schema.
* Added `snow app events` command to fetch logs and traces from local and customer app installations
* Added support for project definition file defaults in templates
* Added `snow app events` command to fetch logs and traces from local and customer app installations.
* Added support for external access (api integrations and secrets) in Streamlit.
* Support multiple Streamlit application in single snowflake.yml project definition file.

## Fixes and improvements
* Fixed problem with whitespaces in `snow connection add` command
* Added check for the correctness of token file and private key paths when addind a connection
* Fixed problem with whitespaces in `snow connection add` command.
* Added check for the correctness of token file and private key paths when addind a connection.
* Fix the typo in spcs service name argument description. It is the identifier of the **service** instead of the **service pool**.
* Fix error handling and improve messaging when no artifacts provided
* Fix error handling and improve messaging when no artifacts provided.
* Improved error message for incompatible parameters.


# v2.8.0
## Backward incompatibility

## Deprecations
* Added deprecation warning for `native_app.package.scripts` in project definition file.

## New additions
* Added support for project definition file defaults in templates.
* Added support for `native_app.package.post_deploy` scripts in project definition file.
* These scripts will execute whenever a Native App Package is created or updated.
* Currently only supports SQL scripts: `post_deploy: [{sql_script: script.sql}]`.

## Fixes and improvements
* Fix return values of `snow snowpark list`, `describe` and `drop` commands.
* Show warnings returned by Snowflake when `snow app run` is successful
* Show warnings returned by Snowflake when `snow app run` is successful.


# v2.7.0
Expand Down

0 comments on commit 14bdbd8

Please sign in to comment.