11.0.306
electroplix/Design-System11.0.306Aug 4, 2026by adubovikov
AI Summary
This release addresses a critical data integrity issue in the HEP decoder where invalid timestamps were causing future partition creation. It also includes a dependency update for the undici library.
Key Highlights
- Fixes HEP timestamp sanitization to prevent future DuckLake partitions
- Resolves issue #909 regarding bad RTPengine Tsec timestamps
- Updates undici dependency to version 7.29.0
Full Release Notes
## What's Changed * fix(decoder): sanitize HEP timestamps to stop future DuckLake partitions (11.0.306) by @adubovikov in https://github.com/sipcapture/homer/pull/911 Fixes https://github.com/sipcapture/homer/issues/909 — bad RTPengine HEP `Tsec` (NTP-as-Unix / invalid usec) no longer creates future `date=` partitions under `hep_proto_5_default`. **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.305...11.0.306 ## What's Changed * chore(deps): bump undici from 7.28.0 to 7.29.0 in /src/ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/sipcapture/homer/pull/910 * fix(decoder): sanitize HEP timestamps for RTPengine (#909) by @adubovikov in https://github.com/sipcapture/homer/pull/911 **Full Changelog**: https://github.com/sipcapture/homer/compare/11.0.305...11.0.306