v1.43.1
What's Changed
- fix: stop returning 500 from OTLP ingest when validation rejects events by @djwhitt in #3532
- perf: drop dead LogEvent.flattened_body field by @djwhitt in #3535
- perf: use Enum.flat_map in OTel log and trace converters by @djwhitt in #3537
- fix: split ingest_logs telemetry counters per outcome by @djwhitt in #3536
- chore(deps): bump qs and express in /docs/docs.logflare.com by @dependabot[bot] in #3521
- refactor: extract helpers to flatten nesting in Backends by @nelsonmestevao in #3531
- test: add backend components test by @laraujo7 in #3510
- test: cover handle event test on alet component by @laraujo7 in #3512
- test: add UtcTimeLive coverage and drop unused handle_event clause by @laraujo7 in #3522
- refactor: extract helpers to flatten nesting in HTTP adaptors by @nelsonmestevao in #3523
- refactor: extract helpers to flatten nesting in Logflare.Endpoints by @nelsonmestevao in #3533
- refactor: removed nested function calls in SingleTenant module functions by @nelsonmestevao in #3484
- refactor: split test_connection handle_event into pattern-matched clauses by @nelsonmestevao in #3509
- refactor: extract response transformation in BqRepo.query_with_sql_and_params by @nelsonmestevao in #3513
- refactor: flatten nesting in IngestEventQueue to satisfy Credo by @nelsonmestevao in #3515
- test: make shorthand timestamp search fixture midnight-safe by @msmithstubbs in #3526
- refactor: flatten nesting in UserController.change_owner by @nelsonmestevao in #3516
- perf: Add BigQuery schema update internals benchmark by @ruslandoga in #3540
- chore: Update ClickHouse docker images to 26.2 by @amokan in #3542
- chore: gate BigQuery schema verification behind a config flag (default off) by @djwhitt in #3543
- perf: rework clickhouse pipeline to batch by {event_type, day_bucket} with fresh/stale tiers by @amokan in #3508
- chore: Cut back ClickHouse pipeline thresholds to reduce memory footprint by @amokan in #3544
Full Changelog: v1.42.0...v1.43.1