Highlights
This is primarily another hotfix release for 3.0.0. Specifically making sure the deprecation warnings for -f/--force go to stderr rather than stdout. It also includes two dialect improvements, one for Snowflake and one for T-SQL.
What’s Changed
- Snowflake: Support External Volumes #5684 @WittierDinosaur
- T-SQL: Support Reconfigure #5685 @WittierDinosaur
- CLI: Make
--forcedeprecation print on stderr #5681 @keraion