Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mraba/changes-from-v3.0.2: update release notes #1719

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,19 @@

## Fixes and improvements
* Fixed a bug that would cause the `deploy_root`, `bundle_root`, and `generated_root` directories to be created in the current working directory instead of the project root when invoking commands with the `--project` flag from a different directory.
* Fix handling empty default values for strings by `snow snowpark deploy`.
* Log error details in case pip command fails.

# v3.0.2

## Backward incompatibility

## Deprecations

## New additions

## Fixes and improvements

* Fixed the handling empty default values for strings by `snow snowpark deploy`.
* Added log error details if the `pip` command fails.

# v3.0.1

Expand Down
Loading