v0.3.8
eisenzopf/rvoipv0.3.8Aug 16, 2026by github-actions[bot]
AI Summary
This release focuses on adding AMR codec support, improving proxy interoperability, and fixing issues from the previous version by catching up on tests and configuration updates.
Key Highlights
- Added AMR codecs support
- Improved proxy interoperability with retry logic
- Updated FreeSWITCH runner to build transcoding profiles
- Fixed documentation examples for Config construction
New Features
- AMR codecs support
- Proxy interop retry mechanisms
- Autoloading AMR modules in FreeSWITCH image
Full Release Notes
<!-- Release notes generated using configuration in .github/release.yml at v0.3.8 --> ## What's Changed ### Other changes * AMR codecs, proxy interop, and the 0.3.7 catch-up for 0.3.8 by @eisenzopf in https://github.com/eisenzopf/rvoip/pull/181 * Prepare the 0.3.8 release by @eisenzopf in https://github.com/eisenzopf/rvoip/pull/187 * doc examples: build Config through its constructor, not a record update by @eisenzopf in https://github.com/eisenzopf/rvoip/pull/189 * freeswitch runner: autoload the AMR modules the image already builds by @eisenzopf in https://github.com/eisenzopf/rvoip/pull/190 * opensips lab: untrack the rendered config the bring-up rewrites by @eisenzopf in https://github.com/eisenzopf/rvoip/pull/191 * proxy interop: keep the evidence, and retry a scenario once by @eisenzopf in https://github.com/eisenzopf/rvoip/pull/193 * amazon-connect test: the Chime server tolerates the client leaving by @eisenzopf in https://github.com/eisenzopf/rvoip/pull/194 * freeswitch runner: build the transcoding profile twins the harness expects by @eisenzopf in https://github.com/eisenzopf/rvoip/pull/195 * freeswitch runner: let the transcoding twins actually transcode by @eisenzopf in https://github.com/eisenzopf/rvoip/pull/196 * interop: let the retry cover the failure it was built for by @eisenzopf in https://github.com/eisenzopf/rvoip/pull/197 **Full Changelog**: https://github.com/eisenzopf/rvoip/compare/v0.3.7...v0.3.8