Skip to content

Commit 839fbde

Browse files
committed
3.14.15
1 parent 4dd8a16 commit 839fbde

File tree

4 files changed

+226
-203
lines changed

4 files changed

+226
-203
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### NEXT
44

5+
### 3.14.15
6+
7+
- Update worker abseil-cpp dependency to 20240722.0 LTS (fixes compilation for FreeBSD systems) ([PR #1457](https://github.com/versatica/mediasoup/pull/1457), credits to @garrettboone).
8+
59
### 3.14.14
610

711
- Sign self generated DTLS certificate with SHA256 ([PR #1450](https://github.com/versatica/mediasoup/pull/1450)).

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config = tsEslint.config(
88
{
99
languageOptions: {
1010
sourceType: 'module',
11-
globals: { ...globals.node },
11+
globals: { ...globals.nodeBuiltin },
1212
},
1313
linterOptions: {
1414
noInlineConfig: false,

0 commit comments

Comments
 (0)