From a1af9c43cf2f9f9a94ecec7bd4329fca1643a3da Mon Sep 17 00:00:00 2001 From: Simon Iribarren Date: Tue, 28 Apr 2026 12:58:13 +0200 Subject: [PATCH] chore[notask|skiplog]: release @qvac/decoder-audio v0.3.8 PATCH bump. Bumps @qvac/infer-base direct dep from ^0.1.0 to ^0.4.0. Combined with @qvac/infer-base@0.4.1 (peer-dep drop), this severs the last path that pulls @qvac/dl-* into consumers' install trees through this addon. BaseInference public surface unchanged across 0.1.1 -> 0.4.x; lint clean + 9/9 brittle-bare unit tests pass. Refs: #1761 --- packages/qvac-lib-decoder-audio/CHANGELOG.md | 16 ++++++++++++++++ packages/qvac-lib-decoder-audio/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/qvac-lib-decoder-audio/CHANGELOG.md b/packages/qvac-lib-decoder-audio/CHANGELOG.md index 579d1d54b8..74d80543ab 100644 --- a/packages/qvac-lib-decoder-audio/CHANGELOG.md +++ b/packages/qvac-lib-decoder-audio/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.8] - 2026-04-28 + +This release bumps `@qvac/infer-base` from `^0.1.0` to `^0.4.0`. Together with `@qvac/infer-base@0.4.1` (which drops the legacy `@qvac/dl-hyperdrive` peer-dep), this stops `@qvac/dl-*` packages from being pulled into consumers' install trees through `@qvac/decoder-audio`. Public behavior of `FFmpegDecoder` is unchanged. + +### Changed + +- Bumped `@qvac/infer-base` direct dependency from `^0.1.0` to `^0.4.0`. Consumers using `decoder-audio` no longer carry the legacy `@qvac/infer-base@0.1.x` line — and therefore no longer inherit its `@qvac/dl-hyperdrive` peer-dep — in their dependency tree. + +### Notes + +The `BaseInference` public surface (constructor signature, lifecycle methods) is identical between `@qvac/infer-base` 0.1.1 and 0.4.x, so `class FFmpegDecoder extends BaseInference` continues to work unchanged. Lint clean + 9/9 brittle-bare unit tests pass against the new range. + +## Pull Requests + +- [#1761](https://github.com/tetherto/qvac/pull/1761) - QVAC-14392 chore: drop @qvac/dl-hyperdrive peer-dep chain in infer-base + decoder-audio + ## [0.3.6] ### Changed diff --git a/packages/qvac-lib-decoder-audio/package.json b/packages/qvac-lib-decoder-audio/package.json index c61c9eb098..78d2f38286 100644 --- a/packages/qvac-lib-decoder-audio/package.json +++ b/packages/qvac-lib-decoder-audio/package.json @@ -1,6 +1,6 @@ { "name": "@qvac/decoder-audio", - "version": "0.3.7", + "version": "0.3.8", "description": "", "license": "Apache-2.0", "author": "Tether",