Skip to content

Commit

Permalink
Release notes cleanup (#1643)
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
sfc-gh-jsikorski authored Sep 30, 2024
1 parent d4a52cc commit 56041f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
## Deprecations

## New additions
* Add `--host` and `--port` to connection flags.


## Fixes and improvements
* Fixes `snow connection add` behavior when `connections.toml` file exists.
* Add more readable error messages in `snow object create` command.

# v3.0.0

Expand Down Expand Up @@ -59,7 +57,7 @@
* Added `SNOWFLAKE_..._PRIVATE_KEY_RAW` environment variable to pass private key as a raw string.
* Added periodic check for newest version of Snowflake CLI. When new version is available, user will be notified.
* Added support for `imports` in Streamlit definition.

* Add `--host` and `--port` to connection flags.

## Fixes and improvements
* Fixed problem with whitespaces in `snow connection add` command.
Expand All @@ -73,6 +71,8 @@
* Fixed `snow git execute` with `/` in name of the branch.
* `snow app` commands don't enforce ownership of the objects they manage, and rely on RBAC instead.
* `snow app deploy` for package entity now allows operating on application packages created outside the CLI
* Fixes `snow connection add` behavior when `connections.toml` file exists.
* Add more readable error messages in `snow object create` command.


# v2.8.1
Expand Down

0 comments on commit 56041f1

Please sign in to comment.