Skip to content

TrinoHub v0.2.0

Choose a tag to compare

@BitRefinery BitRefinery released this 20 Jul 00:18
· 18 commits to main since this release

Highlights

  • Adds automatic, per-user caching for repeated read-only queries, with a configurable TTL and a Run fresh bypass.
  • Shows cache status in results, history, query profiles, Ask Trino, and MCP responses.
  • Preserves security boundaries by invalidating cached data after relevant user, role, policy, catalog, cluster, tag, and write mutations.
  • Serves eligible cached results without waking an auto-suspended cluster.
  • Pins new CloudFormation installations to the immutable v0.2.0 release and documents safe SSM upgrades for existing instances.
  • Adds an automated, version-checked GitHub release workflow and maintainer release checklist.

Verification

  • 301 unit and API tests passed.
  • 45 end-to-end workflow scenarios passed.
  • Core Python syntax and release-version checks passed.

See PR #10 and the AWS upgrade guide.