Determine the address of a proxied request
Last release 11 months ago
28 Sep 2025
Ships fairly regularly
a new release about every 13 months
Most releases are documented
notes for 4 of 5 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
6 releases · first in 2021
Release timeline
6 releases since 2021202120222023202420252026
Releases
- 5.1.028 Sept 2025
Release notes
Open source →What's Changed
- build(deps-dev): bump c8 from 7.14.0 to 10.1.2 by @dependabot[bot] in https://github.com/fastify/proxy-addr/pull/64
- refactor(index): use
Object.hasOwn()by @Fdawgs in https://github.com/fastify/proxy-addr/pull/70 - refactor: replace
varstatements by @Fdawgs in https://github.com/fastify/proxy-addr/pull/71 - build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot[bot] in https://github.com/fastify/proxy-addr/pull/72
- docs(readme): update ci badge syntax by @Fdawgs in https://github.com/fastify/proxy-addr/pull/73
- build(deps-dev): replace standard with neostandard by @Fdawgs in https://github.com/fastify/proxy-addr/pull/74
- types: use
node:prefix for builtins by @Fdawgs in https://github.com/fastify/proxy-addr/pull/75 - build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot[bot] in https://github.com/fastify/proxy-addr/pull/76
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in https://github.com/fastify/proxy-addr/pull/77
- chore(package): add contribs and funding by @Fdawgs in https://github.com/fastify/proxy-addr/pull/78
- perf: reduce string comparisons by @gurgunday in https://github.com/fastify/proxy-addr/pull/79
- test: prefix unused params with underscores by @Fdawgs in https://github.com/fastify/proxy-addr/pull/80
- docs(readme): grammar and spelling fixes by @Fdawgs in https://github.com/fastify/proxy-addr/pull/81
- chore(package): grammar fix by @Fdawgs in https://github.com/fastify/proxy-addr/pull/82
- perf(index): immediately return instead of using temp var by @Fdawgs in https://github.com/fastify/proxy-addr/pull/83
- build(dependabot): reduce npm updates to monthly by @Fdawgs in https://github.com/fastify/proxy-addr/pull/84
- chore: rename master to main by @Fdawgs in https://github.com/fastify/proxy-addr/pull/85
- ci(ci): set job permissions by @Fdawgs in https://github.com/fastify/proxy-addr/pull/87
- ci(ci): drop node 18 by @Fdawgs in https://github.com/fastify/proxy-addr/pull/86
- ci: set permissions at workflow level by @Fdawgs in https://github.com/fastify/proxy-addr/pull/88
- ci: restore job level permissions by @Fdawgs in https://github.com/fastify/proxy-addr/pull/89
- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot[bot] in https://github.com/fastify/proxy-addr/pull/90
- chore(license): update date ranges; standardise style by @Fdawgs in https://github.com/fastify/proxy-addr/pull/91
- build(deps-dev): bump @types/node from 22.15.34 to 24.0.8 by @dependabot[bot] in https://github.com/fastify/proxy-addr/pull/92
- test: migrate to node:test by @inyourtime in https://github.com/fastify/proxy-addr/pull/93
- chore(.npmrc): ignore scripts by @Fdawgs in https://github.com/fastify/proxy-addr/pull/94
- build(deps-dev): remove @fastify/pre-commit by @Fdawgs in https://github.com/fastify/proxy-addr/pull/95
New Contributors
- @inyourtime made their first contribution in https://github.com/fastify/proxy-addr/pull/93
Full Changelog: https://github.com/fastify/proxy-addr/compare/v5.0.0...v5.1.0
- 5.0.04 Sept 2024
Release notes
Open source →What's Changed
- chore(.gitignore): add clinic by @Fdawgs in https://github.com/fastify/proxy-addr/pull/43
- chore(.gitignore): add bun lockfile by @Fdawgs in https://github.com/fastify/proxy-addr/pull/44
- build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/45
- build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/46
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/47
- ci: only trigger on pushes to main branches by @Fdawgs in https://github.com/fastify/proxy-addr/pull/48
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/49
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/50
- perf: use
node:prefix to bypass require.cache call for builtins by @Fdawgs in https://github.com/fastify/proxy-addr/pull/51 - chore: add
.gitattributesfile by @Fdawgs in https://github.com/fastify/proxy-addr/pull/54 - chore(benchmark): add missing
use strictdirectives by @Fdawgs in https://github.com/fastify/proxy-addr/pull/55 - refactor(index): use
\dover number range character class in regex by @Fdawgs in https://github.com/fastify/proxy-addr/pull/56 - chore(package): explicitly declare js module type by @Fdawgs in https://github.com/fastify/proxy-addr/pull/57
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/58
- chore(.gitignore): add .tap/ dir by @Fdawgs in https://github.com/fastify/proxy-addr/pull/59
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/60
- update for fastify v5 by @gurgunday in https://github.com/fastify/proxy-addr/pull/61
- Merge
nextintomasterby @jsumners in https://github.com/fastify/proxy-addr/pull/65 - build(deps): bump fastify/workflows from 4.2.0 to 4.2.1 by @dependabot in https://github.com/fastify/proxy-addr/pull/66
- build(deps): bump @fastify/forwarded from 2.2.0 to 3.0.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/67
- build(deps-dev): bump @types/node from 20.14.13 to 22.0.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/68
- build(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/69
New Contributors
- @jsumners made their first contribution in https://github.com/fastify/proxy-addr/pull/65
Full Changelog: https://github.com/fastify/proxy-addr/compare/v4.1.0...v5.0.0
- 5.0.0-pre.fv5.119 Jun 2024pre-release
Nothing published for this version
- 4.1.015 Dec 2022
Release notes
Open source →What's Changed
- chore(.gitignore): use updated skeleton template by @Fdawgs in https://github.com/fastify/proxy-addr/pull/40
- ci: enable license checking by @Fdawgs in https://github.com/fastify/proxy-addr/pull/41
- nodenext compatiblity by @Uzlopak in https://github.com/fastify/proxy-addr/pull/42
New Contributors
- @Uzlopak made their first contribution in https://github.com/fastify/proxy-addr/pull/42
Full Changelog: https://github.com/fastify/proxy-addr/compare/v4.0.0...v4.1.0
- 4.0.025 May 2022
Release notes
Open source →What's Changed
- chore: ci and doc updates by @Fdawgs in https://github.com/fastify/proxy-addr/pull/4
- build(deps): bump actions/checkout from 2 to 2.3.4 by @dependabot in https://github.com/fastify/proxy-addr/pull/6
- build(deps): bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/7
- build(deps): bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 by @dependabot in https://github.com/fastify/proxy-addr/pull/8
- build(deps): bump actions/setup-node from 2.1.5 to 2.2.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/10
- build(deps): bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/11
- build(deps): bump actions/setup-node from 2.2.0 to 2.3.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/12
- build(deps): bump actions/setup-node from 2.3.0 to 2.3.1 by @dependabot in https://github.com/fastify/proxy-addr/pull/13
- build(deps): bump actions/setup-node from 2.3.1 to 2.3.2 by @dependabot in https://github.com/fastify/proxy-addr/pull/14
- build(deps): bump actions/setup-node from 2.3.2 to 2.4.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/15
- build(deps): bump fastify/github-action-merge-dependabot from 2.2.0 to 2.4.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/16
- build(deps): bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/17
- build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in https://github.com/fastify/proxy-addr/pull/18
- build(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in https://github.com/fastify/proxy-addr/pull/19
- build(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/20
- build(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/21
- build(deps): bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/23
- build(deps): bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/24
- build(deps): bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 by @dependabot in https://github.com/fastify/proxy-addr/pull/25
- build(deps): bump actions/setup-node from 2.5.0 to 2.5.1 by @dependabot in https://github.com/fastify/proxy-addr/pull/28
- automatic PR by @Eomm in https://github.com/fastify/proxy-addr/pull/27
- build: reduce dependabot update frequency by @Fdawgs in https://github.com/fastify/proxy-addr/pull/29
- ci: use major versions of github actions by @Fdawgs in https://github.com/fastify/proxy-addr/pull/30
- build(deps): bump actions/setup-node from 2 to 3 by @dependabot in https://github.com/fastify/proxy-addr/pull/31
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in https://github.com/fastify/proxy-addr/pull/34
- build(deps-dev): bump standard from 16.0.4 to 17.0.0 by @dependabot in https://github.com/fastify/proxy-addr/pull/35
- ci!: migrate to fastify reusable workflow by @Fdawgs in https://github.com/fastify/proxy-addr/pull/38
- dep update by @mcollina in https://github.com/fastify/proxy-addr/pull/39
New Contributors
- @Fdawgs made their first contribution in https://github.com/fastify/proxy-addr/pull/4
- @dependabot made their first contribution in https://github.com/fastify/proxy-addr/pull/6
- @Eomm made their first contribution in https://github.com/fastify/proxy-addr/pull/27
- @mcollina made their first contribution in https://github.com/fastify/proxy-addr/pull/39
Full Changelog: https://github.com/fastify/proxy-addr/commits/v4.0.0
- 3.0.012 Feb 2021
Nothing published for this version