feat: 3.6 release notes (#6499)

* feat: 3.6 release notes

* Update content/shared/v3-core-enterprise-release-notes/_index.md

* Update content/shared/v3-core-enterprise-release-notes/_index.md

* chore(influxdb3): Core/Ent 3.6, Explorer 1.4 release

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pbarnett/3.6-functional-changes^2
peterbarnett03 2025-10-30 10:31:05 -04:00 committed by GitHub
parent b3d9219412
commit cc36a19a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 34 additions and 3 deletions

View File

@ -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

View File

@ -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?