You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-25.3.adoc
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -234,14 +234,16 @@ Change in https://github.com/stackabletech/druid-opa-authorizer/pull/85[druid-op
234
234
===== OPA operator
235
235
236
236
* Using `if` for all rules and `contains` for multi-value rules is now mandatory.
237
-
* `strict` mode is now enabled by default. For more upgrade information, read the https://www.openpolicyagent.org/docs/latest/v0-upgrade/#upgrading-rego[Upgrading Rego] section of the official documentation.
237
+
* `strict` mode is now enabled by default.
238
+
For more upgrade information, read the https://www.openpolicyagent.org/docs/latest/v0-upgrade/#upgrading-rego[Upgrading Rego] section of the official documentation.
238
239
239
240
===== Trino operator
240
241
241
242
Trino now uses the native S3 implementation which has the following requirements for S3 connections:
242
243
243
244
* TLS is always enabled and cannot be disabled.
244
-
* Client-side encryption is not supported. Server-side encryption (SSE) is the recommended alternative.
245
+
* Client-side encryption is not supported.
246
+
Server-side encryption (SSE) is the recommended alternative.
245
247
* Multipart (non-streaming) writes and upload are not supported.
246
248
247
249
Legacy S3 support (via Hadoop) has been disabled and will be removed in a future version of Trino.
0 commit comments