Voice Activity Detection Changelog
2.2.0 (unreleased)
Added
- [PLAT-1538]
technology_namefield tophonexia.grpc.common.Status/GetStatusgRPC method response - [PLAT-1544] Docker healthcheck using
grpc-health-probefor container orchestration
Changed
- [PLAT-1539] Changed resampler library
Fixed
- [PLAT-1554] Microservice failing on certain audios
- [PLAT-1538] Remove unused
secureoption fromphonexia.grpc.common.Status/GetStatusgRPC method
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-20)
Breaking change
- [PLAT-1425] Improve compatibility with future models - WARNING microservice requires at least model v3.3.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.2.0 (2025-04-28)
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.Statusservice - [VOX-1293] Field
license_flagstoLicensingInfoResultinphonexia.grpc.common.Licensing
Fixed
- Configuration logging for profile names
1.1.0 (2025-02-26)
Added
- [PLAT-1019] Possibility to select configuration profile on start (see microservice help for more information)
- [PLAT-1070] Default port 8080 exposed in Dockerfile
1.0.2 (2024-12-10)
Fixed
- [PLAT-978] Loading configuarion from model
Changed
- [PLAT-389] Start and end request's messages are logged at the INFO level
1.0.1 (2024-10-01)
Fixed
- [PLAT-936] Crash when using negative values in time range
1.0.0 (2024-09-16)
Added
- [PLAT-833] Voice Activity Detection microservice