8000 Release 0.16.3 · cross-org/kv · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0.16.3

Compare
Choose a tag to compare
@Hexagon Hexagon released this 02 Jul 19:53
· 14 commits to main since this release

0.16.3

  • Added KV.defer(promiseToHandle, [errorHandler], [timeoutMs]) method to allow
    non-awaited promises to be tracked and settled during KV.close().
    • errorHandler (optional): A function to handle errors that occur during
      promise resolution/rejection. If not provided, errors will silently ignored.
    • timeoutMs (optional): A timeout (in milliseconds) for promise resolution.
      If the promise doesn't settle within this time during KV.close(), a
      warning will be logged. Defaults to 5000ms.
  • Fix cli tool not being able to open any database after a failed open
  • Code refactors

Full Changelog: 0.16.2...0.16.3

0