Releases: Logflare/logflare
Releases · Logflare/logflare
v1.37.2
v1.37.1
What's Changed
- Use
LogEvent.bodyfor mapper input in ClickHouse pipeline by @amokan in #3350 - ensure clickhouse provisioner always uses the primary cluster by @amokan in #3351
- chore: remove dialyzer warnings on logflare/pubsub_rates/cache.ex by @nelsonmestevao in #3349
Full Changelog: v1.37.0...v1.37.1
v1.37.0
What's Changed
- Improve flat structures within
Logflare.Mapperby @amokan in #3323 - fix: make docker test redownload dependencies when these change by @nelsonmestevao in #3336
- test: add AuthController coverage tests by @laraujo7 in #3304
- test: add tests for Netlify logs parser by @nelsonmestevao in #3339
- chore: upgrade rust to 1.94.1 by @nelsonmestevao in #3337
- chore: increase minimum coverage requirement to 75% by @nelsonmestevao in #3343
- chore: Remove ClickHouse from Webhook adapter moduledoc by @ruslandoga in #3345
- feat: Add
test_connection/1for Syslog by @ruslandoga in #3333 - fix: improve logic around the
test_connection/1callback in ClickHouse adaptor by @amokan in #3341 - Improve compression handling for ClickHouse native wire protocol by @amokan in #3342
- chore: Add
ingested_atcolumn to ClickHouse schemas by @amokan in #3346 - chore: query/cache tuning for hot query paths by @amokan in #3348
Full Changelog: v1.36.1...v1.37.0
v1.36.1
What's Changed
- Rework Syslog pool for less "connection errors" noise by @ruslandoga in #3325
- Fix Credo
aliasissue in Syslog pipeline by @ruslandoga in #3329 - Remove retries from Syslog backend by @ruslandoga in #3324
- Add
worker_idle_timeoutto Syslog pool by @ruslandoga in #3328 - Add BQ insertion traces by @bblaszkow06 in #3293
- chore(deps): bump path-to-regexp from 0.1.12 to 0.1.13 in /docs/docs.logflare.com by @dependabot[bot] in #3321
- fix: retry log searches in e2e tests to handle slow ingestion in CI by @laraujo7 in #3318
- feat: add Postgres support to SearchOperations by @msmithstubbs in #3307
- More Syslog docs by @ruslandoga in #3326
- fix: missing metrics in chart tooltip by @msmithstubbs in #3332
- Add "test the integration" step to Syslog docs by @ruslandoga in #3334
- Improve Syslog backend form by @ruslandoga in #3330
Full Changelog: v1.36.0...v1.36.1
v1.36.0
What's Changed
- fix: remove wrong guard in DialectTranslation by @nelsonmestevao in #3259
- feat: show source schema on source page by @msmithstubbs in #3319
- BigQuery dataset location config by @bblaszkow06 in #3315
- fix: use DateTime.after?/2 for temporal comparison in key_values test by @laraujo7 in #3316
- perf: start using Dockerfile.multi-step on E2E with supabase by @nelsonmestevao in #3313
- perf: optimize caching of cargo deps and move for project code layer to build step by @nelsonmestevao in #3314
- refactor: extract bin/compose wrapper in E2E integration tests with supabase by @nelsonmestevao in #3300
- test: add error handling tests for team user by @laraujo7 in #3298
- fix: replace fill('') with keyboard select-all and backspace for clipboard paste setup by @laraujo7 in #3297
- Promote ClickHouse 'simple' ingestion schema logic by @amokan in #3322
- refactor: backend execute_query/3 returns Adaptor.QueryResult by @msmithstubbs in #3317
Full Changelog: v1.35.1...v1.36.0
v1.35.1
v1.35.0
What's Changed
- chore: run Elixir CI on every push so we get a refreshly new cache by @nelsonmestevao in #3288
- fix: duplicate fields in log event viewer by @Ziinc in #3289
- refactor: remove duplicated code in BqSchema formatting helpers by @nelsonmestevao in #3284
- refactor: respect max line length of 120 chars by @nelsonmestevao in #3280
- refactor: remove parentheses when defining a function which has no arguments by @nelsonmestevao in #3278
- test: retry_assert for assert_receive that fails because of small timeout by @nelsonmestevao in #3277
- test: increase assert_receive timeout for :check_rate in EmailNotificationServer by @laraujo7 in #3268
- test: add DateTimeUtils tests and doctest for humanize_timezone_offset by @laraujo7 in #3269
- refactor: condense case cases by @nelsonmestevao in #3282
- test(e2e): stop pipeline for webkit and firefox by @nelsonmestevao in #3294
- chore(deps): bump undici, @cloudflare/vitest-pool-workers and wrangler in /examples/cf-worker-otel by @dependabot[bot] in #3296
- fix: use DirtyCpu scheduler for get_ipc_bytes NIF by @bblaszkow06 in #3295
- chore(deps): bump lz4_flex from 0.11.5 to 0.11.6 by @dependabot[bot] in #3292
- test: add tests for team_users and correct list_team_users_by count by @laraujo7 in #3283
- perf: initial keyvalues cache replication by @Ziinc in #3222
- fix: prevent empty strings from overwriting source labels by @Ziinc in #3291
- fix: hide bytes processed when
nilon/querypage by @ruslandoga in #3217 - feat: dynamic bigquery reservations by header by @Ziinc in #3299
- feat: quick filter button by @msmithstubbs in #3120
- feat: Syslog backend by @ruslandoga in #2985
- refactor: alias long nested modules by @nelsonmestevao in #3290
- refactor: alias on top new long nested modules by @nelsonmestevao in #3301
- perf: start using multi-step in docker-test.yml action by @nelsonmestevao in #3302
- refactor(team_users): remove update_team_user_on_change_team/2 by @laraujo7 in #3287
- feature: add flattened body attribute to LogEvent by @amokan in #3305
Full Changelog: v1.34.14...v1.35.0
v1.34.14
What's Changed
- perf: correctly check the size of a MapSet by @nelsonmestevao in #3262
- fix: add pin operator on binary pattern matching for calculated sizes by @nelsonmestevao in #3261
- chore: update clickhouse otel logs schema with latest PK and ORDER BY by @amokan in #3263
- chore: remove unused require statments by @nelsonmestevao in #3260
- fix: remove flaky timestamp overlap assertion for alert cron reschedule by @msmithstubbs in #3256
- refactor: remove unused query_source_streaming_buffer/1 function by @laraujo7 in #3249
- test: add tests for Postgres.where_timestamp_ago/4 interval filtering by @laraujo7 in #3258
- chore: reactivate coveralls in pipeline by @nelsonmestevao in #3257
- fix: remove broken links throughout the app by @Ziinc in #3267
- fix: correctly order partitioning and clustering fields. by @Ziinc in #3265
- adjust clickhouse http connection pool behavior by @amokan in #3271
- feat: quick search fields inline with query search field by @msmithstubbs in #3230
- chore: start caching cargo crates and improve dialyzer caching by @nelsonmestevao in #3248
- feat: support long source descriptions by @msmithstubbs in #3221
- fix: alert scheduler crontab leadership bug by @Ziinc in #3274
- fix: correctly configure worker queue and retries. by @Ziinc in #3273
- fix: correctly test alerts on new page by @Ziinc in #3275
- refactor: remove explict try as credo suggestion by @nelsonmestevao in #3279
- fix: search field spacing by @msmithstubbs in #3285
- ui: source description tooltip preserves line breaks by @msmithstubbs in #3286
Full Changelog: v1.34.13...v1.34.14
v1.34.13
v1.34.12
Full Changelog: v1.34.10...v1.34.12