Skip to content

2.0.4

Choose a tag to compare

@Yonle Yonle released this 27 Jan 16:07
· 230 commits to master since this release

Version Deprecated

bostr version 2.0.4 or below is no longer recommended and therefore is suggested to upgrade to latest version.

Small improvements, Small new features that i never use.

What's Changed

  • WEBSOCKET: Enabled deflate compression
  • HTTP: Favicon support
  • HTTP: Explicitly tells which address to connect to without putting two addresses (ws:// or wss:// depending on what user were connected)
  • HTTP: Standalone HTTPS support by @ftkro in #11
  • BOUNCER: Numerous upstream ratelimit handlings
  • BOUNCER: Expose the current running bostr version in User-Agent
  • BOUNCER: Make orphan socket termination faster
  • CODE: "use strict" has been applied.
  • LOGGER: Show the connected IP addresses when disconnected
  • LOGGER: No need to tell that it is cleaning orphan sessions when max_orphan_sess is 0.

New Contributors

  • @ftkro made their first contribution in #11

Updating

Run git pull inside bostr directory. A new feature is available in this version and needs to be enabled manually. Please read config.js.example and add new parameter to config.js. Finally restart your bostr server to apply update.

Full Changelog: 2.0.3...2.0.4