We are pleased to announce the official release of EventStoreDB OSS & Commercial version 21.10.7 long-term support (LTS).
This LTS release will be supported until October 2023. Read more about our versioning strategy here. The complete changelog can be found here. If you need help planning your upgrade or want to discuss support, please contact us here.
EventStoreDB 21.10.7 is available for the following operating systems:
Additionally, an experimental build for ARM64 processors will be available shortly as a Docker image.
Note:
Ubuntu 16.04 is not supported anymore as of 21.10.0 release, more information about Ubuntu’s release and support policy can be found here.
Downloads are available on our website.
The packages can also be installed using the following instructions.
curl -s https://packagecloud.io/install/repositories/EventStore/EventStore-OSS/script.deb.sh | sudo bash sudo apt-get install eventstore-oss=21.10.7
choco install eventstore-oss -version 21.10.7
docker pull eventstore/eventstore:21.10.7-focal
docker pull eventstore/eventstore:21.10.7-buster-slim
If the server was under extremely heavy load, such that read requests were queued for more than 10 seconds before being processed, then it was possible for gRPC subscriptions to $all and to streams to stall while catching up. A stalled subscription would not be terminated on the client side, nor receive further events. This has been fixed so that the subscriptions will continue to receive events.
To upgrade a cluster from 20.10.x or 21.10.x, a usual rolling upgrade can be done:
There is no way to perform a rolling upgrade between version 5.x and version 21.10.x due to changes in the replication protocols and the way nodes gossip and host elections.
As such, the upgrade process from 5.x is as follows:
Documentation for EventStoreDB can be found here. Previous release notes can be found here.
If you encounter any issues, please don’t hesitate to open an issue on GitHub if there isn’t one already.
Additionally, there is a fairly active Discuss channel, and an #eventstore channel on the DDD-CQRS-ES Slack community
If you have any questions that aren't covered in these release notes or the docs, please feel free to reach out.