Skip to content

Commit

Permalink
New 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbojinov committed Jun 30, 2022
1 parent d0d5587 commit ce43688
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
# Changelog

## [2.2.0](https://github.com/pbojinov/request-ip/tree/HEAD)
## [Unreleased](https://github.com/pbojinov/request-ip/tree/HEAD)

[Full Changelog](https://github.com/pbojinov/request-ip/compare/2.1.3...HEAD)
[Full Changelog](https://github.com/pbojinov/request-ip/compare/v2.2.0...HEAD)

**Closed issues:**

- Does it support AdonisJS? [\#58](https://github.com/pbojinov/request-ip/issues/58)
- ::ffff:127.0.0.1 Address from client on same VPN as application [\#56](https://github.com/pbojinov/request-ip/issues/56)

**Merged pull requests:**

- fix x-forwarded-header parser [\#61](https://github.com/pbojinov/request-ip/pull/61) ([aseyfpour](https://github.com/aseyfpour))

## [v2.2.0](https://github.com/pbojinov/request-ip/tree/v2.2.0) (2022-06-01)

[Full Changelog](https://github.com/pbojinov/request-ip/compare/2.1.3...v2.2.0)

**Closed issues:**

- Add support for Cloudflare's "Cf-Pseudo-IPv4" header \(as a last resort\) [\#46](https://github.com/pbojinov/request-ip/issues/46)
- Mac address instead of IP [\#43](https://github.com/pbojinov/request-ip/issues/43)
- Add support for fastify [\#41](https://github.com/pbojinov/request-ip/issues/41)
- Client IP not getting captured [\#36](https://github.com/pbojinov/request-ip/issues/36)
- All my ips looks like `::ffff:127.0.0.1` [\#31](https://github.com/pbojinov/request-ip/issues/31)

**Merged pull requests:**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "request-ip",
"version": "2.2.0",
"version": "3.0.1",
"description": "A small Node.js module to retrieve the request's IP address",
"keywords": [
"request ip",
Expand Down

0 comments on commit ce43688

Please sign in to comment.