Skip to content

Commit

Permalink
Bump version to v2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-signal committed Sep 28, 2023
1 parent ecfe27a commit ed633c2
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 13 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v2.33.0

- Update to webrtc 5845h
- Add Rust_setIncomingAudioMuted
- Update libvpx dependency

- Group Calls: Add Reactions feature

- Group Calls: Prevent comfort noise from getting stuck on

- Replace TaskQueueRuntime with Actors

- Call Sim: Speed up chart generation

## v2.32.1

- Desktop: Downgrade dependency for client
Expand All @@ -10,10 +24,8 @@

- Increase max video receive resolution for desktop

- Update webrtc to 5845e
- Disable audio and media flow by default

- Update webrtc to 5845f
- Disable audio and media flow by default
- Allow configuration of audio jitter buffer max target delay

- iOS: Stop building for Catalyst
Expand All @@ -36,7 +48,7 @@

- Generate license files for WebRTC builds

- call-sim: Add test iterations and mos averaging
- Call Sim: Add test iterations and mos averaging

- Add more audio configuration and control

Expand Down
2 changes: 1 addition & 1 deletion SignalRingRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SignalRingRTC"
s.version = "2.32.1"
s.version = "2.33.0"
s.summary = "A Swift & Objective-C library used by the Signal iOS app for WebRTC interactions."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion acknowledgments/acknowledgments.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ <h3 id="AGPL-3.0">GNU Affero General Public License v3.0 (synthesized)</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href="https://crates.io/crates/regex-aot">regex-aot 0.1.0</a></li>
<li><a href="https://crates.io/crates/ringrtc">ringrtc 2.32.1</a></li>
<li><a href="https://crates.io/crates/ringrtc">ringrtc 2.33.0</a></li>
</ul>
<pre class="license-text">GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Expand Down
2 changes: 1 addition & 1 deletion acknowledgments/acknowledgments.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
```

## regex-aot 0.1.0, ringrtc 2.32.1
## regex-aot 0.1.0, ringrtc 2.33.0

```
GNU AFFERO GENERAL PUBLIC LICENSE
Expand Down
2 changes: 1 addition & 1 deletion acknowledgments/acknowledgments.plist
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ You should also get your employer (if you work as a programmer) or school, if an
<key>License</key>
<string>GNU Affero General Public License v3.0</string>
<key>Title</key>
<string>regex-aot 0.1.0, ringrtc 2.32.1</string>
<string>regex-aot 0.1.0, ringrtc 2.33.0</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions config/version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
webrtc.version=5845h

ringrtc.version.major=2
ringrtc.version.minor=32
ringrtc.version.revision=1
ringrtc.version.minor=33
ringrtc.version.revision=0
2 changes: 1 addition & 1 deletion src/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalapp/ringrtc",
"version": "2.32.1",
"version": "2.33.0",
"description": "Signal Messenger voice and video calling library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "ringrtc"
version = "2.32.1"
version = "2.33.0"
authors = ["Calling Team <callingteam@signal.org>"]
edition = "2021"
description = "A Rust interface for WebRTC"
Expand Down

0 comments on commit ed633c2

Please sign in to comment.