From 42eb416d0347913fed983e50140d3f1888f6272c Mon Sep 17 00:00:00 2001 From: Peter Barnett Date: Thu, 30 Oct 2025 09:04:25 -0400 Subject: [PATCH 1/4] feat: 3.6 release notes --- .../_index.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/content/shared/v3-core-enterprise-release-notes/_index.md b/content/shared/v3-core-enterprise-release-notes/_index.md index 56260b2757..a2fbdc1bb4 100644 --- a/content/shared/v3-core-enterprise-release-notes/_index.md +++ b/content/shared/v3-core-enterprise-release-notes/_index.md @@ -5,6 +5,37 @@ > All updates to Core are automatically included in Enterprise. > The Enterprise sections below only list updates exclusive to Enterprise. +## v3.6.0 {date="2025-10-30"} + +### Core + +#### Features + +- **Quick-Start Developer Experience**: + - `influxdb3` now supports running without arguments for instant database startup, automatically generating IDs and storage flags values based on your system's setup. +- **Processing Engine**: + - Plugins now support multiple files instead of single-file limitations. + - Plugin uploads now supported directly from your local machine when creating triggers using the `--upload` flag. + - Existing plugin files can now be updated at runtime without recreating triggers. + - New `system.plugin_files` table and `show plugins` CLI command now provide visibility into all loaded plugin files. + - Custom plugin repositories are now supported via `--plugin-repo` CLI flag. + - Python package installation can now be disabled with `--package-manager disabled` for locked-down environments. + - Plugin file path validation now prevents directory traversal attacks by blocking relative and absolute path patterns. + +#### Bug fixes + +- **Token management**: Token display now works correctly for hard-deleted databases + +### Enterprise + +All Core updates are included in Enterprise. Additional Enterprise-specific features and fixes: + +#### Operational improvements + +- **Storage engine**: Docker-based license service development environment improvements +- **Catalog consistency**: Node management fixes for catalog edge cases +- Other enhancements and performance improvements + ## v3.5.0 {date="2025-09-30"} ### Core From 89930fb9613dcb24d529ae5c7ecfc38a62c5c891 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 30 Oct 2025 08:57:39 -0500 Subject: [PATCH 2/4] Update content/shared/v3-core-enterprise-release-notes/_index.md --- content/shared/v3-core-enterprise-release-notes/_index.md | 2 +- 1 file changed, 1 insertion(+), 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 a2fbdc1bb4..3f5f9f3634 100644 --- a/content/shared/v3-core-enterprise-release-notes/_index.md +++ b/content/shared/v3-core-enterprise-release-notes/_index.md @@ -15,7 +15,7 @@ - `influxdb3` now supports running without arguments for instant database startup, automatically generating IDs and storage flags values based on your system's setup. - **Processing Engine**: - Plugins now support multiple files instead of single-file limitations. - - Plugin uploads now supported directly from your local machine when creating triggers using the `--upload` flag. + - When creating a trigger, you can upload a plugin directly from your local machine using the `--upload` flag. - Existing plugin files can now be updated at runtime without recreating triggers. - New `system.plugin_files` table and `show plugins` CLI command now provide visibility into all loaded plugin files. - Custom plugin repositories are now supported via `--plugin-repo` CLI flag. From 87c63ae0ffa18ab2299ab88ca9548f41a1e7a7bd Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 30 Oct 2025 08:57:47 -0500 Subject: [PATCH 3/4] Update content/shared/v3-core-enterprise-release-notes/_index.md --- content/shared/v3-core-enterprise-release-notes/_index.md | 2 +- 1 file changed, 1 insertion(+), 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 3f5f9f3634..6d469ccf19 100644 --- a/content/shared/v3-core-enterprise-release-notes/_index.md +++ b/content/shared/v3-core-enterprise-release-notes/_index.md @@ -32,7 +32,7 @@ All Core updates are included in Enterprise. Additional Enterprise-specific feat #### Operational improvements -- **Storage engine**: Docker-based license service development environment improvements +- **Storage engine**: improvements to the Docker-based license service development environment - **Catalog consistency**: Node management fixes for catalog edge cases - Other enhancements and performance improvements From 8c58c6320c6a81fc70201b5a15e7b6634549108b Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Thu, 30 Oct 2025 10:10:34 -0400 Subject: [PATCH 4/4] chore(influxdb3): Core/Ent 3.6, Explorer 1.4 release --- data/products.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/products.yml b/data/products.yml index 9889169fa8..2425d06d5a 100644 --- a/data/products.yml +++ b/data/products.yml @@ -6,7 +6,7 @@ influxdb3_core: versions: [core] list_order: 2 latest: core - latest_patch: 3.5.0 + latest_patch: 3.6.0 placeholder_host: localhost:8181 detector_config: query_languages: @@ -35,7 +35,7 @@ influxdb3_enterprise: versions: [enterprise] list_order: 2 latest: enterprise - latest_patch: 3.5.0 + latest_patch: 3.6.0 placeholder_host: localhost:8181 detector_config: query_languages: @@ -63,7 +63,7 @@ influxdb3_explorer: menu_category: tools list_order: 1 latest: explorer - latest_patch: 1.3.0 + latest_patch: 1.4.0 placeholder_host: localhost:8888 ai_sample_questions: - How do I query data using InfluxDB 3 Explorer?