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
Full Changelog: v3.2.1...v3.3.0