Skip to content

Commit

Permalink
2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prlanzarin committed Jul 22, 2024
1 parent 669f5e9 commit b7c1693
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 42 deletions.
59 changes: 20 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,33 @@
# CHANGELOG

All notable changes (from 2.13.0 onwards) will be documented in this file.
For previous changes, see the [release notes](https://github.com/bigbluebutton/bbb-webrtc-sfu/releases).

### UNRELEASED

* build(mediasoup): 3.14.8

### v2.14.0-beta.6

* fix(audio): stuck unmute due to borked callerIdNum
* fix(audio): correctly decode user name space chars

### v2.14.0-beta.5

* fix(audio): muteOnStart sessions incorrectly muted on breakout transfers
* fix(audio): header-provided userName incorrectly decoded
Intermediate pre-release changes will only be registered *separately* in their respective tag's CHANGELOG.
Final releases will consolidate all intermediate changes in chronological order.

### v2.14.0-beta.4

* fix(audio): hold/unhold loop when there are multiple sessions per user
* build: nodemon@3.1.3
* build: ws@8.17.1

### v2.14.0-beta.3

* feat(audio): support for mute-and-hold on start
* fix(audio): mute/unmute stuck due to inconsistent hold status

### v2.14.0-beta.2

* feat(freeswitch): overridable UA string
* feat(audio): muteOnStart detection for conditional dialplans
* feat(audio): mute passive-sendrecv clients on start

### v2.14.0-beta.1

* feat: livekit module, initial implementation
* feat(audio): add signaling support for passive-sendrecv role
* !build(npm): set min Node.js version to >=18.0.0
* build(mediasoup): 3.14.7
For previous changes, see the [release notes](https://github.com/bigbluebutton/bbb-webrtc-sfu/releases).

### v2.14.0-beta.0
### v2.14.0

* feat(mediasoup): add least-loaded worker balancing strategy
* feat(mediasoup): worker transposition (off by default)
* feat(audio): dynamic global audio bridge mechanism
* feat: livekit module, initial implementation
* feat(audio): add signaling support for passive-sendrecv role
* feat(freeswitch): overridable UA string
* feat(audio): muteOnStart detection for conditional dialplans
* feat(audio): mute passive-sendrecv clients on start
* feat(audio): support for mute-and-hold on start
* fix(audio): ignore TLO-incapable clients in hold/unhold metrics
* fix(audio): mute/unmute stuck due to inconsistent hold status
* fix(audio): hold/unhold loop when there are multiple sessions per user
* fix(audio): muteOnStart sessions incorrectly muted on breakout transfers
* fix(audio): header-provided userName incorrectly decoded
* fix(audio): stuck unmute due to borked callerIdNum
* fix(audio): correctly decode user name space chars
* !build(npm): set min Node.js version to >=18.0.0
* build: nodemon@3.1.3
* build: ws@8.17.1
* build(mediasoup): 3.14.8

### v2.13.3

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbb-webrtc-sfu",
"version": "2.14.0-beta.6",
"version": "2.14.0",
"private": true,
"engines": {
"npm": ">=6.0.0",
Expand Down

0 comments on commit b7c1693

Please sign in to comment.