11.0.310

sipcapture/homer11.0.310Aug 6, 2026by adubovikov

AI Summary

Fixes a memory leak issue in the Node component where DuckLake ObjectCache grew unbounded during catalog refreshes by reconnecting DuckDB instead of using in-place DETACH/ATTACH.

Key Highlights

  • Reconnects DuckDB to bound RSS memory usage
  • Fixes unbounded ObjectCache growth on periodic refresh
  • Resolves catalog refresh issues in the node module

Full Release Notes

## What's Changed
* fix(node): reconnect DuckDB on catalog refresh to bound RSS by @adubovikov in https://github.com/sipcapture/homer/pull/923

Node catalog refresh reconnects DuckDB instead of in-place `DETACH`/`ATTACH`, so DuckLake ObjectCache no longer grows unbounded on periodic refresh.

**Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.309...11.0.310