Releases: raiden-network/raiden-service-bundle
2020.11.1
This is a maintenance release.
A few small issues have been corrected.
See the CHANGELOG for details.
2020.11.1 release notes
This is an upgrade release.
Synapse has been updated to: 1.22.1
As always please refer to the upgrading documentation when applying this update.
Among other things, this release fixes issues with ever growing database sizes.
We strongly recommend all RSB providers to update to this release.
2020.10.3
This is a bugfix release.
A few small issues have been corrected.
See the CHANGELOG for details.
2020.10.1 release notes
This is an upgrade release.
All components of the RSB have been updated to their latest versions:
Synapse: 1.19.1
Raiden Services: 0.13.1
There are no user visible functionality changes.
As always please refer to the upgrading documentation when applying this update.
The monitoring has been greatly expanded to allow for better visibility into the state of the RSBs.
We strongly recommend all RSB providers to update to this release.
2020.10.2
This is a bugfix release.
A few small issues have been corrected.
See the CHANGELOG for details.
2020.10.1 release notes
This is an upgrade release.
All components of the RSB have been updated to their latest versions:
Synapse: 1.19.1
Raiden Services: 0.13.1
There are no user visible functionality changes.
As always please refer to the upgrading documentation when applying this update.
The monitoring has been greatly expanded to allow for better visibility into the state of the RSBs.
We strongly recommend all RSB providers to update to this release.
2020.10.1
This is an upgrade release.
All components of the RSB have been updated to their latest versions:
- Synapse:
1.19.1
- Raiden Services:
0.13.1
There are no user visible functionality changes.
As always please refer to the upgrading documentation when applying this update.
The monitoring has been greatly expanded to allow for better visibility into the state of the RSBs.
We strongly recommend all RSB providers to update to this release.
2020.06.0
This is a maintainenace release that addresses an issue that could prevent new RSB operators from properly joining the existing RSB Matrix federation.
There are no user visible functionality changes.
As always please refer to the upgrading documentation when applying this update.
We strongly recommend all RSB providers to update to this release.
2020.05.0
This is a maintenance release that includes the latest Raiden and Raiden Services version.
There are no user facing functionality changes.
We strongly recommend all RSB providers to update to this release to be compatible with the upcoming Raiden "Alderaan" release.
2020.05.0 RC1
This release updates the raiden services to the latest version.
2020.4.0
This release for the Raiden Service Bundle targets the usage with the upcoming Raiden release. Several refactorings and optimizations are introduced.
Upgrades:
- Upgrade Traefik to v2.2
- Upgrade Synapse to v1.10.0
- Upgrade Raiden Services and Raiden to the latest releases
Externally relevant changes:
- The Synapse containers are now located on a
transport.${SERVER_NAME}
subdomain to better align with the other components
Other changes:
- Server admin users are now admins for broadcasting rooms. Server admin usernames are deterministic such as
@admin-${SERVER_NAME}:${SERVER_NAME}
- Inactive users are purged after two weeks of inactivity.
- Room history is purged by synapse's native retention policy
- Regular users are no longer allowed to create public rooms with broadcast room aliases
2019.11.1 **Upgrade Release**
This release fixes some publishing issues with the previous release 2019.11.0. Release notes of the previous release still apply.
2019.11.0 - **Upgrade release**
Please have a look at README.md, to make sure your upgrade process is up-to-date.
- 2019-11-20 -
2019.11.0
- Upgrade release- Upgrade Synapse to v1.5.1
- Use
stable
release from https://github.com/raiden-network/raiden-services - Use version tagged public images instead of building locally.
- Make all bundled software versions easier to maintain (
BUILD_VERSIONS
&docker-compose.yml::x-versions
). - Removed auto registration, added interactive registration script (
./register-service-provider.sh
).