{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "MockHTTP",
  "description": "HTTP mock server and httpbin replacement for API testing. Run it at mockhttp.org, in Docker, or in Node.js.",
  "home_page_url": "https://mockhttp.org/",
  "feed_url": "https://mockhttp.org/changelog.json",
  "items": [
    {
      "id": "v2-0-0",
      "title": "v2.0.0",
      "url": "https://mockhttp.org/changelog/v2-0-0/",
      "date_published": "2026-09-18",
      "date_modified": "2026-09-18",
      "summary": "<p>Replace Scalar with a Docula site, run mockhttp.org on a Worker, and add initialize().</p>\n<ul>\n<li>\n<p>replace Scalar with a Docula documentation site (#209)</p>\n<pre><code class=\"hljs language-http\"># Before 1.10.0                 After 1.10.0\r\nGET /                        →  Scalar UI          Docula Getting Started\r\nGET /docs                    →  Swagger UI         Docula docs\r\nGET /docs/json               →  OpenAPI JSON       404\r\nGET /api/                    →  (none)             Interactive OpenAPI\r\nGET...\n</code></pre>\n</li>\n</ul>",
      "content_html": "<h2 id=\"jaredwraymockhttp200--2026-09-18\">@jaredwray/mockhttp@2.0.0 — 2026-09-18</h2>\n<p>Replace Scalar with a Docula site, run mockhttp.org on a Worker, and add initialize().</p>\n<h3 id=\"features\">Features</h3>\n<ul>\n<li>\n<p>replace Scalar with a Docula documentation site (#209)</p>\n<pre><code class=\"hljs language-http\"># Before 1.10.0                 After 1.10.0\r\nGET /                        →  Scalar UI          Docula Getting Started\r\nGET /docs                    →  Swagger UI         Docula docs\r\nGET /docs/json               →  OpenAPI JSON       404\r\nGET /api/                    →  (none)             Interactive OpenAPI\r\nGET /openapi.json            →  (none)             Live OpenAPI spec\r\nGET /get                     →  unchanged          unchanged\n</code></pre>\n</li>\n<li>\n<p>migrate production deploy from GCP Cloud Run to Cloudflare Containers (#207)</p>\n</li>\n<li>\n<p>run mockhttp.org on a Cloudflare Worker only (#218)</p>\n<pre><code class=\"hljs language-ts\"><span class=\"hljs-keyword\">const</span> mock = <span class=\"hljs-keyword\">new</span> <span class=\"hljs-title class_\">MockHttp</span>({\r\n  <span class=\"hljs-attr\">logging</span>: <span class=\"hljs-literal\">false</span>,\r\n  <span class=\"hljs-attr\">autoDetectPort</span>: <span class=\"hljs-literal\">false</span>,\r\n  <span class=\"hljs-attr\">staticFiles</span>: <span class=\"hljs-literal\">false</span>,\r\n  <span class=\"hljs-attr\">pluginTimeout</span>: <span class=\"hljs-number\">0</span>,\r\n  <span class=\"hljs-attr\">startBins</span>: <span class=\"hljs-literal\">false</span>,\r\n});\r\n<span class=\"hljs-keyword\">await</span> mock.<span class=\"hljs-title function_\">initialize</span>(); <span class=\"hljs-comment\">// register routes without listen()</span>\r\n<span class=\"hljs-keyword\">const</span> response = <span class=\"hljs-keyword\">await</span> mock.<span class=\"hljs-property\">server</span>.<span class=\"hljs-title function_\">inject</span>({ <span class=\"hljs-attr\">method</span>: <span class=\"hljs-string\">\"GET\"</span>, <span class=\"hljs-attr\">url</span>: <span class=\"hljs-string\">\"/get\"</span> });\n</code></pre>\n</li>\n<li>\n<p>use the Docula docs index as the homepage (#219)</p>\n</li>\n</ul>\n<h3 id=\"internal\">Internal</h3>\n<ul>\n<li>lower Cloudflare Containers max instances to 3 (#208)</li>\n<li>upgrade @biomejs/biome 2.5.8 → 2.5.13, vitest 4.1.10 → 5.0.0 (#210)</li>\n<li>upgrade @swc/core 1.15.47 → 1.16.2, tsdown 0.22.14 → 0.23.0, tsx 4.23.12 → 4.23.13 (#211)</li>\n<li>upgrade package manager pnpm 11.21.0 → 12.4.1 (#212)</li>\n<li>upgrade GitHub Actions (codecov, CodeQL, zizmor, Socket Firewall) (#213)</li>\n<li>pin Dev Container image to javascript-node 5.2.1-24-trixie (#214)</li>\n<li>upgrade fastify 5.11.3 → 5.12.4, @fastify/helmet 13.1.0 → 13.1.1 (#215)</li>\n<li>upgrade hookified 3.0.2 → 3.0.3 (#216)</li>\n<li>pin Docker Node.js runtime image to node:24.20.0-alpine3.24 (#217)</li>\n</ul>\n<h3 id=\"contributors\">Contributors</h3>\n<ul>\n<li>@jaredwray (13)</li>\n</ul>\n<h3 id=\"full-list-of-changes\">Full List of Changes</h3>\n<ul>\n<li>Migrate production deploy from GCP Cloud Run to Cloudflare Containers by @jaredwray in #207</li>\n<li>Lower Cloudflare Containers max instances to 3 by @jaredwray in #208</li>\n<li>Replace Scalar with a Docula documentation site by @jaredwray in #209</li>\n<li>root - chore: upgrade code quality dependencies by @jaredwray in #210</li>\n<li>root - chore: upgrade TypeScript and build tooling by @jaredwray in #211</li>\n<li>root - chore: upgrade package manager by @jaredwray in #212</li>\n<li>root - chore: upgrade GitHub Actions by @jaredwray in #213</li>\n<li>root - chore: pin Dev Container images by @jaredwray in #214</li>\n<li>root - chore: upgrade fastify dependencies by @jaredwray in #215</li>\n<li>root - chore: upgrade hookified by @jaredwray in #216</li>\n<li>root - chore: upgrade Docker Node.js runtime image by @jaredwray in #217</li>\n<li>Run mockhttp.org on a Cloudflare Worker only by @jaredwray in #218</li>\n<li>Use the Docula docs index as the homepage by @jaredwray in #219</li>\n</ul>\n<p><strong>Full diff:</strong> <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.9.0...v1.10.0\">https://github.com/jaredwray/mockhttp/compare/v1.9.0...v1.10.0</a></p>",
      "content_text": "## @jaredwray/mockhttp@2.0.0 — 2026-09-18\r\n\r\nReplace Scalar with a Docula site, run mockhttp.org on a Worker, and add initialize().\r\n\r\n### Features\r\n- replace Scalar with a Docula documentation site (#209)\r\n\r\n  ```http\r\n  # Before 1.10.0                 After 1.10.0\r\n  GET /                        →  Scalar UI          Docula Getting Started\r\n  GET /docs                    →  Swagger UI         Docula docs\r\n  GET /docs/json               →  OpenAPI JSON       404\r\n  GET /api/                    →  (none)             Interactive OpenAPI\r\n  GET /openapi.json            →  (none)             Live OpenAPI spec\r\n  GET /get                     →  unchanged          unchanged\r\n  ```\r\n\r\n- migrate production deploy from GCP Cloud Run to Cloudflare Containers (#207)\r\n- run mockhttp.org on a Cloudflare Worker only (#218)\r\n\r\n  ```ts\r\n  const mock = new MockHttp({\r\n    logging: false,\r\n    autoDetectPort: false,\r\n    staticFiles: false,\r\n    pluginTimeout: 0,\r\n    startBins: false,\r\n  });\r\n  await mock.initialize(); // register routes without listen()\r\n  const response = await mock.server.inject({ method: \"GET\", url: \"/get\" });\r\n  ```\r\n\r\n- use the Docula docs index as the homepage (#219)\r\n\r\n### Internal\r\n- lower Cloudflare Containers max instances to 3 (#208)\r\n- upgrade @biomejs/biome 2.5.8 → 2.5.13, vitest 4.1.10 → 5.0.0 (#210)\r\n- upgrade @swc/core 1.15.47 → 1.16.2, tsdown 0.22.14 → 0.23.0, tsx 4.23.12 → 4.23.13 (#211)\r\n- upgrade package manager pnpm 11.21.0 → 12.4.1 (#212)\r\n- upgrade GitHub Actions (codecov, CodeQL, zizmor, Socket Firewall) (#213)\r\n- pin Dev Container image to javascript-node 5.2.1-24-trixie (#214)\r\n- upgrade fastify 5.11.3 → 5.12.4, @fastify/helmet 13.1.0 → 13.1.1 (#215)\r\n- upgrade hookified 3.0.2 → 3.0.3 (#216)\r\n- pin Docker Node.js runtime image to node:24.20.0-alpine3.24 (#217)\r\n\r\n### Contributors\r\n- @jaredwray (13)\r\n\r\n### Full List of Changes\r\n- Migrate production deploy from GCP Cloud Run to Cloudflare Containers by @jaredwray in #207\r\n- Lower Cloudflare Containers max instances to 3 by @jaredwray in #208\r\n- Replace Scalar with a Docula documentation site by @jaredwray in #209\r\n- root - chore: upgrade code quality dependencies by @jaredwray in #210\r\n- root - chore: upgrade TypeScript and build tooling by @jaredwray in #211\r\n- root - chore: upgrade package manager by @jaredwray in #212\r\n- root - chore: upgrade GitHub Actions by @jaredwray in #213\r\n- root - chore: pin Dev Container images by @jaredwray in #214\r\n- root - chore: upgrade fastify dependencies by @jaredwray in #215\r\n- root - chore: upgrade hookified by @jaredwray in #216\r\n- root - chore: upgrade Docker Node.js runtime image by @jaredwray in #217\r\n- Run mockhttp.org on a Cloudflare Worker only by @jaredwray in #218\r\n- Use the Docula docs index as the homepage by @jaredwray in #219\r\n\r\n**Full diff:** [https://github.com/jaredwray/mockhttp/compare/v1.9.0...v1.10.0](https://github.com/jaredwray/mockhttp/compare/v1.9.0...v1.10.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-9-0",
      "title": "v1.9.0",
      "url": "https://mockhttp.org/changelog/v1-9-0/",
      "date_published": "2026-08-19",
      "date_modified": "2026-08-19",
      "summary": "<p>Stable indexed response-format templates, plus security hardening and dependency refreshes.</p>\n<ul>\n<li>\n<p>add stable response format output via optional template index (#181)</p>\n<pre><code class=\"hljs language-bash\"><span class=\"hljs-comment\"># Same index → byte-identical JSON. Omit the index for the previous random pick.</span>\r\ncurl http://localhost:3000/json/1\r\ncurl http://localhost:3000/html/1\r\ncurl http://localhost:3000/json/99\r\n<span class=\"hljs-comment\"># → 404 {\"error\":\"Template index must be between 1 and 5\"}</span>\n</code></pre>\n</li>\n</ul>",
      "content_html": "<h2 id=\"jaredwraymockhttp190--2026-08-19\">@jaredwray/mockhttp@1.9.0 — 2026-08-19</h2>\n<p>Stable indexed response-format templates, plus security hardening and dependency refreshes.</p>\n<h3 id=\"features\">Features</h3>\n<ul>\n<li>\n<p>add stable response format output via optional template index (#181)</p>\n<pre><code class=\"hljs language-bash\"><span class=\"hljs-comment\"># Same index → byte-identical JSON. Omit the index for the previous random pick.</span>\r\ncurl http://localhost:3000/json/1\r\ncurl http://localhost:3000/html/1\r\ncurl http://localhost:3000/json/99\r\n<span class=\"hljs-comment\"># → 404 {\"error\":\"Template index must be between 1 and 5\"}</span>\n</code></pre>\n</li>\n</ul>\n<h3 id=\"bug-fixes\">Bug Fixes</h3>\n<ul>\n<li>clone JSON template per request to protect stable output (#181)</li>\n</ul>\n<h3 id=\"internal\">Internal</h3>\n<ul>\n<li>assert trailing-slash index requests fail loudly with 404 (#181)</li>\n<li>land security docs through zizmor (#182)</li>\n<li>stage npm publishes instead of publishing live (#190)</li>\n<li>gate staged publishes on Aikido scan-release (#191)</li>\n<li>prefer tilde ranges for runtime deps (#192)</li>\n<li>record repository lockdown (#193)</li>\n<li>remove set-cookie-parser override (#194)</li>\n<li>remove @ungap/structured-clone override (#195)</li>\n<li>remove glob override (#196)</li>\n<li>upgrade @biomejs/biome 2.5.3 → 2.5.8 (#197)</li>\n<li>upgrade TypeScript 6.0.3 → 7.0.2, tsdown 0.22.2 → 0.22.14, tsx 4.23.0 → 4.23.12, @swc/core 1.15.43 → 1.15.47 (#198)</li>\n<li>upgrade package manager pnpm 11.20.0 → 11.21.0 (#200)</li>\n<li>upgrade fastify 5.10.0 → 5.11.3, @fastify/cookie, @fastify/rate-limit, @fastify/static, @fastify/swagger, @fastify/swagger-ui (#201)</li>\n<li>upgrade @scalar/api-reference 1.62.5 → 1.64.1 (#202)</li>\n<li>upgrade hookified 3.0.1 → 3.0.2 (#203)</li>\n<li>prefer caret ranges over tilde (#204)</li>\n<li>pin Docker Node.js runtime image to node:24.19.0-alpine3.24 (#205)</li>\n</ul>\n<h3 id=\"contributors\">Contributors</h3>\n<ul>\n<li>@jaredwray (15)</li>\n</ul>\n<h3 id=\"full-list-of-changes\">Full List of Changes</h3>\n<ul>\n<li>feat: add stable response format output via optional template index by @jaredwray in #181</li>\n<li>mockhttp - chore: defense - land security docs through zizmor by @jaredwray in #182</li>\n<li>mockhttp - chore: defense - stage npm publishes instead of publishing live by @jaredwray in #190</li>\n<li>mockhttp - chore: defense - gate staged publishes on Aikido scan-release by @jaredwray in #191</li>\n<li>mockhttp - chore: defense - prefer tilde ranges for runtime deps by @jaredwray in #192</li>\n<li>mockhttp - chore: defense - record repository lockdown by @jaredwray in #193</li>\n<li>root - chore: remove set-cookie-parser override by @jaredwray in #194</li>\n<li>root - chore: remove @ungap/structured-clone override by @jaredwray in #195</li>\n<li>root - chore: remove glob override by @jaredwray in #196</li>\n<li>root - chore: upgrade code quality dependencies by @jaredwray in #197</li>\n<li>root - chore: upgrade TypeScript and build tooling by @jaredwray in #198</li>\n<li>root - chore: upgrade package manager by @jaredwray in #200</li>\n<li>root - chore: upgrade fastify dependencies by @jaredwray in #201</li>\n<li>root - chore: upgrade @scalar/api-reference by @jaredwray in #202</li>\n<li>root - chore: upgrade hookified by @jaredwray in #203</li>\n<li>root - chore: defense - prefer caret ranges over tilde by @jaredwray in #204</li>\n<li>root - chore: upgrade Docker Node.js runtime image by @jaredwray in #205</li>\n</ul>\n<p><strong>Full diff:</strong> <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.8.1...v1.9.0\">https://github.com/jaredwray/mockhttp/compare/v1.8.1...v1.9.0</a></p>",
      "content_text": "## @jaredwray/mockhttp@1.9.0 — 2026-08-19\r\n\r\nStable indexed response-format templates, plus security hardening and dependency refreshes.\r\n\r\n### Features\r\n- add stable response format output via optional template index (#181)\r\n\r\n  ```bash\r\n  # Same index → byte-identical JSON. Omit the index for the previous random pick.\r\n  curl http://localhost:3000/json/1\r\n  curl http://localhost:3000/html/1\r\n  curl http://localhost:3000/json/99\r\n  # → 404 {\"error\":\"Template index must be between 1 and 5\"}\r\n  ```\r\n\r\n### Bug Fixes\r\n- clone JSON template per request to protect stable output (#181)\r\n\r\n### Internal\r\n- assert trailing-slash index requests fail loudly with 404 (#181)\r\n- land security docs through zizmor (#182)\r\n- stage npm publishes instead of publishing live (#190)\r\n- gate staged publishes on Aikido scan-release (#191)\r\n- prefer tilde ranges for runtime deps (#192)\r\n- record repository lockdown (#193)\r\n- remove set-cookie-parser override (#194)\r\n- remove @ungap/structured-clone override (#195)\r\n- remove glob override (#196)\r\n- upgrade @biomejs/biome 2.5.3 → 2.5.8 (#197)\r\n- upgrade TypeScript 6.0.3 → 7.0.2, tsdown 0.22.2 → 0.22.14, tsx 4.23.0 → 4.23.12, @swc/core 1.15.43 → 1.15.47 (#198)\r\n- upgrade package manager pnpm 11.20.0 → 11.21.0 (#200)\r\n- upgrade fastify 5.10.0 → 5.11.3, @fastify/cookie, @fastify/rate-limit, @fastify/static, @fastify/swagger, @fastify/swagger-ui (#201)\r\n- upgrade @scalar/api-reference 1.62.5 → 1.64.1 (#202)\r\n- upgrade hookified 3.0.1 → 3.0.2 (#203)\r\n- prefer caret ranges over tilde (#204)\r\n- pin Docker Node.js runtime image to node:24.19.0-alpine3.24 (#205)\r\n\r\n### Contributors\r\n- @jaredwray (15)\r\n\r\n### Full List of Changes\r\n- feat: add stable response format output via optional template index by @jaredwray in #181\r\n- mockhttp - chore: defense - land security docs through zizmor by @jaredwray in #182\r\n- mockhttp - chore: defense - stage npm publishes instead of publishing live by @jaredwray in #190\r\n- mockhttp - chore: defense - gate staged publishes on Aikido scan-release by @jaredwray in #191\r\n- mockhttp - chore: defense - prefer tilde ranges for runtime deps by @jaredwray in #192\r\n- mockhttp - chore: defense - record repository lockdown by @jaredwray in #193\r\n- root - chore: remove set-cookie-parser override by @jaredwray in #194\r\n- root - chore: remove @ungap/structured-clone override by @jaredwray in #195\r\n- root - chore: remove glob override by @jaredwray in #196\r\n- root - chore: upgrade code quality dependencies by @jaredwray in #197\r\n- root - chore: upgrade TypeScript and build tooling by @jaredwray in #198\r\n- root - chore: upgrade package manager by @jaredwray in #200\r\n- root - chore: upgrade fastify dependencies by @jaredwray in #201\r\n- root - chore: upgrade @scalar/api-reference by @jaredwray in #202\r\n- root - chore: upgrade hookified by @jaredwray in #203\r\n- root - chore: defense - prefer caret ranges over tilde by @jaredwray in #204\r\n- root - chore: upgrade Docker Node.js runtime image by @jaredwray in #205\r\n\r\n**Full diff:** [https://github.com/jaredwray/mockhttp/compare/v1.8.1...v1.9.0](https://github.com/jaredwray/mockhttp/compare/v1.8.1...v1.9.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-8-1",
      "title": "v1.8.1",
      "url": "https://mockhttp.org/changelog/v1-8-1/",
      "date_published": "2026-07-19",
      "date_modified": "2026-07-19",
      "summary": "<p>Dependency maintenance: refresh runtime and build dependencies (incl. @fastify/static v10).</p>\n<ul>\n<li>update fastify, @fastify/cookie, @fastify/helmet, @fastify/rate-limit, @fastify/swagger, @fastify/swagger-ui to latest (<code>62d073a</code>, #174)</li>\n<li>update @fastify/static to 10 (major) (<code>71501e3</code>, #178)</li>\n<li>update @scalar/api-reference to latest (<code>7efd744</code>, #176)</li>\n<li>update hookified to latest (<code>f46b91a</code>, #177)</li>\n<li>update @biomejs/biome, @swc/core, tsx to latest (<code>68584a6</code>, #175)</li>\n</ul>",
      "content_html": "<h2 id=\"jaredwraymockhttp181--2026-07-18\">@jaredwray/mockhttp@1.8.1 — 2026-07-18</h2>\n<p>Dependency maintenance: refresh runtime and build dependencies (incl. @fastify/static v10).</p>\n<h3 id=\"internal\">Internal</h3>\n<ul>\n<li>update fastify, @fastify/cookie, @fastify/helmet, @fastify/rate-limit, @fastify/swagger, @fastify/swagger-ui to latest (<code>62d073a</code>, #174)</li>\n<li>update @fastify/static to 10 (major) (<code>71501e3</code>, #178)</li>\n<li>update @scalar/api-reference to latest (<code>7efd744</code>, #176)</li>\n<li>update hookified to latest (<code>f46b91a</code>, #177)</li>\n<li>update @biomejs/biome, @swc/core, tsx to latest (<code>68584a6</code>, #175)</li>\n<li>update test tooling — vitest, @vitest/coverage-v8 (<code>c3461d3</code>, #166)</li>\n</ul>\n<h3 id=\"contributors\">Contributors</h3>\n<ul>\n<li>@jaredwray (6)</li>\n</ul>\n<h3 id=\"full-list-of-changes\">Full List of Changes</h3>\n<ul>\n<li>chore: update test tooling (vitest, @vitest/coverage-v8) by @jaredwray in #166</li>\n<li>chore: update fastify, @fastify/cookie, @fastify/helmet, @fastify/rate-limit, @fastify/swagger, @fastify/swagger-ui to latest by @jaredwray in #174</li>\n<li>chore: update @biomejs/biome, @swc/core, tsx to latest by @jaredwray in #175</li>\n<li>chore: update @scalar/api-reference to latest by @jaredwray in #176</li>\n<li>chore: update hookified to latest by @jaredwray in #177</li>\n<li>chore: update @fastify/static to 10 (major) by @jaredwray in #178</li>\n</ul>\n<p><strong>Full diff:</strong> <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.8.0...v1.8.1\">https://github.com/jaredwray/mockhttp/compare/v1.8.0...v1.8.1</a></p>",
      "content_text": "## @jaredwray/mockhttp@1.8.1 — 2026-07-18\r\n\r\nDependency maintenance: refresh runtime and build dependencies (incl. @fastify/static v10).\r\n\r\n### Internal\r\n- update fastify, @fastify/cookie, @fastify/helmet, @fastify/rate-limit, @fastify/swagger, @fastify/swagger-ui to latest (`62d073a`, #174)\r\n- update @fastify/static to 10 (major) (`71501e3`, #178)\r\n- update @scalar/api-reference to latest (`7efd744`, #176)\r\n- update hookified to latest (`f46b91a`, #177)\r\n- update @biomejs/biome, @swc/core, tsx to latest (`68584a6`, #175)\r\n- update test tooling — vitest, @vitest/coverage-v8 (`c3461d3`, #166)\r\n\r\n### Contributors\r\n- @jaredwray (6)\r\n\r\n### Full List of Changes\r\n- chore: update test tooling (vitest, @vitest/coverage-v8) by @jaredwray in #166\r\n- chore: update fastify, @fastify/cookie, @fastify/helmet, @fastify/rate-limit, @fastify/swagger, @fastify/swagger-ui to latest by @jaredwray in #174\r\n- chore: update @biomejs/biome, @swc/core, tsx to latest by @jaredwray in #175\r\n- chore: update @scalar/api-reference to latest by @jaredwray in #176\r\n- chore: update hookified to latest by @jaredwray in #177\r\n- chore: update @fastify/static to 10 (major) by @jaredwray in #178\r\n\r\n**Full diff:** [https://github.com/jaredwray/mockhttp/compare/v1.8.0...v1.8.1](https://github.com/jaredwray/mockhttp/compare/v1.8.0...v1.8.1)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-8-0",
      "title": "v1.8.0",
      "url": "https://mockhttp.org/changelog/v1-8-0/",
      "date_published": "2026-06-18",
      "date_modified": "2026-06-18",
      "summary": "<p>Add request bins for capturing and inspecting HTTP requests; refresh runtime and build dependencies.</p>\n<ul>\n<li>\n<p>add request bins for inspecting captured HTTP requests (<code>41e3d20</code>, #150)</p>\n<p>Mint an ephemeral URL, send arbitrary requests to it, and read back what was captured — useful for webhook debugging.</p>\n<pre><code class=\"hljs language-bash\"><span class=\"hljs-comment\"># Create a bin, send a request to it, then inspect what was captured</span>\r\nID=$(curl -s -X POST http://localhost:3000/bins | jq -r .<span class=\"hljs-built_in\">id</span>)\r\ncurl -X POST...\n</code></pre>\n</li>\n</ul>",
      "content_html": "<h2 id=\"jaredwraymockhttp180--2026-06-18\">@jaredwray/mockhttp@1.8.0 — 2026-06-18</h2>\n<p>Add request bins for capturing and inspecting HTTP requests; refresh runtime and build dependencies.</p>\n<h3 id=\"features\">Features</h3>\n<ul>\n<li>\n<p>add request bins for inspecting captured HTTP requests (<code>41e3d20</code>, #150)</p>\n<p>Mint an ephemeral URL, send arbitrary requests to it, and read back what was captured — useful for webhook debugging.</p>\n<pre><code class=\"hljs language-bash\"><span class=\"hljs-comment\"># Create a bin, send a request to it, then inspect what was captured</span>\r\nID=$(curl -s -X POST http://localhost:3000/bins | jq -r .<span class=\"hljs-built_in\">id</span>)\r\ncurl -X POST <span class=\"hljs-string\">\"http://localhost:3000/b/<span class=\"hljs-variable\">$ID</span>/webhook?source=stripe\"</span> \\\r\n  -H <span class=\"hljs-string\">'content-type: application/json'</span> \\\r\n  -d <span class=\"hljs-string\">'{\"event\":\"payment.succeeded\"}'</span>\r\ncurl <span class=\"hljs-string\">\"http://localhost:3000/bins/<span class=\"hljs-variable\">$ID</span>/requests\"</span> | jq\n</code></pre>\n</li>\n</ul>\n<h3 id=\"documentation\">Documentation</h3>\n<ul>\n<li>expand Request Bins section with end-to-end examples and API reference (<code>c860005</code>, #150)</li>\n</ul>\n<h3 id=\"internal\">Internal</h3>\n<ul>\n<li>cover MockHttp bin integration; harden against negative <code>maxRequestsPerBin</code> (<code>d6356c1</code>, #150)</li>\n<li>run deploy-site <code>test</code> and <code>build</code> in parallel, gate deploy on both (<code>133115d</code>, #149)</li>\n<li>upgrade hookified 2.2.0 → 3.0.0 (<code>58e0717</code>, #157)</li>\n<li>upgrade @scalar/api-reference 1.55.3 → 1.59.3 (<code>1209de0</code>, #156)</li>\n<li>upgrade @fastify/swagger-ui 5.2.6 → 6.0.0 (<code>b37285c</code>, #155)</li>\n<li>upgrade @fastify/rate-limit 10.3.0 → 11.0.0 (<code>3c7e14a</code>, #154)</li>\n<li>upgrade GitHub Actions — checkout v7, codecov-action v7 (<code>318c34a</code>, #153)</li>\n<li>upgrade TypeScript and build tooling — @swc/core, tsx, tsdown (<code>c474f8d</code>, #152)</li>\n<li>upgrade code quality dependencies — biome, vitest (<code>b06c1e6</code>, #151)</li>\n</ul>\n<h3 id=\"contributors\">Contributors</h3>\n<ul>\n<li>@jaredwray (11)</li>\n</ul>\n<h3 id=\"full-list-of-changes\">Full List of Changes</h3>\n<ul>\n<li>ci(deploy-site): run test and build in parallel by @jaredwray in #149</li>\n<li>feat: add request bins for inspecting captured HTTP requests by @jaredwray in #150</li>\n<li>root - chore: upgrade code quality dependencies by @jaredwray in #151</li>\n<li>root - chore: upgrade TypeScript and build tooling by @jaredwray in #152</li>\n<li>root - chore: upgrade GitHub Actions (breaking) by @jaredwray in #153</li>\n<li>root - chore: upgrade @fastify/rate-limit (breaking) by @jaredwray in #154</li>\n<li>root - chore: upgrade @fastify/swagger-ui (breaking) by @jaredwray in #155</li>\n<li>root - chore: upgrade @scalar/api-reference by @jaredwray in #156</li>\n<li>root - chore: upgrade hookified (breaking) by @jaredwray in #157</li>\n</ul>\n<p><strong>Full diff:</strong> <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.6.1...v1.7.0\">https://github.com/jaredwray/mockhttp/compare/v1.6.1...v1.7.0</a></p>",
      "content_text": "## @jaredwray/mockhttp@1.8.0 — 2026-06-18\r\n\r\nAdd request bins for capturing and inspecting HTTP requests; refresh runtime and build dependencies.\r\n\r\n### Features\r\n- add request bins for inspecting captured HTTP requests (`41e3d20`, #150)\r\n\r\n  Mint an ephemeral URL, send arbitrary requests to it, and read back what was captured — useful for webhook debugging.\r\n\r\n  ```bash\r\n  # Create a bin, send a request to it, then inspect what was captured\r\n  ID=$(curl -s -X POST http://localhost:3000/bins | jq -r .id)\r\n  curl -X POST \"http://localhost:3000/b/$ID/webhook?source=stripe\" \\\r\n    -H 'content-type: application/json' \\\r\n    -d '{\"event\":\"payment.succeeded\"}'\r\n  curl \"http://localhost:3000/bins/$ID/requests\" | jq\r\n  ```\r\n\r\n### Documentation\r\n- expand Request Bins section with end-to-end examples and API reference (`c860005`, #150)\r\n\r\n### Internal\r\n- cover MockHttp bin integration; harden against negative `maxRequestsPerBin` (`d6356c1`, #150)\r\n- run deploy-site `test` and `build` in parallel, gate deploy on both (`133115d`, #149)\r\n- upgrade hookified 2.2.0 → 3.0.0 (`58e0717`, #157)\r\n- upgrade @scalar/api-reference 1.55.3 → 1.59.3 (`1209de0`, #156)\r\n- upgrade @fastify/swagger-ui 5.2.6 → 6.0.0 (`b37285c`, #155)\r\n- upgrade @fastify/rate-limit 10.3.0 → 11.0.0 (`3c7e14a`, #154)\r\n- upgrade GitHub Actions — checkout v7, codecov-action v7 (`318c34a`, #153)\r\n- upgrade TypeScript and build tooling — @swc/core, tsx, tsdown (`c474f8d`, #152)\r\n- upgrade code quality dependencies — biome, vitest (`b06c1e6`, #151)\r\n\r\n### Contributors\r\n- @jaredwray (11)\r\n\r\n### Full List of Changes\r\n- ci(deploy-site): run test and build in parallel by @jaredwray in #149\r\n- feat: add request bins for inspecting captured HTTP requests by @jaredwray in #150\r\n- root - chore: upgrade code quality dependencies by @jaredwray in #151\r\n- root - chore: upgrade TypeScript and build tooling by @jaredwray in #152\r\n- root - chore: upgrade GitHub Actions (breaking) by @jaredwray in #153\r\n- root - chore: upgrade @fastify/rate-limit (breaking) by @jaredwray in #154\r\n- root - chore: upgrade @fastify/swagger-ui (breaking) by @jaredwray in #155\r\n- root - chore: upgrade @scalar/api-reference by @jaredwray in #156\r\n- root - chore: upgrade hookified (breaking) by @jaredwray in #157\r\n\r\n**Full diff:** [https://github.com/jaredwray/mockhttp/compare/v1.6.1...v1.7.0](https://github.com/jaredwray/mockhttp/compare/v1.6.1...v1.7.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-7-0",
      "title": "v1.7.0",
      "url": "https://mockhttp.org/changelog/v1-7-0/",
      "date_published": "2026-05-18",
      "date_modified": "2026-05-18",
      "summary": "<p>Routine maintenance: dependency refresh (fastify, @scalar/api-reference, hookified), pnpm 11 supply-chain baseline, and GitHub Actions major upgrades.</p>\n<ul>\n<li>upgrade hookified 2.1.1 → 2.2.0 (<code>e431858</code>, #147)</li>\n<li>upgrade @scalar/api-reference 1.52.1 → 1.55.3 (<code>e07afea</code>, #146)</li>\n<li>upgrade @fastify/static 9.1.0→9.1.3, @fastify/swagger-ui 5.2.5→5.2.6, fastify 5.8.4→5.8.5 (<code>bcfddf6</code>, #145)</li>\n</ul>",
      "content_html": "<h2 id=\"jaredwraymockhttp161--2026-05-18\">@jaredwray/mockhttp@1.6.1 — 2026-05-18</h2>\n<p>Routine maintenance: dependency refresh (fastify, @scalar/api-reference, hookified), pnpm 11 supply-chain baseline, and GitHub Actions major upgrades.</p>\n<h3 id=\"internal\">Internal</h3>\n<ul>\n<li>upgrade hookified 2.1.1 → 2.2.0 (<code>e431858</code>, #147)</li>\n<li>upgrade @scalar/api-reference 1.52.1 → 1.55.3 (<code>e07afea</code>, #146)</li>\n<li>upgrade @fastify/static 9.1.0→9.1.3, @fastify/swagger-ui 5.2.5→5.2.6, fastify 5.8.4→5.8.5 (<code>bcfddf6</code>, #145)</li>\n<li>upgrade GitHub Actions to latest majors (checkout v6, setup-node v6, upload-artifact v7, download-artifact v8, codeql v4, etc.) (<code>a47cf91</code>, #144)</li>\n<li>bump engines.node to >=22.18.0 for tsdown 0.22.0 (<code>5ab1512</code>, #143)</li>\n<li>upgrade TypeScript 6.0.2 → 6.0.3, tsdown 0.21.7 → 0.22.0, @swc/core 1.15.24 → 1.15.33 (<code>5cef6c7</code>, #143)</li>\n<li>upgrade Biome 2.4.11 → 2.4.15 and Vitest 4.1.4 → 4.1.6 (<code>edfdf90</code>, #142)</li>\n<li>disable setup-node v5 package-manager-cache to fix corepack ordering (<code>8bf7cd1</code>, #141)</li>\n<li>address review feedback on pnpm 11 upgrade (<code>ca65ce5</code>, #141)</li>\n<li>upgrade to pnpm 11 via corepack with defense-in-depth workspace baseline (<code>1d93b64</code>, #141)</li>\n</ul>\n<h3 id=\"contributors\">Contributors</h3>\n<ul>\n<li>@jaredwray (10)</li>\n</ul>\n<h3 id=\"full-list-of-changes\">Full List of Changes</h3>\n<ul>\n<li>chore: upgrade to pnpm 11 via corepack with defense-in-depth workspace by @jaredwray in #141</li>\n<li>root - chore: upgrade code quality dependencies by @jaredwray in #142</li>\n<li>root - chore: upgrade TypeScript and build tooling by @jaredwray in #143</li>\n<li>root - chore: upgrade GitHub Actions (breaking) by @jaredwray in #144</li>\n<li>root - chore: upgrade fastify dependencies by @jaredwray in #145</li>\n<li>root - chore: upgrade @scalar/api-reference by @jaredwray in #146</li>\n<li>root - chore: upgrade hookified by @jaredwray in #147</li>\n</ul>\n<p><strong>Full diff:</strong> <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.6.0...v1.6.1\">https://github.com/jaredwray/mockhttp/compare/v1.6.0...v1.6.1</a></p>",
      "content_text": "## @jaredwray/mockhttp@1.6.1 — 2026-05-18\r\n\r\nRoutine maintenance: dependency refresh (fastify, @scalar/api-reference, hookified), pnpm 11 supply-chain baseline, and GitHub Actions major upgrades.\r\n\r\n### Internal\r\n- upgrade hookified 2.1.1 → 2.2.0 (`e431858`, #147)\r\n- upgrade @scalar/api-reference 1.52.1 → 1.55.3 (`e07afea`, #146)\r\n- upgrade @fastify/static 9.1.0→9.1.3, @fastify/swagger-ui 5.2.5→5.2.6, fastify 5.8.4→5.8.5 (`bcfddf6`, #145)\r\n- upgrade GitHub Actions to latest majors (checkout v6, setup-node v6, upload-artifact v7, download-artifact v8, codeql v4, etc.) (`a47cf91`, #144)\r\n- bump engines.node to >=22.18.0 for tsdown 0.22.0 (`5ab1512`, #143)\r\n- upgrade TypeScript 6.0.2 → 6.0.3, tsdown 0.21.7 → 0.22.0, @swc/core 1.15.24 → 1.15.33 (`5cef6c7`, #143)\r\n- upgrade Biome 2.4.11 → 2.4.15 and Vitest 4.1.4 → 4.1.6 (`edfdf90`, #142)\r\n- disable setup-node v5 package-manager-cache to fix corepack ordering (`8bf7cd1`, #141)\r\n- address review feedback on pnpm 11 upgrade (`ca65ce5`, #141)\r\n- upgrade to pnpm 11 via corepack with defense-in-depth workspace baseline (`1d93b64`, #141)\r\n\r\n### Contributors\r\n- @jaredwray (10)\r\n\r\n### Full List of Changes\r\n- chore: upgrade to pnpm 11 via corepack with defense-in-depth workspace by @jaredwray in #141\r\n- root - chore: upgrade code quality dependencies by @jaredwray in #142\r\n- root - chore: upgrade TypeScript and build tooling by @jaredwray in #143\r\n- root - chore: upgrade GitHub Actions (breaking) by @jaredwray in #144\r\n- root - chore: upgrade fastify dependencies by @jaredwray in #145\r\n- root - chore: upgrade @scalar/api-reference by @jaredwray in #146\r\n- root - chore: upgrade hookified by @jaredwray in #147\r\n\r\n**Full diff:** [https://github.com/jaredwray/mockhttp/compare/v1.6.0...v1.6.1](https://github.com/jaredwray/mockhttp/compare/v1.6.0...v1.6.1)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-6-0",
      "title": "v1.6.0",
      "url": "https://mockhttp.org/changelog/v1-6-0/",
      "date_published": "2026-05-16",
      "date_modified": "2026-05-16",
      "summary": "<p>Flexible URL matching: trailing path segments fall back to the parsable route prefix (fixes #137).</p>\n<ul>\n<li>\n<p>ignore trailing path segments after the parsable portion (<code>6f82897</code>, #139)</p>\n<p>A Fastify <code>rewriteUrl</code> hook progressively strips trailing segments when only the static catch-all wildcard or nothing matches. Query strings are preserved and the first path segment is never stripped, so genuinely unknown URLs still 404.</p>\n<pre><code class=\"hljs language-http\"># Before — only an exact match worked:\r\nGET /status/429    ...\n</code></pre>\n</li>\n</ul>",
      "content_html": "<h2 id=\"jaredwraymockhttp160--2026-05-16\">@jaredwray/mockhttp@1.6.0 — 2026-05-16</h2>\n<p>Flexible URL matching: trailing path segments fall back to the parsable route prefix (fixes #137).</p>\n<h3 id=\"features\">Features</h3>\n<ul>\n<li>\n<p>ignore trailing path segments after the parsable portion (<code>6f82897</code>, #139)</p>\n<p>A Fastify <code>rewriteUrl</code> hook progressively strips trailing segments when only the static catch-all wildcard or nothing matches. Query strings are preserved and the first path segment is never stripped, so genuinely unknown URLs still 404.</p>\n<pre><code class=\"hljs language-http\"># Before — only an exact match worked:\r\nGET /status/429        → 429\r\nGET /status/429/foo    → 404\r\n\r\n# After — trailing segments fall back to the parsable prefix:\r\nGET /status/429        → 429\r\nGET /status/429/foo    → 429   (served by /status/:code)\r\nGET /status/429/foo/bar/ → 429\r\nGET /status/429?x=1    → 429   (query preserved)\r\nGET /totally/unknown   → 404   (first segment never stripped)\n</code></pre>\n</li>\n</ul>\n<h3 id=\"documentation\">Documentation</h3>\n<ul>\n<li>document flexible URL matching behavior in the README (<code>148ed17</code>, #139)</li>\n</ul>\n<h3 id=\"internal\">Internal</h3>\n<ul>\n<li>extract query string before initial route check; add trailing-slash path coverage (<code>5f298ea</code>, #139)</li>\n<li>fix typos in README and <code>src/swagger.ts</code> (<code>be2b014</code>, #138)</li>\n</ul>\n<h3 id=\"contributors\">Contributors</h3>\n<ul>\n<li>@jaredwray — #139</li>\n<li>@mrazauskas — #138 (first contribution 🎉)</li>\n</ul>\n<p><strong>Full diff:</strong> <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.5.1...v1.6.0\">https://github.com/jaredwray/mockhttp/compare/v1.5.1...v1.6.0</a></p>",
      "content_text": "## @jaredwray/mockhttp@1.6.0 — 2026-05-16\r\n\r\nFlexible URL matching: trailing path segments fall back to the parsable route prefix (fixes #137).\r\n\r\n### Features\r\n- ignore trailing path segments after the parsable portion (`6f82897`, #139)\r\n\r\n  A Fastify `rewriteUrl` hook progressively strips trailing segments when only the static catch-all wildcard or nothing matches. Query strings are preserved and the first path segment is never stripped, so genuinely unknown URLs still 404.\r\n\r\n  ```http\r\n  # Before — only an exact match worked:\r\n  GET /status/429        → 429\r\n  GET /status/429/foo    → 404\r\n\r\n  # After — trailing segments fall back to the parsable prefix:\r\n  GET /status/429        → 429\r\n  GET /status/429/foo    → 429   (served by /status/:code)\r\n  GET /status/429/foo/bar/ → 429\r\n  GET /status/429?x=1    → 429   (query preserved)\r\n  GET /totally/unknown   → 404   (first segment never stripped)\r\n  ```\r\n\r\n### Documentation\r\n- document flexible URL matching behavior in the README (`148ed17`, #139)\r\n\r\n### Internal\r\n- extract query string before initial route check; add trailing-slash path coverage (`5f298ea`, #139)\r\n- fix typos in README and `src/swagger.ts` (`be2b014`, #138)\r\n\r\n### Contributors\r\n- @jaredwray — #139\r\n- @mrazauskas — #138 (first contribution 🎉)\r\n\r\n**Full diff:** [https://github.com/jaredwray/mockhttp/compare/v1.5.1...v1.6.0](https://github.com/jaredwray/mockhttp/compare/v1.5.1...v1.6.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-5-1",
      "title": "v1.5.1",
      "url": "https://mockhttp.org/changelog/v1-5-1/",
      "date_published": "2026-04-14",
      "date_modified": "2026-04-14",
      "summary": "<ul>\n<li>chore: upgrading biome, vitest, swc to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/130\">https://github.com/jaredwray/mockhttp/pull/130</a></li>\n<li>chore: upgrading fastify to 5.8.4 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/131\">https://github.com/jaredwray/mockhttp/pull/131</a></li>\n<li>chore: upgrading hookified to 2.1.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/132\">https://github.com/jaredwray/mockhttp/pull/132</a></li>\n<li>chore: upgrading @scalar/api-reference to 1.52.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/133\">https://github.com/jaredwray/mockhttp/pull/133</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>chore: upgrading biome, vitest, swc to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/130\">https://github.com/jaredwray/mockhttp/pull/130</a></li>\n<li>chore: upgrading fastify to 5.8.4 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/131\">https://github.com/jaredwray/mockhttp/pull/131</a></li>\n<li>chore: upgrading hookified to 2.1.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/132\">https://github.com/jaredwray/mockhttp/pull/132</a></li>\n<li>chore: upgrading @scalar/api-reference to 1.52.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/133\">https://github.com/jaredwray/mockhttp/pull/133</a></li>\n<li>chore: migrating from tsup to tsdown by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/134\">https://github.com/jaredwray/mockhttp/pull/134</a></li>\n<li>chore: updating all github actions by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/135\">https://github.com/jaredwray/mockhttp/pull/135</a></li>\n<li>fix: docker publish and updating tsdown by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/136\">https://github.com/jaredwray/mockhttp/pull/136</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.5.0...v1.5.1\">https://github.com/jaredwray/mockhttp/compare/v1.5.0...v1.5.1</a></p>",
      "content_text": "## What's Changed\r\n* chore: upgrading biome, vitest, swc to latest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/130](https://github.com/jaredwray/mockhttp/pull/130)\r\n* chore: upgrading fastify to 5.8.4 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/131](https://github.com/jaredwray/mockhttp/pull/131)\r\n* chore: upgrading hookified to 2.1.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/132](https://github.com/jaredwray/mockhttp/pull/132)\r\n* chore: upgrading @scalar/api-reference to 1.52.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/133](https://github.com/jaredwray/mockhttp/pull/133)\r\n* chore: migrating from tsup to tsdown by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/134](https://github.com/jaredwray/mockhttp/pull/134)\r\n* chore: updating all github actions by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/135](https://github.com/jaredwray/mockhttp/pull/135)\r\n* fix: docker publish and updating tsdown by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/136](https://github.com/jaredwray/mockhttp/pull/136)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v1.5.0...v1.5.1](https://github.com/jaredwray/mockhttp/compare/v1.5.0...v1.5.1)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-5-0",
      "title": "v1.5.0",
      "url": "https://mockhttp.org/changelog/v1-5-0/",
      "date_published": "2026-03-17",
      "date_modified": "2026-03-17",
      "summary": "<ul>\n<li>chore: upgrading swc, biome, vitest, and rimraf by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/127\">https://github.com/jaredwray/mockhttp/pull/127</a></li>\n<li>chore: upgrading fastify and scalar by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/128\">https://github.com/jaredwray/mockhttp/pull/128</a></li>\n<li>feat: adding in http2 support by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/129\">https://github.com/jaredwray/mockhttp/pull/129</a></li>\n</ul>\n<p><strong>Full Changelog</strong>:...</p>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>chore: upgrading swc, biome, vitest, and rimraf by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/127\">https://github.com/jaredwray/mockhttp/pull/127</a></li>\n<li>chore: upgrading fastify and scalar by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/128\">https://github.com/jaredwray/mockhttp/pull/128</a></li>\n<li>feat: adding in http2 support by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/129\">https://github.com/jaredwray/mockhttp/pull/129</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.4.0...v1.5.0\">https://github.com/jaredwray/mockhttp/compare/v1.4.0...v1.5.0</a></p>",
      "content_text": "## What's Changed\r\n* chore: upgrading swc, biome, vitest, and rimraf by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/127](https://github.com/jaredwray/mockhttp/pull/127)\r\n* chore: upgrading fastify and scalar by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/128](https://github.com/jaredwray/mockhttp/pull/128)\r\n* feat: adding in http2 support by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/129](https://github.com/jaredwray/mockhttp/pull/129)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v1.4.0...v1.5.0](https://github.com/jaredwray/mockhttp/compare/v1.4.0...v1.5.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-4-0",
      "title": "v1.4.0",
      "url": "https://mockhttp.org/changelog/v1-4-0/",
      "date_published": "2026-02-13",
      "date_modified": "2026-02-13",
      "summary": "<ul>\n<li>chore: removing route export files from code coverage by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/117\">https://github.com/jaredwray/mockhttp/pull/117</a></li>\n<li>chore: upgrading vitest and support modules to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/118\">https://github.com/jaredwray/mockhttp/pull/118</a></li>\n<li>chore: upgrading fastify and supporting modules to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/119\">https://github.com/jaredwray/mockhttp/pull/119</a></li>\n<li>chore: upgrading pino to 10.3.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/120\">https://github.com/jaredwray/mockhttp/pull/120</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>chore: removing route export files from code coverage by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/117\">https://github.com/jaredwray/mockhttp/pull/117</a></li>\n<li>chore: upgrading vitest and support modules to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/118\">https://github.com/jaredwray/mockhttp/pull/118</a></li>\n<li>chore: upgrading fastify and supporting modules to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/119\">https://github.com/jaredwray/mockhttp/pull/119</a></li>\n<li>chore: upgrading pino to 10.3.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/120\">https://github.com/jaredwray/mockhttp/pull/120</a></li>\n<li>chore: upgrading hookified to 1.15.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/121\">https://github.com/jaredwray/mockhttp/pull/121</a></li>\n<li>feat: adding mock certificate support for ssl testing by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/123\">https://github.com/jaredwray/mockhttp/pull/123</a></li>\n<li>feat: adding mock certificate support for ssl testing by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/122\">https://github.com/jaredwray/mockhttp/pull/122</a></li>\n<li>chore: getting test coverage back to normal levels by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/124\">https://github.com/jaredwray/mockhttp/pull/124</a></li>\n<li>feat: adding in https support in docs by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/125\">https://github.com/jaredwray/mockhttp/pull/125</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.3.0...v1.4.0\">https://github.com/jaredwray/mockhttp/compare/v1.3.0...v1.4.0</a></p>",
      "content_text": "## What's Changed\r\n* chore: removing route export files from code coverage by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/117](https://github.com/jaredwray/mockhttp/pull/117)\r\n* chore: upgrading vitest and support modules to latest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/118](https://github.com/jaredwray/mockhttp/pull/118)\r\n* chore: upgrading fastify and supporting modules to latest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/119](https://github.com/jaredwray/mockhttp/pull/119)\r\n* chore: upgrading pino to 10.3.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/120](https://github.com/jaredwray/mockhttp/pull/120)\r\n* chore: upgrading hookified to 1.15.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/121](https://github.com/jaredwray/mockhttp/pull/121)\r\n* feat: adding mock certificate support for ssl testing by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/123](https://github.com/jaredwray/mockhttp/pull/123)\r\n* feat: adding mock certificate support for ssl testing by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/122](https://github.com/jaredwray/mockhttp/pull/122)\r\n* chore: getting test coverage back to normal levels by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/124](https://github.com/jaredwray/mockhttp/pull/124)\r\n* feat: adding in https support in docs by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/125](https://github.com/jaredwray/mockhttp/pull/125)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v1.3.0...v1.4.0](https://github.com/jaredwray/mockhttp/compare/v1.3.0...v1.4.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-3-0",
      "title": "v1.3.0",
      "url": "https://mockhttp.org/changelog/v1-3-0/",
      "date_published": "2026-01-12",
      "date_modified": "2026-01-12",
      "summary": "<ul>\n<li>fix: [Aikido] Fix security issue in glob via minor version upgrade from 11.0.3 to 11.1.0 by @aikido-autofix[bot] in <a href=\"https://github.com/jaredwray/mockhttp/pull/107\">https://github.com/jaredwray/mockhttp/pull/107</a></li>\n<li>chore: upgrading vitest to 4.0.16 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/109\">https://github.com/jaredwray/mockhttp/pull/109</a></li>\n<li>chore: upgrading hookified to 1.15.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/110\">https://github.com/jaredwray/mockhttp/pull/110</a></li>\n<li>chore: upgrading pino to 10.1.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/111\">https://github.com/jaredwray/mockhttp/pull/111</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>fix: [Aikido] Fix security issue in glob via minor version upgrade from 11.0.3 to 11.1.0 by @aikido-autofix[bot] in <a href=\"https://github.com/jaredwray/mockhttp/pull/107\">https://github.com/jaredwray/mockhttp/pull/107</a></li>\n<li>chore: upgrading vitest to 4.0.16 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/109\">https://github.com/jaredwray/mockhttp/pull/109</a></li>\n<li>chore: upgrading hookified to 1.15.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/110\">https://github.com/jaredwray/mockhttp/pull/110</a></li>\n<li>chore: upgrading pino to 10.1.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/111\">https://github.com/jaredwray/mockhttp/pull/111</a></li>\n<li>chore: upgrading fastify modules to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/112\">https://github.com/jaredwray/mockhttp/pull/112</a></li>\n<li>feat: adding in meta descriptions by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/113\">https://github.com/jaredwray/mockhttp/pull/113</a></li>\n<li>chore: pin set-cookie-parser to 2.7.2 to mitigate prototype pollution by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/114\">https://github.com/jaredwray/mockhttp/pull/114</a></li>\n<li>feat: implement httpbin Dynamic Data endpoints by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/115\">https://github.com/jaredwray/mockhttp/pull/115</a></li>\n</ul>\n<h2 id=\"new-contributors\">New Contributors</h2>\n<ul>\n<li>@aikido-autofix[bot] made their first contribution in <a href=\"https://github.com/jaredwray/mockhttp/pull/107\">https://github.com/jaredwray/mockhttp/pull/107</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.2.0...v1.3.0\">https://github.com/jaredwray/mockhttp/compare/v1.2.0...v1.3.0</a></p>",
      "content_text": "## What's Changed\r\n* fix: [Aikido] Fix security issue in glob via minor version upgrade from 11.0.3 to 11.1.0 by @aikido-autofix[bot] in [https://github.com/jaredwray/mockhttp/pull/107](https://github.com/jaredwray/mockhttp/pull/107)\r\n* chore: upgrading vitest to 4.0.16 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/109](https://github.com/jaredwray/mockhttp/pull/109)\r\n* chore: upgrading hookified to 1.15.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/110](https://github.com/jaredwray/mockhttp/pull/110)\r\n* chore: upgrading pino to 10.1.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/111](https://github.com/jaredwray/mockhttp/pull/111)\r\n* chore: upgrading fastify modules to latest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/112](https://github.com/jaredwray/mockhttp/pull/112)\r\n* feat: adding in meta descriptions by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/113](https://github.com/jaredwray/mockhttp/pull/113)\r\n* chore: pin set-cookie-parser to 2.7.2 to mitigate prototype pollution by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/114](https://github.com/jaredwray/mockhttp/pull/114)\r\n* feat: implement httpbin Dynamic Data endpoints by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/115](https://github.com/jaredwray/mockhttp/pull/115)\r\n\r\n## New Contributors\r\n* @aikido-autofix[bot] made their first contribution in [https://github.com/jaredwray/mockhttp/pull/107](https://github.com/jaredwray/mockhttp/pull/107)\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v1.2.0...v1.3.0](https://github.com/jaredwray/mockhttp/compare/v1.2.0...v1.3.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-2-0",
      "title": "v1.2.0",
      "url": "https://mockhttp.org/changelog/v1-2-0/",
      "date_published": "2025-12-12",
      "date_modified": "2025-12-12",
      "summary": "<ul>\n<li>chore: moving to nodejs 24 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/100\">https://github.com/jaredwray/mockhttp/pull/100</a></li>\n<li>chore: upgradint tsup to 8.5.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/101\">https://github.com/jaredwray/mockhttp/pull/101</a></li>\n<li>chore: upgrading hookified to 1.14.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/102\">https://github.com/jaredwray/mockhttp/pull/102</a></li>\n<li>chore: upgrading vitest to 4.0.15 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/103\">https://github.com/jaredwray/mockhttp/pull/103</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>chore: moving to nodejs 24 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/100\">https://github.com/jaredwray/mockhttp/pull/100</a></li>\n<li>chore: upgradint tsup to 8.5.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/101\">https://github.com/jaredwray/mockhttp/pull/101</a></li>\n<li>chore: upgrading hookified to 1.14.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/102\">https://github.com/jaredwray/mockhttp/pull/102</a></li>\n<li>chore: upgrading vitest to 4.0.15 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/103\">https://github.com/jaredwray/mockhttp/pull/103</a></li>\n<li>chore: upgrading @scalar/api-reference to 1.40.4 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/104\">https://github.com/jaredwray/mockhttp/pull/104</a></li>\n<li>chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/105\">https://github.com/jaredwray/mockhttp/pull/105</a></li>\n<li>feat: ability to disable logging by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/106\">https://github.com/jaredwray/mockhttp/pull/106</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.1.0...v1.2.0\">https://github.com/jaredwray/mockhttp/compare/v1.1.0...v1.2.0</a></p>",
      "content_text": "## What's Changed\r\n* chore: moving to nodejs 24 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/100](https://github.com/jaredwray/mockhttp/pull/100)\r\n* chore: upgradint tsup to 8.5.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/101](https://github.com/jaredwray/mockhttp/pull/101)\r\n* chore: upgrading hookified to 1.14.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/102](https://github.com/jaredwray/mockhttp/pull/102)\r\n* chore: upgrading vitest to 4.0.15 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/103](https://github.com/jaredwray/mockhttp/pull/103)\r\n* chore: upgrading @scalar/api-reference to 1.40.4 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/104](https://github.com/jaredwray/mockhttp/pull/104)\r\n* chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/105](https://github.com/jaredwray/mockhttp/pull/105)\r\n* feat: ability to disable logging by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/106](https://github.com/jaredwray/mockhttp/pull/106)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v1.1.0...v1.2.0](https://github.com/jaredwray/mockhttp/compare/v1.1.0...v1.2.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-1-0",
      "title": "v1.1.0",
      "url": "https://mockhttp.org/changelog/v1-1-0/",
      "date_published": "2025-11-11",
      "date_modified": "2025-11-11",
      "summary": "<ul>\n<li>chore: removing minify as it causes debugging issues by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/91\">https://github.com/jaredwray/mockhttp/pull/91</a></li>\n<li>fix: updating readme with correct spelling by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/92\">https://github.com/jaredwray/mockhttp/pull/92</a></li>\n<li>chore: upgrading vitest to 4.0.8 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/93\">https://github.com/jaredwray/mockhttp/pull/93</a></li>\n<li>chore: upgrading pino to 10.1.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/94\">https://github.com/jaredwray/mockhttp/pull/94</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>chore: removing minify as it causes debugging issues by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/91\">https://github.com/jaredwray/mockhttp/pull/91</a></li>\n<li>fix: updating readme with correct spelling by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/92\">https://github.com/jaredwray/mockhttp/pull/92</a></li>\n<li>chore: upgrading vitest to 4.0.8 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/93\">https://github.com/jaredwray/mockhttp/pull/93</a></li>\n<li>chore: upgrading pino to 10.1.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/94\">https://github.com/jaredwray/mockhttp/pull/94</a></li>\n<li>chore: upgrading hookified to 1.13.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/95\">https://github.com/jaredwray/mockhttp/pull/95</a></li>\n<li>chore: upgrading fastify to 5.6.2 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/96\">https://github.com/jaredwray/mockhttp/pull/96</a></li>\n<li>feat: adding in image routes by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/97\">https://github.com/jaredwray/mockhttp/pull/97</a></li>\n<li>feat: adding in rate limit options by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/98\">https://github.com/jaredwray/mockhttp/pull/98</a></li>\n<li>feat: making rate limiting enabled by default by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/99\">https://github.com/jaredwray/mockhttp/pull/99</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.0.1...v1.1.0\">https://github.com/jaredwray/mockhttp/compare/v1.0.1...v1.1.0</a></p>",
      "content_text": "## What's Changed\r\n* chore: removing minify as it causes debugging issues by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/91](https://github.com/jaredwray/mockhttp/pull/91)\r\n* fix: updating readme with correct spelling by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/92](https://github.com/jaredwray/mockhttp/pull/92)\r\n* chore: upgrading vitest to 4.0.8 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/93](https://github.com/jaredwray/mockhttp/pull/93)\r\n* chore: upgrading pino to 10.1.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/94](https://github.com/jaredwray/mockhttp/pull/94)\r\n* chore: upgrading hookified to 1.13.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/95](https://github.com/jaredwray/mockhttp/pull/95)\r\n* chore: upgrading fastify to 5.6.2 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/96](https://github.com/jaredwray/mockhttp/pull/96)\r\n* feat: adding in image routes by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/97](https://github.com/jaredwray/mockhttp/pull/97)\r\n* feat: adding in rate limit options by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/98](https://github.com/jaredwray/mockhttp/pull/98)\r\n* feat: making rate limiting enabled by default by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/99](https://github.com/jaredwray/mockhttp/pull/99)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v1.0.1...v1.1.0](https://github.com/jaredwray/mockhttp/compare/v1.0.1...v1.1.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-0-1",
      "title": "v1.0.1",
      "url": "https://mockhttp.org/changelog/v1-0-1/",
      "date_published": "2025-10-07",
      "date_modified": "2025-10-07",
      "summary": "<ul>\n<li>fix: delete endpoing allows string, JSON, or any by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/90\">https://github.com/jaredwray/mockhttp/pull/90</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.0.0...v1.0.1\">https://github.com/jaredwray/mockhttp/compare/v1.0.0...v1.0.1</a></p>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>fix: delete endpoing allows string, JSON, or any by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/90\">https://github.com/jaredwray/mockhttp/pull/90</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v1.0.0...v1.0.1\">https://github.com/jaredwray/mockhttp/compare/v1.0.0...v1.0.1</a></p>",
      "content_text": "## What's Changed\r\n* fix: delete endpoing allows string, JSON, or any by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/90](https://github.com/jaredwray/mockhttp/pull/90)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v1.0.0...v1.0.1](https://github.com/jaredwray/mockhttp/compare/v1.0.0...v1.0.1)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v1-0-0",
      "title": "v1.0.0",
      "url": "https://mockhttp.org/changelog/v1-0-0/",
      "date_published": "2025-10-07",
      "date_modified": "2025-10-07",
      "summary": "<ul>\n<li>fix: docker no longer runs as default user by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/80\">https://github.com/jaredwray/mockhttp/pull/80</a></li>\n<li>chore: upgrading @biomejs/biome to 2.2.5 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/81\">https://github.com/jaredwray/mockhttp/pull/81</a></li>\n<li>chore: upgrading pino to 10.0.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/82\">https://github.com/jaredwray/mockhttp/pull/82</a></li>\n<li>chore: upgrading hookified to 1.12.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/83\">https://github.com/jaredwray/mockhttp/pull/83</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>fix: docker no longer runs as default user by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/80\">https://github.com/jaredwray/mockhttp/pull/80</a></li>\n<li>chore: upgrading @biomejs/biome to 2.2.5 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/81\">https://github.com/jaredwray/mockhttp/pull/81</a></li>\n<li>chore: upgrading pino to 10.0.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/82\">https://github.com/jaredwray/mockhttp/pull/82</a></li>\n<li>chore: upgrading hookified to 1.12.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/83\">https://github.com/jaredwray/mockhttp/pull/83</a></li>\n<li>chore: upgrading fastify to 5.6.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/84\">https://github.com/jaredwray/mockhttp/pull/84</a></li>\n<li>feat: adding in injection taps by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/85\">https://github.com/jaredwray/mockhttp/pull/85</a></li>\n<li>fix: delete should allow strings or json to be passed by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/86\">https://github.com/jaredwray/mockhttp/pull/86</a></li>\n<li>feat: adding minification to build by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/87\">https://github.com/jaredwray/mockhttp/pull/87</a></li>\n<li>feat: adding function for tap injections by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/88\">https://github.com/jaredwray/mockhttp/pull/88</a></li>\n<li>feat: updating documentation for taps by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/89\">https://github.com/jaredwray/mockhttp/pull/89</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.9.0...v1.0.0\">https://github.com/jaredwray/mockhttp/compare/v0.9.0...v1.0.0</a></p>",
      "content_text": "## What's Changed\r\n* fix: docker no longer runs as default user by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/80](https://github.com/jaredwray/mockhttp/pull/80)\r\n* chore: upgrading @biomejs/biome to 2.2.5 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/81](https://github.com/jaredwray/mockhttp/pull/81)\r\n* chore: upgrading pino to 10.0.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/82](https://github.com/jaredwray/mockhttp/pull/82)\r\n* chore: upgrading hookified to 1.12.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/83](https://github.com/jaredwray/mockhttp/pull/83)\r\n* chore: upgrading fastify to 5.6.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/84](https://github.com/jaredwray/mockhttp/pull/84)\r\n* feat: adding in injection taps by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/85](https://github.com/jaredwray/mockhttp/pull/85)\r\n* fix: delete should allow strings or json to be passed by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/86](https://github.com/jaredwray/mockhttp/pull/86)\r\n* feat: adding minification to build by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/87](https://github.com/jaredwray/mockhttp/pull/87)\r\n* feat: adding function for tap injections by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/88](https://github.com/jaredwray/mockhttp/pull/88)\r\n* feat: updating documentation for taps by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/89](https://github.com/jaredwray/mockhttp/pull/89)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.9.0...v1.0.0](https://github.com/jaredwray/mockhttp/compare/v0.9.0...v1.0.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-9-0",
      "title": "v0.9.0",
      "url": "https://mockhttp.org/changelog/v0-9-0/",
      "date_published": "2025-08-27",
      "date_modified": "2025-08-27",
      "summary": "<ul>\n<li>feat: adding in multiple http methods for plain, html, and text by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/78\">https://github.com/jaredwray/mockhttp/pull/78</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.8.0...v0.9.0\">https://github.com/jaredwray/mockhttp/compare/v0.8.0...v0.9.0</a></p>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>feat: adding in multiple http methods for plain, html, and text by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/78\">https://github.com/jaredwray/mockhttp/pull/78</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.8.0...v0.9.0\">https://github.com/jaredwray/mockhttp/compare/v0.8.0...v0.9.0</a></p>",
      "content_text": "## What's Changed\r\n* feat: adding in multiple http methods for plain, html, and text by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/78](https://github.com/jaredwray/mockhttp/pull/78)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.8.0...v0.9.0](https://github.com/jaredwray/mockhttp/compare/v0.8.0...v0.9.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-8-0",
      "title": "v0.8.0",
      "url": "https://mockhttp.org/changelog/v0-8-0/",
      "date_published": "2025-08-27",
      "date_modified": "2025-08-27",
      "summary": "<ul>\n<li>feat: adding in plain endpoint by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/74\">https://github.com/jaredwray/mockhttp/pull/74</a></li>\n<li>feat: adding in text endpoint by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/75\">https://github.com/jaredwray/mockhttp/pull/75</a></li>\n<li>feat: adding in html endpoint by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/76\">https://github.com/jaredwray/mockhttp/pull/76</a></li>\n<li>fix: removing eslint by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/77\">https://github.com/jaredwray/mockhttp/pull/77</a></li>\n</ul>\n<p><strong>Full Changelog</strong>:...</p>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>feat: adding in plain endpoint by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/74\">https://github.com/jaredwray/mockhttp/pull/74</a></li>\n<li>feat: adding in text endpoint by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/75\">https://github.com/jaredwray/mockhttp/pull/75</a></li>\n<li>feat: adding in html endpoint by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/76\">https://github.com/jaredwray/mockhttp/pull/76</a></li>\n<li>fix: removing eslint by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/77\">https://github.com/jaredwray/mockhttp/pull/77</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.7.0...v0.8.0\">https://github.com/jaredwray/mockhttp/compare/v0.7.0...v0.8.0</a></p>",
      "content_text": "## What's Changed\r\n* feat: adding in plain endpoint by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/74](https://github.com/jaredwray/mockhttp/pull/74)\r\n* feat: adding in text endpoint by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/75](https://github.com/jaredwray/mockhttp/pull/75)\r\n* feat: adding in html endpoint by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/76](https://github.com/jaredwray/mockhttp/pull/76)\r\n* fix: removing eslint by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/77](https://github.com/jaredwray/mockhttp/pull/77)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.7.0...v0.8.0](https://github.com/jaredwray/mockhttp/compare/v0.7.0...v0.8.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-7-0",
      "title": "v0.7.0",
      "url": "https://mockhttp.org/changelog/v0-7-0/",
      "date_published": "2025-08-23",
      "date_modified": "2025-08-23",
      "summary": "<ul>\n<li>feat: adding in custom traffic badge by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/65\">https://github.com/jaredwray/mockhttp/pull/65</a></li>\n<li>feat: adding in auth with basic, bearer, digest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/66\">https://github.com/jaredwray/mockhttp/pull/66</a></li>\n<li>chore: upgrading typescript to 5.9.2 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/67\">https://github.com/jaredwray/mockhttp/pull/67</a></li>\n<li>chore: upgrading codecov to v5 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/68\">https://github.com/jaredwray/mockhttp/pull/68</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>feat: adding in custom traffic badge by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/65\">https://github.com/jaredwray/mockhttp/pull/65</a></li>\n<li>feat: adding in auth with basic, bearer, digest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/66\">https://github.com/jaredwray/mockhttp/pull/66</a></li>\n<li>chore: upgrading typescript to 5.9.2 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/67\">https://github.com/jaredwray/mockhttp/pull/67</a></li>\n<li>chore: upgrading codecov to v5 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/68\">https://github.com/jaredwray/mockhttp/pull/68</a></li>\n<li>chore: upgrading pino to 9.9.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/69\">https://github.com/jaredwray/mockhttp/pull/69</a></li>\n<li>chore: upgrading hookified to 1.12.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/70\">https://github.com/jaredwray/mockhttp/pull/70</a></li>\n<li>chore: upgrading fastify to 5.5.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/71\">https://github.com/jaredwray/mockhttp/pull/71</a></li>\n<li>chore: migrating from xo to biome by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/72\">https://github.com/jaredwray/mockhttp/pull/72</a></li>\n<li>fix: adding error on warnings for biome check by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/73\">https://github.com/jaredwray/mockhttp/pull/73</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.6.1...v0.6.2\">https://github.com/jaredwray/mockhttp/compare/v0.6.1...v0.6.2</a></p>",
      "content_text": "## What's Changed\r\n* feat: adding in custom traffic badge by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/65](https://github.com/jaredwray/mockhttp/pull/65)\r\n* feat: adding in auth with basic, bearer, digest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/66](https://github.com/jaredwray/mockhttp/pull/66)\r\n* chore: upgrading typescript to 5.9.2 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/67](https://github.com/jaredwray/mockhttp/pull/67)\r\n* chore: upgrading codecov to v5 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/68](https://github.com/jaredwray/mockhttp/pull/68)\r\n* chore: upgrading pino to 9.9.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/69](https://github.com/jaredwray/mockhttp/pull/69)\r\n* chore: upgrading hookified to 1.12.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/70](https://github.com/jaredwray/mockhttp/pull/70)\r\n* chore: upgrading fastify to 5.5.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/71](https://github.com/jaredwray/mockhttp/pull/71)\r\n* chore: migrating from xo to biome by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/72](https://github.com/jaredwray/mockhttp/pull/72)\r\n* fix: adding error on warnings for biome check by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/73](https://github.com/jaredwray/mockhttp/pull/73)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.6.1...v0.6.2](https://github.com/jaredwray/mockhttp/compare/v0.6.1...v0.6.2)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-6-1",
      "title": "v0.6.1",
      "url": "https://mockhttp.org/changelog/v0-6-1/",
      "date_published": "2025-07-19",
      "date_modified": "2025-07-19",
      "summary": "<ul>\n<li>chore: adding in min for cloud run by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/60\">https://github.com/jaredwray/mockhttp/pull/60</a></li>\n<li>chore: upgrading xo to 1.2.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/61\">https://github.com/jaredwray/mockhttp/pull/61</a></li>\n<li>chore: upgrading vitest to 3.2.4 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/62\">https://github.com/jaredwray/mockhttp/pull/62</a></li>\n<li>chore: upgrading @scalar/api-reference to 1.32.9 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/63\">https://github.com/jaredwray/mockhttp/pull/63</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>chore: adding in min for cloud run by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/60\">https://github.com/jaredwray/mockhttp/pull/60</a></li>\n<li>chore: upgrading xo to 1.2.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/61\">https://github.com/jaredwray/mockhttp/pull/61</a></li>\n<li>chore: upgrading vitest to 3.2.4 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/62\">https://github.com/jaredwray/mockhttp/pull/62</a></li>\n<li>chore: upgrading @scalar/api-reference to 1.32.9 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/63\">https://github.com/jaredwray/mockhttp/pull/63</a></li>\n<li>chore: upgrading hookified to 1.10.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/64\">https://github.com/jaredwray/mockhttp/pull/64</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.6.0...v0.6.1\">https://github.com/jaredwray/mockhttp/compare/v0.6.0...v0.6.1</a></p>",
      "content_text": "## What's Changed\r\n* chore: adding in min for cloud run by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/60](https://github.com/jaredwray/mockhttp/pull/60)\r\n* chore: upgrading xo to 1.2.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/61](https://github.com/jaredwray/mockhttp/pull/61)\r\n* chore: upgrading vitest to 3.2.4 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/62](https://github.com/jaredwray/mockhttp/pull/62)\r\n* chore: upgrading @scalar/api-reference to 1.32.9 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/63](https://github.com/jaredwray/mockhttp/pull/63)\r\n* chore: upgrading hookified to 1.10.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/64](https://github.com/jaredwray/mockhttp/pull/64)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.6.0...v0.6.1](https://github.com/jaredwray/mockhttp/compare/v0.6.0...v0.6.1)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-6-0",
      "title": "v0.6.0",
      "url": "https://mockhttp.org/changelog/v0-6-0/",
      "date_published": "2025-06-14",
      "date_modified": "2025-06-14",
      "summary": "<ul>\n<li>fix: adding in application/json for return time on cookies by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/52\">https://github.com/jaredwray/mockhttp/pull/52</a></li>\n<li>chore: upgrading vitest to 3.2.3 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/53\">https://github.com/jaredwray/mockhttp/pull/53</a></li>\n<li>chore: upgrading tsup to 8.5.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/54\">https://github.com/jaredwray/mockhttp/pull/54</a></li>\n<li>chore: upgrading pino to 9.7.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/55\">https://github.com/jaredwray/mockhttp/pull/55</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>fix: adding in application/json for return time on cookies by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/52\">https://github.com/jaredwray/mockhttp/pull/52</a></li>\n<li>chore: upgrading vitest to 3.2.3 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/53\">https://github.com/jaredwray/mockhttp/pull/53</a></li>\n<li>chore: upgrading tsup to 8.5.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/54\">https://github.com/jaredwray/mockhttp/pull/54</a></li>\n<li>chore: upgrading pino to 9.7.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/55\">https://github.com/jaredwray/mockhttp/pull/55</a></li>\n<li>chore: upgrading hookified to 1.9.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/56\">https://github.com/jaredwray/mockhttp/pull/56</a></li>\n<li>chore: upgrading xo to 1.1.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/57\">https://github.com/jaredwray/mockhttp/pull/57</a></li>\n<li>chore: upgrading fastify to 5.4.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/58\">https://github.com/jaredwray/mockhttp/pull/58</a></li>\n<li>feat: adding in the anything route from httpbin by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/59\">https://github.com/jaredwray/mockhttp/pull/59</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.5.0...v0.6.0\">https://github.com/jaredwray/mockhttp/compare/v0.5.0...v0.6.0</a></p>",
      "content_text": "## What's Changed\r\n* fix: adding in application/json for return time on cookies by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/52](https://github.com/jaredwray/mockhttp/pull/52)\r\n* chore: upgrading vitest to 3.2.3 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/53](https://github.com/jaredwray/mockhttp/pull/53)\r\n* chore: upgrading tsup to 8.5.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/54](https://github.com/jaredwray/mockhttp/pull/54)\r\n* chore: upgrading pino to 9.7.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/55](https://github.com/jaredwray/mockhttp/pull/55)\r\n* chore: upgrading hookified to 1.9.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/56](https://github.com/jaredwray/mockhttp/pull/56)\r\n* chore: upgrading xo to 1.1.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/57](https://github.com/jaredwray/mockhttp/pull/57)\r\n* chore: upgrading fastify to 5.4.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/58](https://github.com/jaredwray/mockhttp/pull/58)\r\n* feat: adding in the anything route from httpbin by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/59](https://github.com/jaredwray/mockhttp/pull/59)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.5.0...v0.6.0](https://github.com/jaredwray/mockhttp/compare/v0.5.0...v0.6.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-5-0",
      "title": "v0.5.0",
      "url": "https://mockhttp.org/changelog/v0-5-0/",
      "date_published": "2025-05-10",
      "date_modified": "2025-05-10",
      "summary": "<ul>\n<li>chore: updating github actions and scripts by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/45\">https://github.com/jaredwray/mockhttp/pull/45</a></li>\n<li>chore: upgrading @swc/core and tsx to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/46\">https://github.com/jaredwray/mockhttp/pull/46</a></li>\n<li>chore: upgrading vitest to 3.1.3 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/47\">https://github.com/jaredwray/mockhttp/pull/47</a></li>\n<li>chore: upgrading hookified to 1.9.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/48\">https://github.com/jaredwray/mockhttp/pull/48</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>chore: updating github actions and scripts by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/45\">https://github.com/jaredwray/mockhttp/pull/45</a></li>\n<li>chore: upgrading @swc/core and tsx to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/46\">https://github.com/jaredwray/mockhttp/pull/46</a></li>\n<li>chore: upgrading vitest to 3.1.3 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/47\">https://github.com/jaredwray/mockhttp/pull/47</a></li>\n<li>chore: upgrading hookified to 1.9.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/48\">https://github.com/jaredwray/mockhttp/pull/48</a></li>\n<li>chore: upgrading fastify to 5.3.2 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/49\">https://github.com/jaredwray/mockhttp/pull/49</a></li>\n<li>feat: moving docker to get external packaging by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/50\">https://github.com/jaredwray/mockhttp/pull/50</a></li>\n<li>feat: adding in cookies from httpbin by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/51\">https://github.com/jaredwray/mockhttp/pull/51</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.4.3...v0.5.0\">https://github.com/jaredwray/mockhttp/compare/v0.4.3...v0.5.0</a></p>",
      "content_text": "## What's Changed\r\n* chore: updating github actions and scripts by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/45](https://github.com/jaredwray/mockhttp/pull/45)\r\n* chore: upgrading @swc/core and tsx to latest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/46](https://github.com/jaredwray/mockhttp/pull/46)\r\n* chore: upgrading vitest to 3.1.3 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/47](https://github.com/jaredwray/mockhttp/pull/47)\r\n* chore: upgrading hookified to 1.9.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/48](https://github.com/jaredwray/mockhttp/pull/48)\r\n* chore: upgrading fastify to 5.3.2 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/49](https://github.com/jaredwray/mockhttp/pull/49)\r\n* feat: moving docker to get external packaging by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/50](https://github.com/jaredwray/mockhttp/pull/50)\r\n* feat: adding in cookies from httpbin by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/51](https://github.com/jaredwray/mockhttp/pull/51)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.4.3...v0.5.0](https://github.com/jaredwray/mockhttp/compare/v0.4.3...v0.5.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-4-3",
      "title": "v0.4.3",
      "url": "https://mockhttp.org/changelog/v0-4-3/",
      "date_published": "2025-04-05",
      "date_modified": "2025-04-05",
      "summary": "<ul>\n<li>fix: fixing workflows to use npm for docker by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/44\">https://github.com/jaredwray/mockhttp/pull/44</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.4.2...v0.4.3\">https://github.com/jaredwray/mockhttp/compare/v0.4.2...v0.4.3</a></p>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>fix: fixing workflows to use npm for docker by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/44\">https://github.com/jaredwray/mockhttp/pull/44</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.4.2...v0.4.3\">https://github.com/jaredwray/mockhttp/compare/v0.4.2...v0.4.3</a></p>",
      "content_text": "## What's Changed\r\n* fix: fixing workflows to use npm for docker by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/44](https://github.com/jaredwray/mockhttp/pull/44)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.4.2...v0.4.3](https://github.com/jaredwray/mockhttp/compare/v0.4.2...v0.4.3)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-4-2",
      "title": "v0.4.2",
      "url": "https://mockhttp.org/changelog/v0-4-2/",
      "date_published": "2025-04-05",
      "date_modified": "2025-04-05",
      "summary": "<ul>\n<li>fix: updating the description in swagger definition by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/34\">https://github.com/jaredwray/mockhttp/pull/34</a></li>\n<li>feat: adding in auto port detection by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/35\">https://github.com/jaredwray/mockhttp/pull/35</a></li>\n<li>chore: migrating to pnpm for workflows by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/36\">https://github.com/jaredwray/mockhttp/pull/36</a></li>\n<li>chore: upgrading vitest to 3.1.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/37\">https://github.com/jaredwray/mockhttp/pull/37</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>fix: updating the description in swagger definition by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/34\">https://github.com/jaredwray/mockhttp/pull/34</a></li>\n<li>feat: adding in auto port detection by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/35\">https://github.com/jaredwray/mockhttp/pull/35</a></li>\n<li>chore: migrating to pnpm for workflows by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/36\">https://github.com/jaredwray/mockhttp/pull/36</a></li>\n<li>chore: upgrading vitest to 3.1.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/37\">https://github.com/jaredwray/mockhttp/pull/37</a></li>\n<li>chore: upgrading typescript to 5.8.3 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/38\">https://github.com/jaredwray/mockhttp/pull/38</a></li>\n<li>chore: upgrading hookified to 1.8.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/39\">https://github.com/jaredwray/mockhttp/pull/39</a></li>\n<li>chore: upgrading fastify to 5.2.2 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/40\">https://github.com/jaredwray/mockhttp/pull/40</a></li>\n<li>chore: upgrading @swc/core to 1.11.16 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/41\">https://github.com/jaredwray/mockhttp/pull/41</a></li>\n<li>chore: upgrading @scalar/api-reference to 1.28.12 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/42\">https://github.com/jaredwray/mockhttp/pull/42</a></li>\n<li>feat: adding in docker compose example by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/43\">https://github.com/jaredwray/mockhttp/pull/43</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.4.1...v0.4.2\">https://github.com/jaredwray/mockhttp/compare/v0.4.1...v0.4.2</a></p>",
      "content_text": "## What's Changed\r\n* fix: updating the description in swagger definition by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/34](https://github.com/jaredwray/mockhttp/pull/34)\r\n* feat: adding in auto port detection by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/35](https://github.com/jaredwray/mockhttp/pull/35)\r\n* chore: migrating to pnpm for workflows by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/36](https://github.com/jaredwray/mockhttp/pull/36)\r\n* chore: upgrading vitest to 3.1.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/37](https://github.com/jaredwray/mockhttp/pull/37)\r\n* chore: upgrading typescript to 5.8.3 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/38](https://github.com/jaredwray/mockhttp/pull/38)\r\n* chore: upgrading hookified to 1.8.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/39](https://github.com/jaredwray/mockhttp/pull/39)\r\n* chore: upgrading fastify to 5.2.2 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/40](https://github.com/jaredwray/mockhttp/pull/40)\r\n* chore: upgrading @swc/core to 1.11.16 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/41](https://github.com/jaredwray/mockhttp/pull/41)\r\n* chore: upgrading @scalar/api-reference to 1.28.12 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/42](https://github.com/jaredwray/mockhttp/pull/42)\r\n* feat: adding in docker compose example by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/43](https://github.com/jaredwray/mockhttp/pull/43)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.4.1...v0.4.2](https://github.com/jaredwray/mockhttp/compare/v0.4.1...v0.4.2)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-4-1",
      "title": "v0.4.1",
      "url": "https://mockhttp.org/changelog/v0-4-1/",
      "date_published": "2025-03-01",
      "date_modified": "2025-03-01",
      "summary": "<ul>\n<li>chore: upgrading tsup, tsx, and typescript to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/29\">https://github.com/jaredwray/mockhttp/pull/29</a></li>\n<li>chore: upgrading vitest to 3.0.7 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/30\">https://github.com/jaredwray/mockhttp/pull/30</a></li>\n<li>chore: upgrading hookified to 1.7.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/31\">https://github.com/jaredwray/mockhttp/pull/31</a></li>\n<li>chore: upgrading swc to 1.11.5 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/32\">https://github.com/jaredwray/mockhttp/pull/32</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>chore: upgrading tsup, tsx, and typescript to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/29\">https://github.com/jaredwray/mockhttp/pull/29</a></li>\n<li>chore: upgrading vitest to 3.0.7 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/30\">https://github.com/jaredwray/mockhttp/pull/30</a></li>\n<li>chore: upgrading hookified to 1.7.1 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/31\">https://github.com/jaredwray/mockhttp/pull/31</a></li>\n<li>chore: upgrading swc to 1.11.5 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/32\">https://github.com/jaredwray/mockhttp/pull/32</a></li>\n<li>chore: upgrading fastify and scalar modules to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/33\">https://github.com/jaredwray/mockhttp/pull/33</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.4.0...v0.4.1\">https://github.com/jaredwray/mockhttp/compare/v0.4.0...v0.4.1</a></p>",
      "content_text": "## What's Changed\r\n* chore: upgrading tsup, tsx, and typescript to latest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/29](https://github.com/jaredwray/mockhttp/pull/29)\r\n* chore: upgrading vitest to 3.0.7 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/30](https://github.com/jaredwray/mockhttp/pull/30)\r\n* chore: upgrading hookified to 1.7.1 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/31](https://github.com/jaredwray/mockhttp/pull/31)\r\n* chore: upgrading swc to 1.11.5 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/32](https://github.com/jaredwray/mockhttp/pull/32)\r\n* chore: upgrading fastify and scalar modules to latest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/33](https://github.com/jaredwray/mockhttp/pull/33)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.4.0...v0.4.1](https://github.com/jaredwray/mockhttp/compare/v0.4.0...v0.4.1)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-4-0",
      "title": "v0.4.0",
      "url": "https://mockhttp.org/changelog/v0-4-0/",
      "date_published": "2025-01-26",
      "date_modified": "2025-01-26",
      "summary": "<ul>\n<li>feat: adding in the start of mockhttp class by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/28\">https://github.com/jaredwray/mockhttp/pull/28</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.3.0...v0.4.0\">https://github.com/jaredwray/mockhttp/compare/v0.3.0...v0.4.0</a></p>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>feat: adding in the start of mockhttp class by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/28\">https://github.com/jaredwray/mockhttp/pull/28</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.3.0...v0.4.0\">https://github.com/jaredwray/mockhttp/compare/v0.3.0...v0.4.0</a></p>",
      "content_text": "## What's Changed\r\n* feat: adding in the start of mockhttp class by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/28](https://github.com/jaredwray/mockhttp/pull/28)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.3.0...v0.4.0](https://github.com/jaredwray/mockhttp/compare/v0.3.0...v0.4.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-3-0",
      "title": "v0.3.0",
      "url": "https://mockhttp.org/changelog/v0-3-0/",
      "date_published": "2025-01-25",
      "date_modified": "2025-01-25",
      "summary": "<ul>\n<li>chore: upgrading vitest to 3.0.4 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/21\">https://github.com/jaredwray/mockhttp/pull/21</a></li>\n<li>chore: upgrading typescript to 5.7.3 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/22\">https://github.com/jaredwray/mockhttp/pull/22</a></li>\n<li>chore: upgrading tsup and scalar to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/23\">https://github.com/jaredwray/mockhttp/pull/23</a></li>\n<li>chore: upgrading fastify to 5.2.1 and modules to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/24\">https://github.com/jaredwray/mockhttp/pull/24</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>chore: upgrading vitest to 3.0.4 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/21\">https://github.com/jaredwray/mockhttp/pull/21</a></li>\n<li>chore: upgrading typescript to 5.7.3 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/22\">https://github.com/jaredwray/mockhttp/pull/22</a></li>\n<li>chore: upgrading tsup and scalar to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/23\">https://github.com/jaredwray/mockhttp/pull/23</a></li>\n<li>chore: upgrading fastify to 5.2.1 and modules to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/24\">https://github.com/jaredwray/mockhttp/pull/24</a></li>\n<li>feat: moving concurrency on cloud run to 500 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/25\">https://github.com/jaredwray/mockhttp/pull/25</a></li>\n<li>feat: adding in description on main page by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/26\">https://github.com/jaredwray/mockhttp/pull/26</a></li>\n<li>feat: adding in redirects by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/27\">https://github.com/jaredwray/mockhttp/pull/27</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.2.3...v0.3.0\">https://github.com/jaredwray/mockhttp/compare/v0.2.3...v0.3.0</a></p>",
      "content_text": "## What's Changed\r\n* chore: upgrading vitest to 3.0.4 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/21](https://github.com/jaredwray/mockhttp/pull/21)\r\n* chore: upgrading typescript to 5.7.3 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/22](https://github.com/jaredwray/mockhttp/pull/22)\r\n* chore: upgrading tsup and scalar to latest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/23](https://github.com/jaredwray/mockhttp/pull/23)\r\n* chore: upgrading fastify to 5.2.1 and modules to latest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/24](https://github.com/jaredwray/mockhttp/pull/24)\r\n* feat: moving concurrency on cloud run to 500 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/25](https://github.com/jaredwray/mockhttp/pull/25)\r\n* feat: adding in description on main page by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/26](https://github.com/jaredwray/mockhttp/pull/26)\r\n* feat: adding in redirects by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/27](https://github.com/jaredwray/mockhttp/pull/27)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.2.3...v0.3.0](https://github.com/jaredwray/mockhttp/compare/v0.2.3...v0.3.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-2-3",
      "title": "v0.2.3",
      "url": "https://mockhttp.org/changelog/v0-2-3/",
      "date_published": "2024-12-31",
      "date_modified": "2024-12-31",
      "summary": "<ul>\n<li>removing CORS as its is not needed by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/17\">https://github.com/jaredwray/mockhttp/pull/17</a></li>\n<li>feat: adding in robots.txt file by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/18\">https://github.com/jaredwray/mockhttp/pull/18</a></li>\n<li>feat: adding in sitemap.xml by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/19\">https://github.com/jaredwray/mockhttp/pull/19</a></li>\n<li>chore: upgrading modules to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/20\">https://github.com/jaredwray/mockhttp/pull/20</a></li>\n</ul>\n<p><strong>Full Changelog</strong>:...</p>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>removing CORS as its is not needed by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/17\">https://github.com/jaredwray/mockhttp/pull/17</a></li>\n<li>feat: adding in robots.txt file by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/18\">https://github.com/jaredwray/mockhttp/pull/18</a></li>\n<li>feat: adding in sitemap.xml by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/19\">https://github.com/jaredwray/mockhttp/pull/19</a></li>\n<li>chore: upgrading modules to latest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/20\">https://github.com/jaredwray/mockhttp/pull/20</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.2.2...v0.2.3\">https://github.com/jaredwray/mockhttp/compare/v0.2.2...v0.2.3</a></p>",
      "content_text": "## What's Changed\r\n* removing CORS as its is not needed by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/17](https://github.com/jaredwray/mockhttp/pull/17)\r\n* feat: adding in robots.txt file by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/18](https://github.com/jaredwray/mockhttp/pull/18)\r\n* feat: adding in sitemap.xml by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/19](https://github.com/jaredwray/mockhttp/pull/19)\r\n* chore: upgrading modules to latest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/20](https://github.com/jaredwray/mockhttp/pull/20)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.2.2...v0.2.3](https://github.com/jaredwray/mockhttp/compare/v0.2.2...v0.2.3)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-2-2",
      "title": "v0.2.2",
      "url": "https://mockhttp.org/changelog/v0-2-2/",
      "date_published": "2024-12-28",
      "date_modified": "2024-12-28",
      "summary": "<ul>\n<li>Adding in docker description and CORS for allowing logo.svg access</li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>Adding in docker description and CORS for allowing logo.svg access</li>\n</ul>",
      "content_text": "## What's Changed\r\n* Adding in docker description and CORS for allowing logo.svg access",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-2-1",
      "title": "v0.2.1",
      "url": "https://mockhttp.org/changelog/v0-2-1/",
      "date_published": "2024-12-13",
      "date_modified": "2024-12-13",
      "summary": "<ul>\n<li>moving to logging on a single line by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/15\">https://github.com/jaredwray/mockhttp/pull/15</a></li>\n<li>upgrading scalar to 1.25.82 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/16\">https://github.com/jaredwray/mockhttp/pull/16</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.2.0...v0.2.1\">https://github.com/jaredwray/mockhttp/compare/v0.2.0...v0.2.1</a></p>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>moving to logging on a single line by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/15\">https://github.com/jaredwray/mockhttp/pull/15</a></li>\n<li>upgrading scalar to 1.25.82 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/16\">https://github.com/jaredwray/mockhttp/pull/16</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.2.0...v0.2.1\">https://github.com/jaredwray/mockhttp/compare/v0.2.0...v0.2.1</a></p>",
      "content_text": "## What's Changed\r\n* moving to logging on a single line by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/15](https://github.com/jaredwray/mockhttp/pull/15)\r\n* upgrading scalar to 1.25.82 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/16](https://github.com/jaredwray/mockhttp/pull/16)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.2.0...v0.2.1](https://github.com/jaredwray/mockhttp/compare/v0.2.0...v0.2.1)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-2-0",
      "title": "v0.2.0",
      "url": "https://mockhttp.org/changelog/v0-2-0/",
      "date_published": "2024-12-13",
      "date_modified": "2024-12-13",
      "summary": "<ul>\n<li>response inspection by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/14\">https://github.com/jaredwray/mockhttp/pull/14</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.1.0...v0.2.0\">https://github.com/jaredwray/mockhttp/compare/v0.1.0...v0.2.0</a></p>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>response inspection by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/14\">https://github.com/jaredwray/mockhttp/pull/14</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/compare/v0.1.0...v0.2.0\">https://github.com/jaredwray/mockhttp/compare/v0.1.0...v0.2.0</a></p>",
      "content_text": "## What's Changed\r\n* response inspection by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/14](https://github.com/jaredwray/mockhttp/pull/14)\r\n\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/compare/v0.1.0...v0.2.0](https://github.com/jaredwray/mockhttp/compare/v0.1.0...v0.2.0)",
      "tags": [
        "Release"
      ]
    },
    {
      "id": "v0-1-0",
      "title": "v0.1.0",
      "url": "https://mockhttp.org/changelog/v0-1-0/",
      "date_published": "2024-12-12",
      "date_modified": "2024-12-12",
      "summary": "<ul>\n<li>adding in contributing and code of conduct by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/1\">https://github.com/jaredwray/mockhttp/pull/1</a></li>\n<li>migrating to correct folder format by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/2\">https://github.com/jaredwray/mockhttp/pull/2</a></li>\n<li>adding in logo and favicon by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/3\">https://github.com/jaredwray/mockhttp/pull/3</a></li>\n<li>adding in headers and user-agent endpoints by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/4\">https://github.com/jaredwray/mockhttp/pull/4</a></li>\n<li>moving to scalar by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/5\">https://github.com/jaredwray/mockhttp/pull/5</a></li>\n</ul>",
      "content_html": "<h2 id=\"whats-changed\">What's Changed</h2>\n<ul>\n<li>adding in contributing and code of conduct by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/1\">https://github.com/jaredwray/mockhttp/pull/1</a></li>\n<li>migrating to correct folder format by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/2\">https://github.com/jaredwray/mockhttp/pull/2</a></li>\n<li>adding in logo and favicon by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/3\">https://github.com/jaredwray/mockhttp/pull/3</a></li>\n<li>adding in headers and user-agent endpoints by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/4\">https://github.com/jaredwray/mockhttp/pull/4</a></li>\n<li>moving to scalar by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/5\">https://github.com/jaredwray/mockhttp/pull/5</a></li>\n<li>adding in status codes by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/6\">https://github.com/jaredwray/mockhttp/pull/6</a></li>\n<li>adding in unit tests and workflows by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/7\">https://github.com/jaredwray/mockhttp/pull/7</a></li>\n<li>fixing the title that had an extra space by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/8\">https://github.com/jaredwray/mockhttp/pull/8</a></li>\n<li>moving to scalar locally instead of via CDN by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/9\">https://github.com/jaredwray/mockhttp/pull/9</a></li>\n<li>adding in dynamic version from package.json by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/10\">https://github.com/jaredwray/mockhttp/pull/10</a></li>\n<li>adding in fastify helmet by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/11\">https://github.com/jaredwray/mockhttp/pull/11</a></li>\n<li>upgrading xo to 0.60.0 by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/12\">https://github.com/jaredwray/mockhttp/pull/12</a></li>\n<li>updating build to tsup and upgrading vitest by @jaredwray in <a href=\"https://github.com/jaredwray/mockhttp/pull/13\">https://github.com/jaredwray/mockhttp/pull/13</a></li>\n</ul>\n<h2 id=\"new-contributors\">New Contributors</h2>\n<ul>\n<li>@jaredwray made their first contribution in <a href=\"https://github.com/jaredwray/mockhttp/pull/1\">https://github.com/jaredwray/mockhttp/pull/1</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/jaredwray/mockhttp/commits/v0.1.0\">https://github.com/jaredwray/mockhttp/commits/v0.1.0</a></p>",
      "content_text": "## What's Changed\r\n* adding in contributing and code of conduct by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/1](https://github.com/jaredwray/mockhttp/pull/1)\r\n* migrating to correct folder format by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/2](https://github.com/jaredwray/mockhttp/pull/2)\r\n* adding in logo and favicon by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/3](https://github.com/jaredwray/mockhttp/pull/3)\r\n* adding in headers and user-agent endpoints by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/4](https://github.com/jaredwray/mockhttp/pull/4)\r\n* moving to scalar by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/5](https://github.com/jaredwray/mockhttp/pull/5)\r\n* adding in status codes by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/6](https://github.com/jaredwray/mockhttp/pull/6)\r\n* adding in unit tests and workflows by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/7](https://github.com/jaredwray/mockhttp/pull/7)\r\n* fixing the title that had an extra space by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/8](https://github.com/jaredwray/mockhttp/pull/8)\r\n* moving to scalar locally instead of via CDN by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/9](https://github.com/jaredwray/mockhttp/pull/9)\r\n* adding in dynamic version from package.json by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/10](https://github.com/jaredwray/mockhttp/pull/10)\r\n* adding in fastify helmet by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/11](https://github.com/jaredwray/mockhttp/pull/11)\r\n* upgrading xo to 0.60.0 by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/12](https://github.com/jaredwray/mockhttp/pull/12)\r\n* updating build to tsup and upgrading vitest by @jaredwray in [https://github.com/jaredwray/mockhttp/pull/13](https://github.com/jaredwray/mockhttp/pull/13)\r\n\r\n## New Contributors\r\n* @jaredwray made their first contribution in [https://github.com/jaredwray/mockhttp/pull/1](https://github.com/jaredwray/mockhttp/pull/1)\r\n\r\n**Full Changelog**: [https://github.com/jaredwray/mockhttp/commits/v0.1.0](https://github.com/jaredwray/mockhttp/commits/v0.1.0)",
      "tags": [
        "Release"
      ]
    }
  ]
}