From d3c56d0d396bdaba97d08a7d9d35139d1e5a66b9 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 6 May 2025 12:09:29 -0500 Subject: [PATCH 1/4] hotfix(3-ent): Closes #6042 - Restore auth content --- content/shared/influxdb3-internals-reference/authentication.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/shared/influxdb3-internals-reference/authentication.md b/content/shared/influxdb3-internals-reference/authentication.md index 25a70ee84..843fc7c6b 100644 --- a/content/shared/influxdb3-internals-reference/authentication.md +++ b/content/shared/influxdb3-internals-reference/authentication.md @@ -1,4 +1,5 @@ - + {{% product-name %}} uses an Attribute-Based Access Control (ABAC) model to manage permissions. From c60241781f0b2a9a529a379a17d6a7f862057981 Mon Sep 17 00:00:00 2001 From: Peter Barnett Date: Tue, 6 May 2025 11:04:26 -0700 Subject: [PATCH 2/4] chore: add 3.0.2 notes --- .../_index.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/content/shared/v3-core-enterprise-release-notes/_index.md b/content/shared/v3-core-enterprise-release-notes/_index.md index 236a67b5e..ecdd890cb 100644 --- a/content/shared/v3-core-enterprise-release-notes/_index.md +++ b/content/shared/v3-core-enterprise-release-notes/_index.md @@ -5,6 +5,44 @@ > All updates to Core are automatically included in Enterprise. > The Enterprise sections below only list updates exclusive to Enterprise. +## v3.0.2 {date="2025-05-01"} +**Core**: revision d80d6cd60049c7b266794a48c97b1b6438ac5da9 + +**Enterprise**: revision e9d7e03c2290d0c3e44d26e3eeb60aaf12099f29 + +### Core + +#### Security Updates +- Ability to generate testing TLS certificates on the fly now added. +- TLS CA can now be set with an environment variable: `INFLUXDB3_TLS_CA` +- Additionally added the ability to set a minimum TLS version for enhanced security. +- Added support for CORS requests from browsers. + +#### General Updates +- Support added for `--format json` option in token creation command output. +- Removed Last Values Cache size limitation for better performance and increased flexibility. +- Other general performance improvements + +#### Fixes +- Fixed counting bug in distinct cache. +- Fixed issue where distinct cache incorrectly handled rows with null values. +- Fixed handling of `group by` tag columns with escape quotes. +- Ensured consistent sorting of `iox` table schema for SHOW TABLES command. + +### Enterprise + +#### Updates +- Added command and system table to show nodes in cluster. +- Enable multiple permissions custom argument matches. +- Other general performance improvements + +#### Fixes +- Fixed object store initialization to only occur once. +- Fixed Home license server crash on restart. +- Added protection to prevent allocation of more total threads than specified by `--num-cores`. + + + ## v3.0.1 {date="2025-04-16"} **Core**: revision d7c071e0c4959beebc7a1a433daf8916abd51214 From c2f748c480bece68cb08350636ea8bd22eedb1e1 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 6 May 2025 13:52:52 -0500 Subject: [PATCH 3/4] Update content/shared/v3-core-enterprise-release-notes/_index.md --- .../_index.md | 42 ++++++++++--------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/content/shared/v3-core-enterprise-release-notes/_index.md b/content/shared/v3-core-enterprise-release-notes/_index.md index ecdd890cb..866c7c7cf 100644 --- a/content/shared/v3-core-enterprise-release-notes/_index.md +++ b/content/shared/v3-core-enterprise-release-notes/_index.md @@ -12,35 +12,39 @@ ### Core -#### Security Updates -- Ability to generate testing TLS certificates on the fly now added. -- TLS CA can now be set with an environment variable: `INFLUXDB3_TLS_CA` -- Additionally added the ability to set a minimum TLS version for enhanced security. -- Added support for CORS requests from browsers. +#### Security updates -#### General Updates -- Support added for `--format json` option in token creation command output. -- Removed Last Values Cache size limitation for better performance and increased flexibility. -- Other general performance improvements +- Generate testing TLS certificates on the fly. +- Set the TLS CA via the INFLUXDB3_TLS_CA environment variable. +- Enforce a minimum TLS version for enhanced security. +- Allow CORS requests from browsers. + +#### General updates + +- Support the `--format json` option in the token creation output. +- Remove the Last Values Cache size limitation to improve performance and flexibility. +- Incorporate additional performance improvements. #### Fixes -- Fixed counting bug in distinct cache. -- Fixed issue where distinct cache incorrectly handled rows with null values. -- Fixed handling of `group by` tag columns with escape quotes. -- Ensured consistent sorting of `iox` table schema for SHOW TABLES command. + +- Fix a counting bug in the distinct cache. +- Fix how the distinct cache handles rows with null values. +- Fix handling of `group by` tag columns that use escape quotes. +- Sort the IOx table schema consistently in the `SHOW TABLES` command. ### Enterprise #### Updates -- Added command and system table to show nodes in cluster. -- Enable multiple permissions custom argument matches. -- Other general performance improvements + +- Introduce a command and system table to list cluster nodes. +- Support multiple custom permission argument matches. +- Improve overall performance. #### Fixes -- Fixed object store initialization to only occur once. -- Fixed Home license server crash on restart. -- Added protection to prevent allocation of more total threads than specified by `--num-cores`. +- Initialize the object store only once. +- Prevent the Home license server from crashing on restart. +- Enforce the `--num-cores` thread allocation limit. ## v3.0.1 {date="2025-04-16"} From a29179941f8ac053a1eff133cddeaaec8bda1a87 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 6 May 2025 13:55:19 -0500 Subject: [PATCH 4/4] Update content/shared/v3-core-enterprise-release-notes/_index.md --- content/shared/v3-core-enterprise-release-notes/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/shared/v3-core-enterprise-release-notes/_index.md b/content/shared/v3-core-enterprise-release-notes/_index.md index 866c7c7cf..3a3b9f503 100644 --- a/content/shared/v3-core-enterprise-release-notes/_index.md +++ b/content/shared/v3-core-enterprise-release-notes/_index.md @@ -46,7 +46,6 @@ - Prevent the Home license server from crashing on restart. - Enforce the `--num-cores` thread allocation limit. - ## v3.0.1 {date="2025-04-16"} **Core**: revision d7c071e0c4959beebc7a1a433daf8916abd51214