Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions content/shared/v3-core-enterprise-release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions data/products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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?
Expand Down