v0.1.22
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)