Skip to content

0.25.0

Pre-release
Pre-release

Choose a tag to compare

@longsleep longsleep released this 02 Mar 10:21
· 175 commits to master since this release

A new minor release line was started, bringing integration with NATS pub/sub messaging to allow server side events and clustering. This is an early pre-release to get into field testing with external services. Also this change means that the build dependencies have changed. We also require Go >=1.3 now. More code and project layout are upcoming - stay tuned.

  • Feature : The server can now connect to a NATS server and use it as message bus (disabled by default).
  • Feature : The server now can publish events when connected with a message bus.
  • Change: Offer and Answer content is now validated server side to a certain level.
  • Change: Test with Go 1.6.
  • Change: Require Go 1.3 or later.
  • Change : Improved random string generator to no longer be modulo-biased.
  • Change : No longer ship a debian folder in source code.
  • Change: The change log is now a markdown file.
  • Change: Split up Makefile targets, so static assets can be built separately.