github techouse/sqlite3-to-mysql v2.6.0
2.6.0

11 hours ago

2.6.0

  • [FEAT] add MySQL SSL certificate options --mysql-ssl-ca, --mysql-ssl-cert, and --mysql-ssl-key,
    forward them to MySQL Connector/Python, and enable certificate-chain verification when a CA is provided
  • [FIX] validate MySQL SSL option combinations in both the CLI and transporter, including conflicts with
    --skip-ssl and --mysql-socket plus the client cert/key pairing requirement
  • [FIX] normalize and validate MySQL SSL certificate paths for direct transporter callers, including PathLike
    values and ~ home-directory paths
  • [CHORE] update README and Sphinx docs for the MySQL SSL options, socket conflicts, cert/key behavior, and
    certificate verification semantics
  • [CHORE] add unit and functional SSL coverage, including Docker-generated CA/client certificate tests and
    configured certificate paths for CI
  • [CHORE] harden Docker test fixtures by closing Docker clients, retrying transient MySQL startup errors, handling
    Docker API errors, cleaning partial SSL cert extraction, and fixing the MySQL container port binding

https://pypi.org/project/sqlite3-to-mysql/2.6.0/

Don't miss a new sqlite3-to-mysql release

NewReleases is sending notifications on new releases.