Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-29 | 1.9 kB | |
v3.3.0 _ 07-30-24 source code.tar.gz | 2025-07-29 | 684.6 kB | |
v3.3.0 _ 07-30-24 source code.zip | 2025-07-29 | 842.2 kB | |
Totals: 3 Items | 1.5 MB | 6 |
The following are some highlighted updates with the newest release for InfluxDB 3 Core. Learn more via our full Release Notes.
Updates
Authentication and security: Add admin token recovery server that allows regenerating lost admin tokens without existing authentication. Includes new --admin-token-recovery-http-bind
option for running recovery server on separate port, with automatic shutdown after successful token regeneration (#26594)
Process Engine Trigger Arguments: You can access the trigger arguments for Process Engine triggers using the system.processing_engine_trigger_arguments
table [#26604]
Passing git hash via env: Using environment variables, you can now pass the git hash in build.rs [#25266]
Fixes
Database reliability:
-
Fix URL encoded table name handling failures (#26586)
-
Allow hard deletion of existing soft-deleted schema (#26574)
Authentication: Fix AWS S3 API error handling when tokens are expired (#1013)
Query processing: Set nanosecond precision as default for V1 query API CSV output (#26577)
CLI reliability: - Mark --object-store CLI argument as explicitly required (#26575) - Add help text for the new update subcommand (#26569)
New Contributors
- @pfactum made their first contribution in https://github.com/influxdata/influxdb/pull/26618
Full Changelog: https://github.com/influxdata/influxdb/compare/v3.2.1...v3.3.0