Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1007 Bytes

Changelog.md

File metadata and controls

62 lines (43 loc) · 1007 Bytes

Soroban Changelog

[v0.4.0] - 2024-11-24

  • Improve Scalability
  • Remove clear web support
  • Make monitoring endpoints optionals
  • Remove samourai references
  • Update libp2p (v0.33.2)

[v0.3.2] - 2024-06-15

  • Add Stats endpoints
  • Add Announce protocol
  • Add GenKey limit
  • Fix advertize panic
  • Fix standalone start
  • Fix clearnet p2p

[v0.3.1] - 2024-03-03

Split directory p2p service

  • Add IPC
  • Add CORS support
  • Add build version
  • Add fast mode

[v0.3.0] - 2023-06-17

Add p2p service

  • Add pub/sub messaging
  • Announce / discover to DNS Seed

[v0.2.0] - 2023-04-25

Add Confidential keys

  • Verify signatures (ecdsa, nacl)
  • Add config yml (hot reload)

[v0.1.0] - 2020-12-16

Standalone version.

  • AGPL 3.0
  • Reproducible build
  • Export hidden service to tor
  • Add option to disable tor
  • Add systemd service
  • Add Memory data store

[v0.0.1] - 2020-05-28

Soroban prototype.

  • Self hosted hidden service
  • Redis data store
  • Docker ready
  • Java client
  • Python client