Skip to content

Releases: imbolc/axum-client-ip

v1.1.3

03 Jun 11:06
Compare
Choose a tag to compare

Fix installation without default features

Full Changelog: v1.1.2...v1.1.3

v1.1.2

03 Jun 05:37
Compare
Choose a tag to compare

docs.rs features-related improvements

Full Changelog: v1.1.0...v1.1.2

v1.1.0

01 Jun 17:55
442fec7
Compare
Choose a tag to compare
  • for appropriate headers added a check for a single occurrence
  • the IP extraction logic is extracted into a framework-independent client-ip crate
  • the RightmostForwarded extractor is hidden behind a non-default feature

Full Changelog: v1.0.0...v1.1.0

v1.0.0

02 Apr 09:13
Compare
Choose a tag to compare
  • Removed InsecureClientIp and related "leftmost" IP logic. The library now focuses solely on secure extraction
    based on trusted headers.
  • Renamed SecureClientIp to ClientIp.
  • Renamed SecureClientIpSource to ClientIpSource.

The changes are triggered by "rightmost" IP extraction bug.

Full Changelog: v0.7.0...v1.0.0

v0.7.0

01 Jan 12:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

06 Oct 05:47
Compare
Choose a tag to compare

Impl some std traits

Full Changelog: v0.6.0...v0.6.1

CloudFront-Viewer-Address

09 Apr 10:35
Compare
Choose a tag to compare

What's Changed

  • feat: Support obtaining client IP from CloudFront-Viewer-Address header by @jreppnow in #28

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

02 Mar 19:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

Axum-0.7

27 Nov 17:08
7540310
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

Public `InsecureClientIp::from` and `SecureClientIp::from`

07 Sep 04:40
Compare
Choose a tag to compare

What's Changed

  • doc: when FlyClientIP is run on health check path provide header by @64bit in #16
  • docs: fix typo by @Colerar in #17
  • feat: public from api by @Colerar in #19

New Contributors

Full Changelog: v0.4.1...v0.4.2