Skip to content

v0.7.0

Compare
Choose a tag to compare
@tulir tulir released this 20 Aug 18:17
· 125 commits to main since this release
  • Added support for running official Python bridges (telegram, facebook, instagram, googlechat, twitter) and the remaining Go bridge (slack).
    • The legacy Signal bridge will not be supported as it requires signald as an external component. Once the Go rewrite is ready, a config template will be added for it.
  • Added bbctl proxy command for connecting to the appservice transaction websocket and proxying all transactions to a local HTTP server. This enables using any 3rd party bridge in websocket mode (removing the need for port-forwarding).
  • Added experimental Docker image for wrapping bbctl run.
  • Updated minimum Go version to 1.20 when compiling bbctl from source.