Skip to content

Commit

Permalink
Merge pull request #864 from tsightler/dev
Browse files Browse the repository at this point in the history
Release v5.6.7
  • Loading branch information
tsightler authored Jun 19, 2024
2 parents 2494f6f + 3b249ec commit 26775fc
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV LANG="C.UTF-8" \
TERM="xterm-256color"

COPY . /app/ring-mqtt
RUN S6_VERSION="v3.1.6.2" && \
RUN S6_VERSION="v3.2.0.0" && \
BASHIO_VERSION="v0.16.2" && \
GO2RTC_VERSION="v1.9.2" && \
APK_ARCH="$(apk --print-arch)" && \
Expand Down
8 changes: 7 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## v5.6.7
This release is intended to address an ongoing instability with websocket connections by using a newer API endpoint for requesting tickets.

**Dependency Updates**
- ring-client-api v12.1.1

## v5.6.6
This release reverts go2rtc to v1.9.2 to address streaming stability issues caused by exec handling changes that were implemented in go2rtc v1.9.3.

**Dependency Updates***
**Dependency Updates**
- aedes v0.51.2
- debug v4.3.5

Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ring-mqtt",
"version": "5.6.6",
"version": "5.6.7",
"type": "module",
"description": "Ring Devices via MQTT",
"main": "ring-mqtt.js",
Expand All @@ -15,7 +15,7 @@
"js-yaml": "^4.1.0",
"minimist": "^1.2.8",
"mqtt": "^5.7.0",
"ring-client-api": "12.1.0",
"ring-client-api": "12.1.1",
"rxjs": "^7.8.1",
"werift": "^0.19.3",
"write-file-atomic": "^5.0.1"
Expand Down

0 comments on commit 26775fc

Please sign in to comment.