Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 10 May 20:27
· 2 commits to main since this release

Changed

  • Switched the integration-test fixture from Docker (docker-py +
    gizmodata/gizmosql:latest) to the
    gizmosql PyPI package's
    managed subprocess. The fixture now mints a session-scoped self-signed
    TLS cert via cryptography and passes it to the server via
    --tls <cert> <key>, preserving the grpc+tls:// connection
    contract used by the integration tests. The JWT signature
    verification cert is registered via TOKEN_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 docker with gizmosql>=1.26.0,<2 in the [integration]
    extra. The CI integration-tests job no longer pulls
    gizmodata/gizmosql:latest.

Full Changelog: v1.0.0...v1.0.1