0.20.0 (2026-02-25)
src/sentry.tsno longer exports/uses the customdenoServerIntegration,instrumentDenoServe, and related helpers. Consumers calling those functions directly must migrate to the built-in Sentry behavior.
- switch to built-in Sentry Deno server integration and upgrade deps (85c65b7)
0.19.6 (2025-11-20)
0.19.5 (2025-11-18)
0.19.4 (2025-11-03)
0.19.3 (2025-11-01)
0.19.2 (2025-10-09)
- export
timeoutSignal(fa0b7df)
0.19.1 (2025-10-02)
- no need for long initial timeout (6f02452)
0.19.0 (2025-10-02)
- exclude test files from route scanning (f3572c2)
- improve error traces for timeouts in fetch utilities (ab41a84)
0.18.1 (2025-09-06)
0.18.0 (2025-08-04)
0.17.3 (2025-07-30)
0.17.2 (2025-07-28)
0.17.1 (2025-07-09)
0.17.0 (2025-07-09)
- utils: support standard schema (93d37a2)
0.16.0 (2025-07-09)
- Support for Deno <2.4 is dropped.
- The Sentry module is now published to JSR. The exports now closely mimic the official module.
- While not really a breaking change, but Hado now uses the built-in Deno FsWatcher. It isn't robust like
chokidarand@parcel/watcherand can emit unnecessary or wrong events. So, ignore any extra Reloading router logs.
0.15.3 (2025-06-06)
- utils/regression: keep the body usable even after timeout (b0b3491)
0.15.0 (2025-05-22)
- router: throw when ellipsis is used instead of three dots in segments (328320c)
0.14.0 (2025-05-22)
- utils:
poolis changed tokeyand is now required for bothfetchAllandconcurrentArrayFetcher
- utils: pooling logic (c564ef4)
- utils: use
concurrentArrayFetcherto implementfetchAll(b357f69)
0.13.0 (2025-05-17)
- utils: add
deadlineoption toconcurrentArrayFetchertoo (8626cde)
0.12.1 (2025-05-16)
- utils: properly abort fetch in case of timeout (6e0f6e7)
- utils: outdated jsdocs, async zod schema support (37cf737)
0.12.0 (2025-05-15)
- utils: rename
retrytomaxAttemptsin fetch utils (9f79383)
- utils: return source item in
concurrentArrayFetcher(62cbf20)
0.11.0 (2025-05-15)
- utils: add
concurrentArrayFetcher(8886fd5)
0.10.1 (2025-04-28)
- watcher ignore patterns (48ca2d1)
0.10.0 (2025-04-27)
- re-introduce
@parcel/watcher(1d083fd)
0.9.4 (2025-03-16)
0.9.3 (2025-03-16)
0.9.2 (2025-03-16)
0.9.1 (2025-02-28)
0.9.0 (2025-02-28)
- Sentry SDK is upgraded to v9. Most likely, no changes are needed in users' code, but please refer to the migration guide for more details.
- sentry: upgrade to sentry v9 (1458a19)
- sentry: export everything from patched sentry module as
Sentry(a91e153)
0.8.5 (2025-01-16)
- sentry: console integration for npm packages (8fa09c2)
0.8.4 (2025-01-15)
0.8.3 (2024-12-12)
0.8.2 (2024-12-12)
- sentry: don't treat "listening on ..." logs as errors (ede66d4)
0.8.1 (2024-11-28)
0.8.0 (2024-11-10)
static.fsRootis now required to serve static files. This is a breaking change because previously static files were served from the project root by default, which posed a security risk of exposing sensitive files.
- don't serve static files unless static.fsRoot is explicitly specified (ba49813)
0.7.3 (2024-10-28)
- support route groups, bump deps to stable, use deno 2 (dec4018)
0.7.2 (2024-09-02)
- HEAD is now implicitly handled if GET is defined (abef902)
- cache logic resulting in internal server errors (abef902)
0.7.1 (2024-08-05)
- stabilize deps (bc6dcad)
- skip sentry init if dsn is not set (8beff85)
0.7.0 (2024-08-01)
- removed sentry from exports due to jsr restrictions (74ff5b0)
0.6.4 (2024-08-01)
- add sentry module (54911ae)
0.6.3 (2024-07-15)
0.6.2 (2024-07-15)
0.6.1 (2024-07-15)
0.6.0 (2024-07-15)
- hado/http is removed, exports are now same as 0.4.2
- split deps and devDeps (75a8f78)
0.5.0 (2024-07-12)
createStandardResponseandSTATUS_CODEare now exported fromhado/httpinstead ofhado/router
- re-export everything from the
@std/httpmodule (fe52d32)
0.4.2 (2024-06-07)
0.4.1 (2024-06-06)
0.4.0 (2024-06-06)
- utils:
fetchAllnow returns an object containing values and errors as arrays
- utils: return errors as array instead of throwing (c32680b)
0.3.7 (2024-06-06)
- utils: allow using zod schema in fetchAll (c4a3de7)
0.3.6 (2024-06-06)
0.3.5 (2024-06-06)
0.3.4 (2024-06-06)
- utils: add fetchAll (f482ec9)
0.3.3 (2024-05-30)
- export
createStandardResponsehelper function (23a7b4a)
0.3.2 (2024-05-30)
- avoid race when a file is renamed (5864f4f)
0.3.1 (2024-05-30)
- empty
urlRootnot working (c66da3d)
0.3.0 (2024-05-30)
- leading slash in
urlRootis no longer required
- normalize path and builtin static file server (91a8778)
- handle spaces and non-ascii routes properly
- don't decode characters which are part of the URI syntax (ad178f0)
0.2.0 (2024-05-30)
createRouternow takes an options object instead of a string
- change options and add notes on static file handling (28e56f5)
0.1.8 (2024-05-29)
- remove redundant ignore patterns (5befcb4)
0.1.7 (2024-05-29)
- update chokidar ignore patterns (a53b351)
0.1.6 (2024-05-28)
0.1.5 (2024-05-28)
- deno watches all files in import graph, no need for manually invalidating resolver cache (6c4b8e4)
0.1.4 (2024-05-28)
0.1.3 (2024-05-28)
0.1.2 (2024-05-28)
@parcel/watcherbreaking watch mode (3ecd5a0)
0.1.1 (2024-05-28)
0.1.0 (2024-05-28)
- explicit return types (a8bd7dc)