add release notes (#56)

This commit is contained in:
Dave Horton
2023-02-27 08:26:29 -05:00
committed by GitHub
parent cb60307b72
commit e316f2f248
3 changed files with 27 additions and 1 deletions
+3
View File
@@ -152,6 +152,9 @@ navi:
path: release-notes
title: Release Notes
pages:
-
path: v0.8.1
title: v0.8.1
-
path: v0.8.0
title: v0.8.0
+1 -1
View File
@@ -1,7 +1,7 @@
# Release v0.8.0
This is a major feature release.
> Release Date: Feb 21, 2023
#### New Features
- Completely re-written jambonz portal
- Multi-user support in jambonz portal
+23
View File
@@ -0,0 +1,23 @@
# Release v0.8.1
This is a minor bug-fix release.
> Release Date: Feb 27, 2023
#### New Features
- update to latest @jambonz/verb-specifications with less verbose logging
- update Dockerfile to reduce vulnerabilities
- add env VITE_APP_DISABLE_DEFAULT_TRUNK_ROUTING to prevent accounts from default-routing trunks, if desired
#### Bug fixes
- fix for early hints match in gather
- update to latest @jambonz/verb-specifications with less verbose logging
- gather minBargeinWordCount defaults to 1
- webapp issue with focusable fields
#### SQL changes
None.
#### Availability
- Available shortly on AWS Marketplace
- 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>