- ...
- ...
- ...
- ...
- ...
- ...
- Improved overall performance by using "github.com/json-iterator/go" instead of "encoding/json".
- Updated go-ssb to the latest version which should improve message validation performance.
- Moved package
di
toservice
and moveddi.Service
anddi.Config
toservice
.
- Fewer goroutines are created during EBT replication.
- Optimized marshaling and unmarshaling EBT notes.
- Optimized marshaling and unmarshaling createHistoryStream arguments.
- Logging interfaces have changed to improve logging performance and enable optimizations.
- Improved blob replication performance by caching the list of blobs which should be pushed.
- Improved overall performance by optimising a hot path related to receiving RPC messages.
- This CHANGELOG file.