1.18.3
Added
- Quickstart script now supports arbitrary countries via
EXAMPLE_COUNTRY
env var. #5796 - FlowDB's maximum locks per transaction setting can now be controlled using the
MAX_LOCKS_PER_TRANSACTION
env var. #5157
Changed
- Increased FlowDB's default maximum locks per transaction to
365 * 5 * 4 * (1 + 4)
. #5157
Fixed
- Null values in first column of first row of ingested data no longer cause flowetl to skip ingestion #5090