Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
skeema_amd64.deb | 2024-12-17 | 2.7 MB | |
skeema_arm64.deb | 2024-12-17 | 2.5 MB | |
skeema_checksums_1.12.2.txt | 2024-12-17 | 890 Bytes | |
skeema_amd64.apk | 2024-12-17 | 2.8 MB | |
skeema_amd64.rpm | 2024-12-17 | 2.8 MB | |
skeema_arm64.apk | 2024-12-17 | 2.6 MB | |
skeema_arm64.rpm | 2024-12-17 | 2.6 MB | |
skeema_1.12.2_linux_amd64.tar.gz | 2024-12-17 | 2.7 MB | |
skeema_1.12.2_linux_arm64.tar.gz | 2024-12-17 | 2.5 MB | |
skeema_1.12.2_mac_amd64.tar.gz | 2024-12-17 | 2.8 MB | |
skeema_1.12.2_mac_arm64.tar.gz | 2024-12-17 | 2.6 MB | |
README.md | 2024-12-17 | 1.8 kB | |
v1.12.2 source code.tar.gz | 2024-12-17 | 1.9 MB | |
v1.12.2 source code.zip | 2024-12-17 | 2.6 MB | |
Totals: 14 Items | 31.2 MB | 0 |
- TLS fixes for allowing encrypted connections to old/EOL database server versions
- By default, Go 1.22+ no longer enables TLS cipher suites using RSA key exchange, but these older cipher suites are typically needed to establish a secure connection to MySQL 5.5-5.7, Percona Server 5.5-5.6, or MariaDB 10.1. Skeema now allows use of these cipher suites when communicating with older servers, or when the server flavor has not been introspected yet. (#239, 6d2daf0)
- By default, Go 1.18+ normally uses a minimum of TLS 1.2, which is not supported by MySQL 5.5-5.6 or Percona Server 5.5-5.6. Skeema now allows use of TLS 1.0 when communicating with these older servers, or when the server flavor has not been introspected yet. (7a4fbcd, 3cfa747)
- When TLS-related options are specified on the command-line for
skeema init
orskeema add-environment
, these options are now automatically persisted to the .skeema option file, similar to other connectivity-related options. (c4f0af8) - Bug fix: when using the ssl-cert and ssl-key Premium options alongside ssl-mode=preferred, an error would be returned if the server was not actually configured to support TLS. This situation now falls back to a plaintext connection, which is the intended behavior of ssl-mode=preferred aligning with the standard
mysql
command-line client.
An installation guide and full documentation are available on our website skeema.io.