This is an automated email from the ASF dual-hosted git repository.
ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new aa11a268e [docs] upgrade 0.7 to 0.8 about sasl authorization and
default database. (#1871)
aa11a268e is described below
commit aa11a268ec790d4e933562b3bb0fd562f4fe024b
Author: Hongshun Wang <[email protected]>
AuthorDate: Thu Oct 30 16:25:24 2025 +0800
[docs] upgrade 0.7 to 0.8 about sasl authorization and default database.
(#1871)
---
website/docs/maintenance/operations/upgrade-notes-0.8.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/website/docs/maintenance/operations/upgrade-notes-0.8.md
b/website/docs/maintenance/operations/upgrade-notes-0.8.md
index 6da378a06..ddb990dfc 100644
--- a/website/docs/maintenance/operations/upgrade-notes-0.8.md
+++ b/website/docs/maintenance/operations/upgrade-notes-0.8.md
@@ -98,3 +98,12 @@ This change prioritizes **tiering service stability and
performance**:
- **Disable auto-compaction** for tables where tiering speed is more important
than storage optimization
- **Monitor resource usage** when enabling auto-compaction to ensure it
doesn't impact tiering performance
- **Consider manual compaction** for large tables during maintenance windows
+
+## SASL Plain Authorization jaas configuration
+Due to Fluss being donated to the Apache Software Foundation, the package
namespace has been changed from `org.alibaba.fluss` to `org.apache.fluss`.
+The `security.sasl.plain.jaas.config` configuration has been updated
accordingly:
+* Server side: `security.sasl.plain.jaas.config` is changed from
`org.alibaba.fluss.security.auth.sasl.plain.PlainLoginModule` to
`org.apache.fluss.security.auth.sasl.plain.PlainLoginModule`.
+* Client side: `client.security.sasl.jaas.config` is changed from
`org.alibaba.fluss.security.auth.sasl.plain.PlainLoginModule` to
`org.apache.fluss.security.auth.sasl.plain.PlainLoginModule`. If you are using
client.security.sasl.username and client.security.sasl.password configurations,
no changes are required as these remain compatible.
+
+## Flink Catalog required Default database.
+Fluss catalog used to not need defalut database even though a wrong defalut
database won't be checked. From 0.8, it's required to specify a default
database.
\ No newline at end of file