Backward incompatibility
* Global options `--debug`, `--verbose` and `--format` moved to command level (`snow command --debug` instead of `snow --debug command`)
New additions
* Possibility to override chosen connection parameters with flags like `--password`, `--database`, ... (see the help text of any command using connection to Snowflake) (PRs: 267, 288, 289, 299, 303, 304, 307, 308, 336)
Fixes and improvements
* Standardised connection options added to commands using connection to Snowflake (PRs: 267, 288, 289, 299, 303, 304, 307, 308, 336)
* The same standardised options in all commands
* Global options `--debug`, `--verbose` and `--format` moved to command level (`snow command --debug` instead of `snow --debug command`)
* Official snowflake-connector-python version (fixes https://github.com/Snowflake-Labs/snowcli/issues/344) (PRs: #283)
* Improved handling of multiple queries in a single command (PRs: 294)
* Added basic validation of connection port option (PRs: 298)
* Fixed zip created by snow snowpark package create (fixes https://github.com/Snowflake-Labs/snowcli/issues/319) (PRs: #304)
* Fixed printing of chained exceptions (fixes https://github.com/Snowflake-Labs/snowcli/issues/324) (PRs: #329)
* Glob patterns available for paths in snow stage put command (https://github.com/Snowflake-Labs/snowcli/issues/331) (PRs: #332)
* Other bug fixes, improvements and internal refactors
Full changelog
* https://github.com/Snowflake-Labs/snowcli/compare/v1.0.1...v1.1.0