#bostr stable release: 2.0.5
An #nostr relay bouncer to trim your bandwidth usage.
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
Upgrading
=========
No new configuration / feature was made. As usual, You will always need to run `git pull` and run `npm upgrade` to upgrade dependencies, And finally restart your bostr instance.