fix: Configurable limits only for Enterprise

pbarnett/3.0.1-release-notes
Peter Barnett 2025-04-18 09:29:53 -04:00
parent cac5f71559
commit 80807c91fc
1 changed files with 7 additions and 7 deletions

View File

@ -13,10 +13,6 @@
### Core
#### Updates
- Catalog limits for databases, tables, and columns are now configurable using `influxdb3 serve` options:
- `--num-database-limit`
- `--num-table-limit`
- `--num-columns-per-table-limit`
- TLS CA can now be set with an environment variable: `INFLUXDB3_TLS_CA`
- Other general performance improvements
@ -26,11 +22,15 @@
### Enterprise
#### Updates
- Improvements to licensing prompts for clarity
- Other general performance improvements
- Catalog limits for databases, tables, and columns are now configurable using `influxdb3 serve` options:
- `--num-database-limit`
- `--num-table-limit`
- `--num-columns-per-table-limit`
- Improvements to licensing prompts for clarity
- Other general performance improvements
#### Fixes
- A **Home** license thread count log errors cleared up
- A **Home** license thread count log errors cleared up
## v3.0.0 {date="2025-04-14"}