Sourced from ip-address's releases.
v10.4.0
What's Changed
- Add GitHub Actions CI by
@beaugundersonin beaugunderson/ip-address#213- Keep the package loadable on node 12, and enforce it by
@beaugundersonin beaugunderson/ip-address#216- Validate the byte arrays Address6 is given by
@beaugundersonin beaugunderson/ip-address#217Full Changelog: https://github.com/beaugunderson/ip-address/compare/v10.3.1...v10.4.0
v10.3.1
Full Changelog: https://github.com/beaugunderson/ip-address/compare/v10.3.0...v10.3.1
v10.3.0
Full Changelog: https://github.com/beaugunderson/ip-address/compare/v10.2.2...v10.3.0
v10.2.2
Full Changelog: https://github.com/beaugunderson/ip-address/compare/v10.2.1...v10.2.2
v10.2.1
Full Changelog: https://github.com/beaugunderson/ip-address/compare/v10.2.0...v10.2.1
fbb8db2
10.4.045a2b11
Validate the byte arrays Address6 is given (#217)bac8810
Keep the package loadable on node 12, and enforce it (#216)9b3d848
Add a security policy and a README section on security posturee84a7b3
Order the README API reference Address4, Address6, AddressError015160b
Collapse each class in the README API reference34061a8
Pin checkout and setup-node to commits in the release jobc5fae5d
Pin action-gh-release to a commit and move it to 3.0.2e0ef048
Replace CircleCI with GitHub Actions5e3ceb7
Add GitHub Actions CI across Node 20, 22, 24 and 25 (#213)This version was pushed to npm by GitHub Actions, a new releaser for ip-address since your current version.
This version adds prepare script that runs during
installation. Review the package contents before updating.
Sourced from undici's releases.
v6.28.0
⚠️ Security fixes
- GHSA-m8rv-5g2x-5cg5: a malicious
typeproperty on a duck-typed blob-like HTTP/1.1 request body could inject CRLF sequences into the generatedcontent-typeheader. Undici now coerces and validates the value before adding it to the request. Fixed by 740a0b7c.- GHSA-8xcm-r25x-g524: the retry interceptor could expose a stale
Content-Lengthafter resuming a partial response, potentially causing downstream response desynchronization, hangs, or corruption. Undici now rejects partial responses whoseContent-Lengthis inconsistent withContent-Range. Fixed by cba3a52a, with corrected fixtures in 4fd5a0c6.- GHSA-v3r7-h72x-cjcm: unsanitized
domainandunparsedvalues passed tosetCookie()could inject cookie attributes. Undici now validates cookie domains, paths, and unparsed attributes more strictly. Fixed by af748404.GHSA-4cwx-7wf7-3272 and GHSA-jr45-8vmc-qm54 affect the cache interceptor in Undici v7 and v8; Undici v6 is not in their affected version ranges.
Full Changelog: https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0
01a912e
Bumped v6.28.0 (#5591)481ecfc
Use Node 22 and npm 11 to release740a0b7
fix: validate blob body content type2698e49
fix: validate coerced header values for CRLF (#5579)4fd5a0c
test(retry): correct broken content-range fixtures in
retry-handler.jscba3a52
fix(retry): reject partial content length mismatchaf74840
fix: harden cookie domain, path, and unparsed attribute validationSourced from fast-uri's releases.
v3.1.5
⚠️ Security Warning
Fix for https://github.com/fastify/fast-uri/security/advisories/GHSA-7p8r-x3mc-p8w7
Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.4...v3.1.5
5e179cb
Bumped v3.1.52cad02d
Merge commit from forkSourced from hono's releases.
v4.12.34
Security fixes
This release includes fixes for the following security issues:
memo()retains SSR output across requests, leading to cross-user data disclosureAffects:
hono/jsx(server-side rendering). Fixesmemo()reusing a retained render result across requests when props compare equal, where a component reading request-scoped values from ambient context —useContext(),useRequestContext(), orgetContext()— could serve HTML rendered for another user's request, disclosing account data or request-scoped secrets such as CSRF tokens. GHSA-f23p-vx2j-j53rReDoS in CORS middleware via
Access-Control-Request-HeadersAffects:
hono/cors. Fixes a whitespace-tolerant regular expression with quadratic backtracking used to parse theAccess-Control-Request-Headerspreflight header whenallowHeadersis not configured (the default), where a single preflight request carrying a long whitespace run could consume seconds of CPU and stall request processing. GHSA-8j4g-w8fx-2239Algorithmic complexity DoS in Language Middleware
Affects:
hono/language. Fixes quadratic string processing in language-tag normalization, where a crafted language tag with a large number of hyphen-separated subtags — supplied via a query parameter, cookie, orAccept-Languageheader — could cause excessive CPU consumption and block the event loop. GHSA-54fx-42gc-7vw4Proxy Helper does not remove response headers listed in the
ConnectionheaderAffects:
hono/proxy. Fixesproxy()forwarding response headers that the origin'sConnectionheader designates as connection-scoped, where headers intended only for the immediate peer — per RFC 9110 Section 7.6.1 — could be exposed to clients, disclosing connection-scoped or internal metadata. GHSA-79qm-7rj5-m7r9
Users who use
hono/jsxfor server-side rendering,hono/cors,hono/language, orhono/proxyare strongly encouraged to upgrade to this version.v4.12.33
What's Changed
- fix(cookie): relax name validation when parsing Cookie header in honojs/hono#5164
- chore: bump
@hono/node-serverin honojs/hono#5167- fix(jsx): handle useSyncExternalStore subscription and snapshot changes in honojs/hono#5166
- chore: remove undici in favor of global fetch in honojs/hono#5168
Full Changelog: https://github.com/honojs/hono/compare/v4.12.32...v4.12.33
v4.12.32
What's Changed
- ci: enable reports for type & bundle size check in honojs/hono#5148
- fix(aws-lambda): add jwt and lambda authorizer types for API Gateway v2 in honojs/hono#5142
- fix(sse): emit empty id field to reset Last-Event-ID in honojs/hono#5138
- test(cloudflare-workers): add coverage for onClose, onError, send, and close in Cloudflare Workers websocket adapter in honojs/hono#5145
- fix: use
Object.create(null)when parsing query, headers, and params in honojs/hono#5161- fix(secure-headers): keep CSP callbacks scoped to their header in honojs/hono#5147
Full Changelog: https://github.com/honojs/hono/compare/v4.12.31...v4.12.32
734755a
4.12.349839ff3
chore: update bun.lock (#5182)0c45036
Merge commit from fork720b566
Merge commit from forkf70e2c3
Merge commit from fork93fc250
Merge commit from fork51db313
4.12.33aed1463
chore: remove undici in favor of global fetch (#5168)224d2f5
fix(jsx): handle useSyncExternalStore subscription and snapshot changes
(#5166)df653ce
chore: bump @hono/node-server (#5167)Sourced from fast-uri's releases.
v3.1.5
⚠️ Security Warning
Fix for https://github.com/fastify/fast-uri/security/advisories/GHSA-7p8r-x3mc-p8w7
Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.4...v3.1.5
5e179cb
Bumped v3.1.52cad02d
Merge commit from fork