Skip to content

Releases: sipcapture/homer

11.0.297

Choose a tag to compare

@adubovikov adubovikov released this 18 Jul 16:49
ac4e1ae

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

Choose a tag to compare

@adubovikov adubovikov released this 17 Jul 08:59
1e5e424

What's Changed

Full Changelog: 11.0.295...11.0.296

11.0.295

Choose a tag to compare

@adubovikov adubovikov released this 15 Jul 20:40
772196d

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

Choose a tag to compare

@adubovikov adubovikov released this 15 Jul 10:20
e313dbd

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

Choose a tag to compare

@adubovikov adubovikov released this 14 Jul 18:44
4913479

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

11.0.292 Pre-release
Pre-release

Choose a tag to compare

@adubovikov adubovikov released this 14 Jul 11:00
ab94505

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

Choose a tag to compare

@adubovikov adubovikov released this 13 Jul 16:38
f638a8e

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

Choose a tag to compare

@adubovikov adubovikov released this 10 Jul 21:55
823b6a4

What's Changed

Full Changelog: 11.0.289...11.0.290

11.0.289

Choose a tag to compare

@adubovikov adubovikov released this 09 Jul 09:49
a3a559d

What's Changed

New Contributors

Full Changelog: 11.0.288...11.0.289

11.0.287

Choose a tag to compare

@adubovikov adubovikov released this 30 Jun 10:43
8b0c894

Summary

Configurable DuckDB S3 URL style for DuckLake on custom endpoints.

Changes

  • Add s3_url_style / url_style config (path or vhost) for DuckLake S3 settings (#854, thanks @happytimor).
  • Propagate URL style through writer, node, CLI, tiered storage, compaction, and DuckLake manager setup.
  • Default remains path for MinIO/RustFS/R2 compatibility.

Upgrade notes

  • For Aliyun OSS and other providers requiring virtual-hosted-style URLs, set url_style: vhost (or s3_url_style: vhost on volumes).
  • Example:
storage:
  ducklake:
    s3:
      endpoint: "https://oss-cn-hangzhou.aliyuncs.com"
      url_style: vhost