obelix74 commented on code in PR #3823:
URL: https://github.com/apache/polaris/pull/3823#discussion_r2824755213


##########
CHANGELOG.md:
##########
@@ -43,14 +43,15 @@ request adding CHANGELOG notes for breaking (!) changes and 
possibly other secti
 - The `PolarisMetricsReporter.reportMetric()` method signature has been 
extended to include a `receivedTimestamp` parameter of type `java.time.Instant`.
 - The `ExternalCatalogFactory.createCatalog()` and `createGenericCatalog()` 
method signatures have been extended to include a `catalogProperties` parameter 
of type `Map<String, String>` for passing through proxy and timeout settings to 
federated catalog HTTP clients.
 - Metrics reporting now requires the `TABLE_READ_DATA` privilege on the target 
table for read (scan) metrics and `TABLE_WRITE_DATA` for write (commit) metrics.
+- The `INCLUDE_SESSION_TAGS_IN_SUBSCOPED_CREDENTIAL` and 
`INCLUDE_TRACE_ID_IN_SESSION_TAGS` feature flags have been removed and replaced 
by the `SESSION_TAGS_IN_SUBSCOPED_CREDENTIAL` list-based configuration. 
Deployments using either removed flag must migrate to the new config (e.g., 
`SESSION_TAGS_IN_SUBSCOPED_CREDENTIAL=catalog,namespace,table,principal,roles`).

Review Comment:
   Removed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to