0.14.1
Added
- Optional user and post counts in NodeInfo 2.0 response, off by default (
FillNodeInfoUsage
) - Security hardening tips in the setup guide
Removed
Nothing!
Bug Fixes, Performance and Maintenance
- The direct dependency on
golang.org/x/sync
is dropped andcontext.Context
aware locking is implemented using a buffered channel