3.4 KiB
format-errors
0.0.8
Patch Changes
-
#12753
ea8b1a4Thanks @petebacondarwin! - Replace deprecatedpromjslibrary withMetricsRegistryfrom@cloudflare/workers-utils/prometheus-metricsThe
promjslibrary has been unmaintained since 2022 and has a brokenpackage.jsonrequiring workarounds. It has been replaced with a lightweightMetricsRegistryclass in@cloudflare/workers-utils/prometheus-metricsthat produces byte-identical Prometheus text exposition format output.
0.0.7
Patch Changes
-
#12756
c7d0d18Thanks @petebacondarwin! - Fix error formatting to reliably return fallback responses on failurePreviously, if something went wrong while formatting a pretty error page, the failure could go unhandled, resulting in no response being returned to the user. Now, errors during formatting are properly caught, ensuring users always receive a 500 JSON fallback response.
0.0.6
Patch Changes
0.0.5
Patch Changes
- #9649
ec9b417Thanks @petebacondarwin! - patch release to trigger a test release
0.0.4
Patch Changes
- #9033
2c50115Thanks @dario-piotrowicz! - chore: convert wrangler.toml files into wrangler.jsonc ones
0.0.3
Patch Changes
- #7143
4d7ce6fThanks @emily-shen! - chore: enable observability on our internal infra Workers + bots
0.0.2
Patch Changes
-
#6046
c643a81Thanks @threepointone! - chore: Normalize more dependencies.Follow up to https://github.com/cloudflare/workers-sdk/pull/6029, this normalizes some more dependencies :
get-port,chalk,yargs,toucan-js,@typescript-eslint/parser,@typescript-eslint/eslint-plugin,esbuild-register,hono,glob-to-regexp,@cloudflare/workers-types
0.0.1
Patch Changes
- #5482
1b7739eThanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.