Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

74 lines (44 loc) · 1.4 KB

Changelog

Added

  • ...

Changed

  • ...

Deprecated

  • ...

Removed

  • ...

Fixed

  • ...

Security

  • ...

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.

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.

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.

Added

  • This CHANGELOG file.