v0.10.0
karakeep-app/karakeepv0.10.0Jul 10, 2026by csiwek
AI Summary
This release focuses on enhancing SIP authentication and trunk management capabilities. Key updates include implementing inbound authentication for INVITE and REGISTER methods, enabling SIP trunk management over VSI, and allowing users to set configurable expiry times for incoming registrations.
Key Highlights
- Inbound Auth for INVITE and REGISTER methods
- SIP trunk management over VSI
- Configurable expiry time for incoming registrations
- Default requirement for REGISTER authentication
- Updated README regarding authentication on SIP and API sides
Breaking Changes
- REGISTER to require auth by default
New Features
- Inbound Auth for INVITE and REGISTER
- SIP trunk management over VSI
- Set Expiry time for incoming registrations
- REGISTER to require auth by default
- README update regarding authentication
Full Release Notes
## What's Changed * Inbound Auth for INVITE and REGISTER by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/67 * SIP trunk management over VSI by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/68 * Allow to set Expiry time for incoming registrations by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/69 * REGISTER to require auth by default by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/70 * README update regarding authentication on the SIP as well as API side by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/71 **Full Changelog**: https://github.com/VoiceBlender/voiceblender/compare/v0.9.0...v0.10.0