v1.0.1
Changed
- Switched the integration-test fixture from Docker (
docker-py+
gizmodata/gizmosql:latest) to the
gizmosqlPyPI package's
managed subprocess. The fixture now mints a session-scoped self-signed
TLS cert viacryptographyand passes it to the server via
--tls <cert> <key>, preserving thegrpc+tls://connection
contract used by the integration tests. The JWT signature
verification cert is registered viaTOKEN_SIGNATURE_VERIFY_CERT_PATH
pointing directly at the on-disk public key (no volume mount needed
now that the server is on the host). Local development no longer
requires Docker. - Replaced
dockerwithgizmosql>=1.26.0,<2in the[integration]
extra. The CI integration-tests job no longer pulls
gizmodata/gizmosql:latest.
Full Changelog: v1.0.0...v1.0.1