-
Notifications
You must be signed in to change notification settings - Fork 126
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
Get Public IPs (IPv6) #189
Conversation
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.
@wbautistaEXPEDIA thank you for your contribution. This PR introduces a breaking change. Why not leaving the IPs
function as it is and just introducing a new function for retrieving the IPv6 addresses instead? @phamann what are your thoughts on this?
That's what I did. I think the diff in the PR may be adding to confusion, but it essentially leaves the original API as is, and exposes two new APIs (one for retrieving both sets, and one for the ipv6 set). See https://github.com/fastly/go-fastly/pull/189/files#diff-063a6e698147141c9ccad8e9632e0e13R22 |
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.
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.
👍 LGTM thank you for the contribution, @wbautistaEXPEDIA!
@philippschulte |
@wbautistaEXPEDIA v1.14.0 has been released. Thanks again for your contribution! |
Exposed IPsV6 and AllIPs APIs. Added tests.