1.0.0-rc.13
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 deprecatedDeno.serveHttp
for alignment with current Deno practices. - chore(ci): Remove
--unstable
in CI and - chore(deps): Full dependency update. Replace
lt
withlessThan
,gt
withgreaterThan
, anddeferred
with native Promises.
Full Changelog: 1.0.0-rc.12...1.0.0-rc.13