v0.1.22
Net
- Enables a keepalive websocket ping interval for web-based
netrequests (#392)
DB
- Adds
GetCollectionInfoand associated API+client methods (#398) - Adds
ListCollectionsand associated API+client methods (#398) - Adds a new option for
NewDBFromAddrthat 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)