Skip to content

Releases: planetary-social/scuttlego

v0.0.4

08 Mar 23:50
Compare
Choose a tag to compare

Fixed

  • 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.

v0.0.3

06 Mar 17:24
Compare
Choose a tag to compare

Changed

  • Moved package di to service and moved di.Service and di.Config to service.

Fixed

  • Fewer goroutines are created during EBT replication.
  • Optimized marshaling and unmarshaling EBT notes.
  • Optimized marshaling and unmarshaling createHistoryStream arguments.

v0.0.2

05 Mar 16:16
Compare
Choose a tag to compare

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.

v0.0.1

05 Mar 16:15
Compare
Choose a tag to compare

Added

  • This CHANGELOG file.