TwilioDevEd / voice-javascript-sdk-quickstart-node

MIT License
42 stars 69 forks source link

Bump @twilio/voice-sdk from 2.2.0 to 2.4.0 #203

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @twilio/voice-sdk from 2.2.0 to 2.4.0.

Release notes

Sourced from @​twilio/voice-sdk's releases.

2.4.0 (April 6, 2023)

Changes

  • Updated the description of Device.updateToken API. It is recommended to call this API after Device.tokenWillExpireEvent is emitted, and before or after a call to prevent a potential ~1s audio loss during the update process.

  • Updated stats reporting to stop using deprecated RTCIceCandidateStats - ip and deleted.

Bug Fixes

  • Fixed an issue where a TypeError is thrown after rejecting a call then invoking updateToken.

  • Fixed an issue (twilio/twilio-voice.js#87, twilio/twilio-voice.js#145) where the PeerConnection object is not properly disposed.

  • Fixed an issue where device.audio.disconnect, device.audio.incoming and device.audio.outgoing do not have the correct type definitions.

  • Fixed an issue where the internal deviceinfochange event is being emitted indefinitely, causing high cpu usage.

2.3.2 (February 27, 2023)

Bug Fixes

2.3.1 (February 3, 2023)

Bug Fixes

2.3.0 (January 23, 2023)

Changes

This release includes updated DNS names for Twilio Edge Locations. The Voice JS SDK uses these Edge Locations to connect to Twilio’s infrastructure via the parameter Device.Options.edge. The current usage of this parameter does not change as the SDK automatically maps the edge value to the new DNS names.

Additionally, you need to update your Content Security Policies (https://github.com/twilio/twilio-voice.js/blob/HEAD/CSP) if you have it enabled for your application. You also need to update your network configuration such as firewalls, if necessary, to allow connections to the new DNS names and IP addresses.

Changelog

Sourced from @​twilio/voice-sdk's changelog.

2.4.0 (April 6, 2023)

Changes

  • Updated the description of Device.updateToken API. It is recommended to call this API after Device.tokenWillExpireEvent is emitted, and before or after a call to prevent a potential ~1s audio loss during the update process.

  • Updated stats reporting to stop using deprecated RTCIceCandidateStats - ip and deleted.

Bug Fixes

  • Fixed an issue where a TypeError is thrown after rejecting a call then invoking updateToken.

  • Fixed an issue (twilio/twilio-voice.js#87, twilio/twilio-voice.js#145) where the PeerConnection object is not properly disposed.

  • Fixed an issue where device.audio.disconnect, device.audio.incoming and device.audio.outgoing do not have the correct type definitions.

  • Fixed an issue where the internal deviceinfochange event is being emitted indefinitely, causing high cpu usage.

2.3.2 (February 27, 2023)

Bug Fixes

2.3.1 (February 3, 2023)

Bug Fixes

2.3.0 (January 23, 2023)

Changes

This release includes updated DNS names for Twilio Edge Locations. The Voice JS SDK uses these Edge Locations to connect to Twilio’s infrastructure via the parameter Device.Options.edge. The current usage of this parameter does not change as the SDK automatically maps the edge value to the new DNS names.

Additionally, you need to update your Content Security Policies (https://github.com/twilio/twilio-voice.js/blob/master/CSP) if you have it enabled for your application. You also need to update your network configuration such as firewalls, if necessary, to allow connections to the new DNS names and IP addresses.

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #209.