version bump 1.7.0 (#2814)

This commit is contained in:
David Zhao
2024-06-25 01:00:59 -07:00
committed by GitHub
parent 6bb48dd6f1
commit ddee5d012f
2 changed files with 22 additions and 1 deletions

View File

@@ -2,6 +2,27 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.7.0] - 2024-06-23
This version includes a breaking change for SIP service. SIP service now requires `sip.admin` in the token's permission grant
to interact with trunks and dispatch rules; and `sip.call` to dial out to phone numbers.
The latest versions of server SDKs will include the permission grants automatically.
### Added
- Support new SIP Trunk API. (#2799)
- Add participant session duration metric (#2801)
- Support for key/value attributes on Participants (#2806)
- Breaking: SIP service requires sip.admin or sip.call grants. (#2808)
### Fixed
- Fixed agent jobs not launching when using the CreateRoom API (#2796)
### Changed
- Indicate if track is expected to be resumed in `onClose` callback. (#2800)
## [1.6.2] - 2024-06-15
### Added

View File

@@ -14,4 +14,4 @@
package version
const Version = "1.6.2"
const Version = "1.7.0"