Add optional `keyType` parameter to Public Key SSH Server that denotes what type of key to use.
- Can be one of: `rsa-2048`, `rsa-4096`, `ecdsa-256`, `ecdsa-384`, `ecdsa-521`, `ed25519` - Previously these were always generated as `rsa-2048`
2.6.0
- Add Remote Identity support
2.5.0
- Add bind interface to resources
2.4.0
2.3.0
2.2.0
- This release primarily causes rate limit errors encountered to trigger a sleep until the client knows it can make calls again without encountering that same rate limit. This feature is enabled by default, but can be disabled on client creation. - Additionally, the schema field for snowflake is no longer a required field.