Skip to content

Commit 06bdc73

Browse files
committed
Upgrade to sleeping beauty v4.1.0
1 parent a7c6530 commit 06bdc73

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

server/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ The format is based on [Keep a Changelog].
55

66
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
77

8+
## 0.0.5
9+
10+
Upgrade to version 4.1.0 of Sleeping Beauty, which fixes a significant
11+
memory leak.
12+
813
## 0.0.4
914

1015
Enable use of [Sleeping
1116
Beauty](https://github.com/radian-software/sleeping-beauty) (version
12-
2.0.1) in provided Docker image, to save on resource utilization. You
17+
4.0.0) in provided Docker image, to save on resource utilization. You
1318
can customize the runtime parameters of the container to recover the
1419
previous behavior, if you wish.
1520

21+
*Errata:* A previous version of these release notes said the version
22+
of Sleeping Beauty in use by default was 2.0.1, rather than 4.0.0.
23+
1624
## 0.0.3
1725

1826
No longer require client IDs to be sent by clients, as they were not

server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM radiansoftware/sleeping-beauty:v4.0.0 AS sleepingd
1+
FROM radiansoftware/sleeping-beauty:v4.1.0 AS sleepingd
22

33
# EOL: April 2027
44
FROM ubuntu:22.04

server/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypercast-server",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Simple video synchronization service",
55
"author": "Radian LLC <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)