Skip to content

3.0.1

Compare
Choose a tag to compare
@Yonle Yonle released this 16 May 13:24
· 54 commits to master since this release

It's an small release that contains bugfix and improvements.

What's new?

  • For loadbalancer only mode, List bounced relays from other bouncers that provided in loadbalancers in config.
  • Fixed NIP-42 in bostr (authorized_keys should work properly now)
  • Fix deflate compression still being enabled even after disabled in config

Upgrading

For npm installation, upgrading could be done with the following:

npm i -g bostr@3.0.1

or

npm i -g https://github.com/Yonle/bostr.git

For source code installation, upgrading could be done with the following:

git pull
npm i

Then restart your bouncer to apply update.

Full Changelog: 3.0.0...3.0.1