Releases: aws/amazon-chime-sdk-js
Releases · aws/amazon-chime-sdk-js
Release amazon-chime-sdk-2.30.0
Release amazon-chime-sdk-3.0.0-beta.1
Release amazon-chime-sdk-2.29.0
Release amazon-chime-sdk-2.28.0
Added
- Add compression support when sending and receiving sdp messages.
Changed
- Removed upward BWE throttling logic in VideoPriorityBasedPolicyConfig, which was increasing recovery time more then intended, whereas its main focus was towards slowing downturns in BWE when the network is actually stable. We may come back to configuring the recovery delay another time.
Fixed
- Fix a worker resource leak with
BackgroundBlurProcessor
andBackgroundReplacementProcessor
. - Clone the video preference input in
chooseRemoteVideoSources
API inVideoPriorityBasedPolicy
to avoid mutation
that can cause video preferences to not be sorted and lead to wrong video subscription determination by the policy. - Fix a screen share issue by resetting the sdp compression state during join requests.
Release amazon-chime-sdk-3.0.0-beta.0
Release amazon-chime-sdk-2.27.0
Release amazon-chime-sdk-2.26.1
Release amazon-chime-sdk-2.26.0
Release amazon-chime-sdk-2.25.0
What's Changed
- Update CHANGELOG to include 2.23.1 release by @ltrung in #1892
- Split deploy canary demo script into smaller scripts by @harshitOberoi in #1867
- Fix metric name for RemoteAudioCheck by @pracheth in #1894
- Improve logging to categorize transcribe engine for failed transcripts comparison by @Chitz in #1895
- Update github workflow to point to main by @ltrung in #1901
- Add even more detail to the comment by @hensmi-amazon in #1900
- Update guides to point to main by @ltrung in #1902
- Correct the minimum supported Firefox version by @ltrung in #1903
- Decouple the video send limit and the video receive limit by @akshay-prabhu-github in #1863
- Updated documentation for default downlink policy by @gustavofamorim in #1911
- Add UpdateReplacePolicy and DeletionPolicy for Meetings and MeetingNotificationsQueue CF resources by @devalevenkatesh in #1913
- Deploy meeting readiness checker when running release script by @ltrung in #1922
- Add background replacement to JS SDK by @davcolle in #1920
- Update prerun script ID used by integration tests by @hekmatba in #1925
New Contributors
- @Chitz made their first contribution in #1895
- @akshay-prabhu-github made their first contribution in #1863
- @gustavofamorim made their first contribution in #1911
Full Changelog: v2.24.0...v2.25.0
Release amazon-chime-sdk-2.24.0
What's Changed
- Add documentation and update script for updating serverless demo by @nainkunal933 in #1740
- Update release script by @ltrung in #1750
- [Test] Fix stale element error in messaging integration test by @ltrung in #1753
- Disable NScale resolution scaling for Android by @ltrung in #1751
- Fix the wrong code block style in Voice Focus guide by @xuesichao in #1757
- Fix previous version integration test github workflow by @devalevenkatesh in #1761
- Remove useless activeSpeakerLayout field in meeting demo by @xuesichao in #1763
- Fix CHANGELOG by @xuesichao in #1764
- Add background filter option to reduce CPU utilization by @davcolle in #1746
- Add CODEOWNERS file by @devalevenkatesh in #1770
- Fix Background Blur integration test by @pkrupali in #1772
- Refactor some video demo components into classes, seperate files by @hensmi-amazon in #1769
- Version bump for [email protected] release candidate by @xuesichao in #1776
- Add delay and use meeting leave over end in event reporting test by @devalevenkatesh in #1779
- [Demo] Fix the demo to display thunderbolt when paused by policy by @ltrung in #1780
- Update CODEOWNERS with newly created dev team by @devalevenkatesh in #1781
- Fix priority downlink policy bandwidth estimation metrics to work with Safari by @ltrung in #1783
- Disable H264 send for iOS 15.1 by @ltrung in #1801
- Update saucelabs pre-run script ID by @hekmatba in #1802
- Make tileWillBePausedByDownlinkPolicy synchronous and remove setTimeout by @devalevenkatesh in #1806
- Add an example in video processer documentation for loading external images by @ldai1 in #1585
- Transcribe data model update by @akashuc in #1634
- Fix video issue for iOS 15.1 Webview in iPhone by @ltrung in #1808
- Version bump for [email protected] release candidate by @noahmako in #1809
- Fixing mobile sdk canary failure by @akashuc in #1814
- Fix demo button camera toggle to retain existing screen selection by @devalevenkatesh in #1820
- Update saucelabs documentation for custom stream by @nainkunal933 in #1778
- Add Amazon Chime Echo Reduction support in Voice Focus. by @dimitarz in #1821
- Switched
DefaultSimulcastUplinkPolicy
non-simulcast mode's enabled stream by @hensmi-amazon in #1819 - Version bump for [email protected] release candidate by @dimitarz in #1822
- Address dependabot aws-sdk update by @devalevenkatesh in #1825
- Remove auto-check functionality for Echo Reduction. by @dimitarz in #1826
- Fix echo reduction integration tests by @hekmatba in #1828
- Add error name for custom device controller error by @ltrung in #1815
- Enable github workflow job for echo reduction integration tests by @hekmatba in #1832
- Add simple pagination to demo if priority based policy is used by @hensmi-amazon in #1830
- Clarify comment on previous fix by @hensmi-amazon in #1838
- Add default value for DeletionPolicy and UpdateReplacePolicy explicitly by @devalevenkatesh in #1839
- Improve transcription integration test and run as Github workflow action by @noahmako in #1844
- Avoid race condition on asynchronous update tasks by @hensmi-amazon in #1841
- Add browser compatibility test by @nainkunal933 in #1824
- Enable builders to pass application metadata by @devalevenkatesh in #1852
- Update browser compatibility trigger time by @nainkunal933 in #1858
- Update Demos to use Chime Meetings SDK Client by @harshitOberoi in #1851
- Updated the documentation for Echo Reduction by @jhaarpan in #1848
- Version bump for [email protected] release candidate by @jing-chen1 in #1859
- Fixing Deploy-Canary-Demo Script to deploy to non us-east-1 regions by @harshitOberoi in #1864
- Update NScale uplink initial encoder params by @predeekc-amazon in #1862
- Updated the Echo Reduction checkbox by @jhaarpan in #1866
- Added support for non-audio and non-video IOS tests by @LeviSklaroff in #1827
- Fix type comparison by @hokyungh in #1865
- Add supportDownlinkBandwidthEstimation API by @ltrung in #1870
- Optional chaining is not supported in Node < v14. by @devalevenkatesh in #1873
- Add option to keep last frame when pause a video tile by @ltrung in #1872
- Fix CHANGELOG by @devalevenkatesh in #1879
- Add support for sending and receiving stereo audio stream by @pracheth in #1876
- Reset the package.json version from 2.24.0 to 2.23.0 by @simmkyu in #1888
- Temporarily disable layers extension SDP munging for Chrome 97 by @hensmi-amazon in #1889
- Version bump for [email protected] release candidate by @simmkyu in #1890
New Contributors
- @pkrupali made their first contribution in #1772
- @hekmatba made their first contribution in #1802
- @noahmako made their first contribution in #1809
- @dimitarz made their first contribution in #1821
- @jhaarpan made their first contribution in #1848
- @predeekc-amazon made their first contribution in #1862
- @hokyungh made their first contribution in #1865
Full Changelog: v2.21...v2.24.0