Skip to content

v0.1.22

Compare
Choose a tag to compare
@sanderpick sanderpick released this 16 Jul 03:55
· 191 commits to master since this release
00faa63

Net

  • Enables a keepalive websocket ping interval for web-based net requests (#392)

DB

  • Adds GetCollectionInfo and associated API+client methods (#398)
  • Adds ListCollections and associated API+client methods (#398)
  • Adds a new option for NewDBFromAddr that enables blocking while the underlying thread is back-filled: WithNewManagedBackfillBlock(block bool) (#399)
  • Protect DB-threads from external interaction with a new in-memory net.Token (#404)

Closes #396
Closes #397
Closes #400