Rename client protocol headers to start with X-Trino-.
Legacy clients can be supported by setting the configuration property
protocol.v1.alternate-header-name to Presto. This configuration
property is deprecated and will be removed in a future release.
Rename base domain name for server MBeans to trino. The name can
be changed using the configuration property jmx.base-name.
Rename base domain name for the Elasticsearch, Hive, Iceberg, Raptor,
and Thrift connectors to trino.plugin. The name can be changed
using the catalog configuration property jmx.base-name.
Rename JMX name for PrestoS3FileSystem to TrinoS3FileSystem.
Change configuration properties
hive.hdfs.presto.principal to hive.hdfs.trino.principal and
hive.hdfs.presto.keytab to hive.hdfs.trino.keytab.
The old names are deprecated and will be removed in a future release.
Change configuration properties
presto-logs.http-request-log.location to trino-logs.http-request-log.location and
presto-logs.http-request-log.pattern to trino-logs.http-request-log.pattern.
The old names are deprecated and will be removed in a future release.