github cloudflare/workers-sdk @cloudflare/vitest-plugin@1.2.4

3 hours ago

Patch Changes

  • #15706 f5341a4 Thanks @Om-singhaI! - Declare the adminSecretsStore() result as disposable and show using in its example

    The admin API it returns is backed by RPC stubs. Its type left out Symbol.dispose and the documented example never released them, so a test that followed it made workerd warn that an RPC stub was not disposed properly. using admin = adminSecretsStore(env.MY_SECRET) now type checks and releases the stubs at the end of the scope.

  • Updated dependencies [1bdb96d, cd7508c, f5605f5]:

    • wrangler@4.137.0

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.