Releases: planetary-social/scuttlego
Releases · planetary-social/scuttlego
v0.0.4
v0.0.3
Changed
- Moved package
di
toservice
and moveddi.Service
anddi.Config
toservice
.
Fixed
- Fewer goroutines are created during EBT replication.
- Optimized marshaling and unmarshaling EBT notes.
- Optimized marshaling and unmarshaling createHistoryStream arguments.
v0.0.2
Changed
- Logging interfaces have changed to improve logging performance and enable
optimizations.
Fixed
- 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.