Skip to content

Commit

Permalink
Fix release notes for upcoming 3.2.0 release (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pjob authored Nov 14, 2024
1 parent 948a12c commit b7fd249
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
glob support.
* `snow helpers v1-to-v2` now converts v1 template references to v2 in Native App artifacts that use the `templates` processor.
* Added `--label` option to `snow app version create` command to allow adding labels to versions and patches.
* Enhanced `snow spcs service logs` command with new parameters for improved log retrieval and monitoring.
* `--since`: Start log retrieval from a specified UTC timestamp.
* `--include-timestamps`: Include timestamps in log entries for log streaming.
* `--follow (-f)`: Stream logs in real-time.
* `--follow-interval`: Set custom polling intervals during log streaming.
* `snow connection add` supports `--no-interactive` flag to skip interactive prompts.

## Fixes and improvements
* `snow --info` callback returns information about `SNOWFLAKE_HOME` variable.
Expand All @@ -34,17 +40,8 @@
* Fixed saving of the config file updates when `connections.toml` exists.
Removed incorrect copying of connections from `connections.toml` to `config.toml`.
* Fixes `snow connection generate-jwt` to work with keys with no passphrase.
* `snow connection add` supports `--no-interactive` flag to skip interactive prompts.


# v3.1.1
## New additions
* Enhanced `snow spcs service logs` command with new parameters for improved log retrieval and monitoring.
* `--since`: Start log retrieval from a specified UTC timestamp.
* `--include-timestamps`: Include timestamps in log entries for log streaming.
* `--follow (-f)`: Stream logs in real-time.
* `--follow-interval`: Set custom polling intervals during log streaming.

# v3.1.0

## Deprecations
Expand Down

0 comments on commit b7fd249

Please sign in to comment.