@cassie
v2.1.0.19 has been released. Please update at your earliest convenience.
There's a _very_ important note for existing node operators to be aware of.
If your config came from 2.0 with no changes, the default ports for workers has changed from 50000 and 60000 as the start to 25000 and 32500. If you have specific port forwards configured and want to keep the old ports, please set the following values in the engine section:
dataWorkerBaseP2PPort: 50000
dataWorkerBaseStreamPort: 60000
This default change was made due to the ephemeral port ranges used by operating systems frequently colliding. If you generated your config with 2.1, you already have these set in your config, so if you have worker issues due to port conflicts, either remove them to get the new defaults or set them accordingly.