release notes for 0.7.9 (#52)

This commit is contained in:
Dave Horton
2023-01-22 16:12:39 -05:00
committed by GitHub
parent d4d63d7e42
commit 088cc682bb
3 changed files with 30 additions and 1 deletions

View File

@@ -152,6 +152,9 @@ navi:
path: release-notes path: release-notes
title: Release Notes title: Release Notes
pages: pages:
-
path: v0.7.9
title: v0.7.9
- -
path: v0.7.8 path: v0.7.8
title: v0.7.8 title: v0.7.8

View File

@@ -48,7 +48,7 @@ No schema changes were made in this release.
#### Availability #### Availability
- Available shortly on AWS Marketplace</a> - Available on <a href="https://aws.amazon.com/marketplace/pp/prodview-55wp45fowbovo">AWS Marketplace</a>
- Deploy to Kubernetes using [this Helm chart](https://github.com/jambonz/helm-charts) - Deploy to Kubernetes using [this Helm chart](https://github.com/jambonz/helm-charts)
**Questions?** Contact us at <a href="mailto:support@jambonz.org">support@jambonz.org</a> **Questions?** Contact us at <a href="mailto:support@jambonz.org">support@jambonz.org</a>

View File

@@ -0,0 +1,26 @@
# Release v0.7.9
> Release Date: Jan 22, 2023
This is a minor bug fix release.
#### New Features
- switch to faster uuid generation
- update to latest drachtio-srf with performance improvements
- add support for http transport for jaeger
#### Bug fixes
- restrict local udp port used for rtpengine; fixes rare but intermittent case of failed call setup
- regression bug where dtmf capture on outdials was not working
- fix for issue discarding repeated sequences of dtmfs
- pass callerName through to jambonz applications (display name in From header)
- sip:refer blocks forever if NOTIFY not received after 202 Accepted
- prevent 2 simultaneous background gathers
#### SQL changes
No schema changes were made in this release.
#### Availability
- Available on <a href="https://aws.amazon.com/marketplace/pp/prodview-55wp45fowbovo">AWS Marketplace</a>
- Deploy to Kubernetes using [this Helm chart](https://github.com/jambonz/helm-charts)
**Questions?** Contact us at <a href="mailto:support@jambonz.org">support@jambonz.org</a>