Skip to main content
Version: 2026.03.0-rc1

Phonexia Replay attack detection changelog

2.1.0 (2026-01-13)

Changed

  • [PLAT-1471] Refactoring of the internal audio handling to reduce memory usage. Audio format support is now limited to WAV and FLAC.

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).
  • [PLAT-1509] Fixed GPU processing failure on NVIDIA Blackwell architecture GPUs (e.g., RTX 1000 series) caused by a bug in ONNX Runtime.
  • 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-25)

Breaking change

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

Changed

  • Microservice now by default logs each request with incremental correlation id

Fixed

  • [VOX-2666] Inconsistent logging
  • [PLAT-1277] Possible memory leak on cuda device

1.0.0 (2025-06-17)

Added

  • Initial implementation of Replay attack detection service