Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.03 KB

release-notes.md

File metadata and controls

39 lines (33 loc) · 2.03 KB

Trino Gateway documentation

Configuration Design Development Security Operation Gateway API Resource groups API Routing rules References Release notes

Release notes

Trino Gateway 3 (26 Sep 2023)

The first release of Trino Gateway is based on the Presto Gateway 1.9.5 codebase #4, with these additions:

  • Add authentication and authorization with LDAP, OIDC and user list from config file. (trinodb#9)
  • Add support for user, admin and API roles. (trinodb#9)
  • Add healthcheck for Trino backends using JDBC. (trinodb#9)
  • Add TCP check for routing. (trinodb#9)
  • Add logic to route requests only to healthy backends. (trinodb#13)
  • Add PostgreSQL support for backend database. (trinodb#13)
  • Allow routing of /v1/node endpoint URL. (trinodb#27)
  • Filter logs for sensitive information. (trinodb#9)
  • Require Java 17 for build and runtime. (trinodb#16)
  • Deactivate clusters with zero workers. (trinodb#13)
  • Remove concurrency issue from repeated rules file loading. (trinodb#9)