Skip to main content
Version: 2026.03.0-rc1

Denoiser changelog

2.0.1 (2026-01-13)

Fixed

  • [PLAT-1506] Fixed a rare issue where audio resampling could fail when processing large files, particularly when converting between certain sample rates (e.g., 11025 Hz to 8000 Hz).
  • Fixed license validation error handling for legacy (v1) license files with missing required fields. Previously, this could cause undefined behavior.

2.0.0 (2025-11-24)

Breaking change

  • [PLAT-1425] Improve compatibility with future models - WARNING microservice requires at least model v1.2.0

Changed

  • Microservice now by default logs each request with incremental correlation id
  • [PLAT-1471] Refactoring of the internal audio handling to reduce memory usage. Audio format support is now limited to WAV and FLAC.

Fixed

  • [VOX-2666] Inconsistent logging

1.1.0 (2025-04-29)

Added

  • [PLAT-1056] Support for new licenses tied only to model major version. Old licenses tied to precise model version are still supported.
  • [PLAT-1070] Default port 8080 exposed in Dockerfile
  • [VOX-1293] phonexia.grpc.common.Status service
  • [VOX-1293] Field license_flags to LicensingInfoResult in phonexia.grpc.common.Licensing

1.0.0 (2024-11-13)

Added

  • Initial implementation of audio denoiser