* Snowflake data source improvements:
* Allow passing envvars to set HTTP proxy parameters, fix incorrect query string generation when passing a warehouse (https://github.com/splitgraph/sgr/pull/414, https://github.com/splitgraph/sgr/issues/413)
* Support for authentication using a private key (https://github.com/splitgraph/sgr/pull/418)
* Splitfiles: relax AST restrictions to support all SELECT/INSERT/UPDATE/DELETE statements (https://github.com/splitgraph/sgr/issues/411)
* Change the default installation port to 6432 and handle port conflicts during install (https://github.com/splitgraph/sgr/issues/375)
* Add retry logic to fix registry closing the SSL connection after 30 seconds, close remote connections in some places (https://github.com/splitgraph/sgr/pull/417)
Full set of changes: [`v0.2.10...v0.2.11`](https://github.com/splitgraph/sgr/compare/v0.2.10...v0.2.11)