Skip to content

1.0.0-rc.13

Compare
Choose a tag to compare
@Hexagon Hexagon released this 06 Apr 20:20
· 118 commits to main since this release

Pup 1.0.0-rc.13

Important Changes

  • Minimum Deno Version: Pup now require Deno version 1.38.0 or later. If you're using an older version, you'll need to upgrade Deno before upgrading Pup.

Fixes

  • fix(core): The code has been updated to use --unstable-kv to maintain compatibility as --unstable is being phased out in Deno 2.0.
  • fix(cluster): The internal cluster server now uses Deno.serve instead of the deprecated Deno.serveHttp for alignment with current Deno practices.
  • chore(ci): Remove --unstable in CI and
  • chore(deps): Full dependency update. Replace lt with lessThan, gt with greaterThan, and deferred with native Promises.

Full Changelog: 1.0.0-rc.12...1.0.0-rc.13