diff --git a/content/shared/v3-core-enterprise-release-notes/_index.md b/content/shared/v3-core-enterprise-release-notes/_index.md index 56260b2757..6d469ccf19 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. + - 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. + - 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**: improvements to the Docker-based license service development environment +- **Catalog consistency**: Node management fixes for catalog edge cases +- Other enhancements and performance improvements + ## v3.5.0 {date="2025-09-30"} ### Core 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?