Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Bump @twilio/voice-sdk from 2.2.0 to 2.6.0 #222

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2023

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

Release notes

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

2.6.0 (June 20, 2023)

Changes

  • The SDK now builds on NodeJS versions 16 and above without the --legacy-peer-deps flag.
  • Removed usage of NodeJS modules from the SDK and some dependencies. With this change, the SDK should now work with some of the latest frameworks that use the latest versions of bundlers such as Vite and Webpack.
  • The AudioPlayer dependency has been incorporated into the SDK as part of a migration. This change fixes an issue where source maps are not properly loaded.
  • Removed unnecessary files from the generated npm package.
  • Links to source maps are now included in the generated npm package.
  • The ws package has been moved to devDependencies.
  • The SDK no longer depends on the xmlhttprequest npm package.

2.5.0 (May 9, 2023)

New Features

WebRTC API Overrides (Beta)

The SDK now allows you to override WebRTC APIs using the following options and events. If your environment supports WebRTC redirection, such as Citrix HDX's WebRTC redirection technologies, your application can use this new beta feature for improved audio quality in those environments.

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.

... (truncated)

Changelog

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

2.6.0 (June 20, 2023)

Changes

  • The SDK now builds on NodeJS versions 16 and above without the --legacy-peer-deps flag.
  • Removed usage of NodeJS modules from the SDK and some dependencies. With this change, the SDK should now work with some of the latest frameworks that use the latest versions of bundlers such as Vite and Webpack.
  • The AudioPlayer dependency has been incorporated into the SDK as part of a migration. This change fixes an issue where source maps are not properly loaded.
  • Removed unnecessary files from the generated npm package.
  • Links to source maps are now included in the generated npm package.
  • The ws package has been moved to devDependencies.
  • The SDK no longer depends on the xmlhttprequest npm package.

2.5.0 (May 9, 2023)

New Features

WebRTC API Overrides (Beta)

The SDK now allows you to override WebRTC APIs using the following options and events. If your environment supports WebRTC redirection, such as Citrix HDX's WebRTC redirection technologies, your application can use this new beta feature for improved audio quality in those environments.

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.

... (truncated)

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)

Bumps [@twilio/voice-sdk](https://github.com/twilio/twilio-voice.js) from 2.2.0 to 2.6.0.
- [Release notes](https://github.com/twilio/twilio-voice.js/releases)
- [Changelog](https://github.com/twilio/twilio-voice.js/blob/master/CHANGELOG.md)
- [Commits](twilio/twilio-voice.js@2.2.0...2.6.0)

---
updated-dependencies:
- dependency-name: "@twilio/voice-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2023

Superseded by #228.

@dependabot dependabot bot closed this Jul 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/twilio/voice-sdk-2.6.0 branch July 7, 2023 21:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants