Skip to content

Commit

Permalink
3.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jun 9, 2022
1 parent e4b544a commit f147f77
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog


### 3.9.17

* `RateCalculator`: Fix old buffer items cleanup (PR #830 by @dsdolzhenko).
* Update NPM deps and TypeScript version.


### 3.9.16

* `SimulcastConsumer`: Fix spatial layer switch with unordered packets (PR #823 by @jcague).
* Revert PR #819 which produced an infinite loop in `RateCalculator`.
* Update NPM deps and TypeScript version.


Expand Down
2 changes: 1 addition & 1 deletion node/lib/Worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Worker extends EnhancedEventEmitter_1.EnhancedEventEmitter {
// options
{
env: {
MEDIASOUP_VERSION: '3.9.16',
MEDIASOUP_VERSION: '3.9.17',
// Let the worker process inherit all environment variables, useful
// if a custom and not in the path GCC is used so the user can set
// LD_LIBRARY_PATH environment variable for runtime.
Expand Down
2 changes: 1 addition & 1 deletion node/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export { types };
/**
* Expose mediasoup version.
*/
export declare const version = "3.9.16";
export declare const version = "3.9.17";
/**
* Expose parseScalabilityMode() function.
*/
Expand Down
2 changes: 1 addition & 1 deletion node/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports.types = types;
/**
* Expose mediasoup version.
*/
exports.version = '3.9.16';
exports.version = '3.9.17';
/**
* Expose parseScalabilityMode() function.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediasoup",
"version": "3.9.16",
"version": "3.9.17",
"description": "Cutting Edge WebRTC Video Conferencing",
"contributors": [
"Iñaki Baz Castillo <[email protected]> (https://inakibaz.me)",
Expand Down

0 comments on commit f147f77

Please sign in to comment.