mirror of
https://github.com/Yonle/bostr.git
synced 2025-09-19 14:10:29 +02:00
Release: 2.0.5
Recoding, improvements, and temporary features removal. What's new? =========== - Dependencies bump - Use of requesting different subscription ID rather than using subscription ID from client. Fixes late-close problems. - Filter validation is now checked with nostr-tools instead, Fixes issue with conflicting client that puts more than single filter in a single `REQ` subscription. - Reworked session code. What's removed? =============== - EOSE Timeout - Cache to local relay (unreliable) - [Temporary Removal] Orphan session Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bostr",
|
"name": "bostr",
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"description": "Nostr relay bouncer",
|
"description": "Nostr relay bouncer",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user