Releases: sipcapture/homer
Releases · sipcapture/homer
Release list
11.0.297
What's Changed
- fix(wizard): emit node.ducklake.volumes for all-in-one configs by @adubovikov in #878
- chore(release): bump version to 11.0.297 by @adubovikov in #879
Full Changelog: 11.0.296...11.0.297
11.0.296
What's Changed
- fix(ui): restore Form search default event_type to call (#870) by @adubovikov in #876
Full Changelog: 11.0.295...11.0.296
11.0.295
What's Changed
- feat(storage): per-table retention_days for DuckLake compaction (11.0.295) by @adubovikov in #874
Full Changelog: 11.0.294...11.0.295
11.0.294
What's Changed
- fix(node): include cold storage in Form search results by @adubovikov in #872
Full Changelog: 11.0.293...11.0.294
11.0.293
What's Changed
- fix(search): merge call/registration/default tables for Form search event_type=all by @adubovikov in #871
Full Changelog: 11.0.292...11.0.293
11.0.292
What's Changed
- fix(node): make tiered hot+cold query rewrite reach cold DuckLake data by @adubovikov in #869
Full Changelog: 11.0.291...11.0.292
11.0.291
What's Changed
- chore: update Go to 1.26.5 by @github-actions[bot] in #864
- fix(storage): prevent duplicate cold copies when hot tiering delete fails by @adubovikov in #867
Full Changelog: 11.0.290...11.0.291
11.0.290
What's Changed
- fix(ui): PCAP uploader Authorization undefined (#862) by @adubovikov in #863
Full Changelog: 11.0.289...11.0.290
11.0.289
What's Changed
- fix: use json_extract_string() for data_extra comparisons (follow-up to #859) by @danieldonoghue in #860
New Contributors
- @danieldonoghue made their first contribution in #860
Full Changelog: 11.0.288...11.0.289
11.0.287
Summary
Configurable DuckDB S3 URL style for DuckLake on custom endpoints.
Changes
- Add
s3_url_style/url_styleconfig (pathorvhost) for DuckLake S3 settings (#854, thanks @happytimor). - Propagate URL style through writer, node, CLI, tiered storage, compaction, and DuckLake manager setup.
- Default remains
pathfor MinIO/RustFS/R2 compatibility.
Upgrade notes
- For Aliyun OSS and other providers requiring virtual-hosted-style URLs, set
url_style: vhost(ors3_url_style: vhoston volumes). - Example:
storage:
ducklake:
s3:
endpoint: "https://oss-cn-hangzhou.aliyuncs.com"
url_style: vhost