Skip to content

3.0.4-1

Compare
Choose a tag to compare
@Yonle Yonle released this 05 Jun 13:25
· 22 commits to master since this release

Be good.

What's new

  • Closing websocket connections instead of terminating it.
  • Worker.ref() being called. Making the worker never exit
  • Some change on loading module. Just a change of name.

Upgrading

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

npm i -g bostr@3.0.4-1

or

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

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

git pull origin stable
npm i

For bun runtime installation, upgrading could be done with the following:

git pull origin stable
bun install

Then restart your bouncer to apply update.

Full Changelog: 3.0.3...3.0.4-1