Update sphinx-relay to v2.5.2 (#1548)

This commit is contained in:
Nathan Fretz 2024-10-01 21:32:48 +10:00 committed by GitHub
parent 4511539705
commit 88d1b06ecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 5 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: sphinxlightning/sphinx-relay:v2.3.2@sha256:8713f9f5febb606fe39fb8c88d9877ac48bf01865e5a395ea51e26a34c077c3f
image: sphinxlightning/sphinx-relay:v2.5.2@sha256:d37e2b72756cff670b759036fea6d4faad4cc10952256afd93f901ea36d652e2
init: true
restart: on-failure
stop_grace_period: 1m
@ -22,4 +22,4 @@ services:
LND_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
TLS_LOCATION: /lnd/tls.cert
MACAROON_LOCATION: /lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/admin.macaroon
LND_LOG_LOCATION: /lnd/logs/bitcoin/${APP_BITCOIN_NETWORK}/lnd.log
LND_LOG_LOCATION: /lnd/logs/bitcoin/${APP_BITCOIN_NETWORK}/lnd.log

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: sphinx-relay
category: social
name: Sphinx Relay
version: "2.3.2"
version: "2.5.2"
tagline: Chat and pay over the Lightning Network
description: >-
Sphinx Relay turns your Lightning node into a personal
@ -32,7 +32,17 @@ defaultPassword: ""
submitter: Stakwork
submission: https://github.com/getumbrel/umbrel/pull/341
releaseNotes: >-
This release updates Sphinx Relay from version 2.2.13 to 2.3.2.
This release updates Sphinx Relay to version 2.5.2.
Full release notes and detailed information is available at https://github.com/stakwork/sphinx-relay/releases
Key improvements in this update include:
- Enhanced invoice handling and payment processing
- Improved MQTT subscription handling after network reconnection
- Added threading functionality for messages
- Implemented rate limiting for better performance
- Improved direct messaging between users on the same relay
- Enhanced spam protection measures
- Various bug fixes and performance optimizations
Full release notes and detailed information is available at https://github.com/stakwork/sphinx-relay/releases