Skip to content

Commit

Permalink
[Doc] Add FQDN back to Doc (StarRocks#11759)
Browse files Browse the repository at this point in the history
  • Loading branch information
EsoragotoSpirit authored Sep 28, 2022
1 parent f05ed86 commit cd2ee05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
+ [Configuration](./administration/Configuration.md)
+ [Monitor and alert](./administration/Monitor_and_Alert.md)
+ [Manage a cluster](./administration/Cluster_administration.md)
+ [Enable FQDN access](./administration/enable_fqdn.md)
+ Resource Management
+ [Resource group](./administration/resource_group.md)
+ [Query management](./administration/Query_management.md)
Expand Down
2 changes: 2 additions & 0 deletions docs/release_notes/release-2.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Release date: September 17th, 2022

- Supports granting a specific role or IMPERSONATE permission to a user via the GRANT statement and revoking them via the REVOKE statement, and supports executing an SQL statement with IMPERSONATE permission via the EXECUTE AS statement. For more information, see [GRANT](../sql-reference/sql-statements/account-management/GRANT.md), [REVOKE](../sql-reference/sql-statements/account-management/REVOKE.md), and [EXECUTE AS](../sql-reference/sql-statements/account-management/EXECUTE%20AS.md).

- Supports FDQN access: now you can use domain name or the combination of hostname and port as the unique identification of a BE or an FE node. This prevents access failures caused by changing IP addresses. For more information, see [Enable FQDN Access](../administration/enable_fqdn.md).

- flink-connector-starrocks supports Primary Key model partial update. For more information, see [Load data by using flink-connector-starrocks](../loading/Flink-connector-starrocks.md).

- Provides the following new functions:
Expand Down

0 comments on commit cd2ee05

Please sign in to comment.