-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: Parsing client IPv6 address when a proxy is involved #457
Conversation
f350138
to
3f3722c
Compare
Codecov Report
@@ Coverage Diff @@
## master #457 +/- ##
==========================================
+ Coverage 92.71% 92.74% +0.03%
==========================================
Files 26 26
Lines 782 786 +4
==========================================
+ Hits 725 729 +4
Misses 57 57
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
CHANGELOG.md
Outdated
@@ -1,5 +1,11 @@ | |||
# Changes | |||
|
|||
## Master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pleaes remove this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hramezani Can we reword this to "next release"? I think it's valuable to mark the topmost block of changes in the changelog as "unreleased yet, but will be soon".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I would replace it with unreleased
or next release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated it with Next Release
Thanks @aqeelat for this patch 👍 |
3f3722c
to
6260a7e
Compare
@hramezani Updated. Do you have an ETA on when it might be released? |
Thanks @aqeelat for the update.
Probably end of this week I will release a patch release. |
Fixes #456