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:
Yonle 2024-02-18 00:42:23 +07:00
parent 8078466d4f
commit 9b6160fb66

View File

@ -1,6 +1,6 @@
{
"name": "bostr",
"version": "2.0.4",
"version": "2.0.5",
"description": "Nostr relay bouncer",
"main": "index.js",
"scripts": {