Skip to content
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

Support IPv6 endpoint #707

Merged
merged 5 commits into from
Feb 6, 2025
Merged

Support IPv6 endpoint #707

merged 5 commits into from
Feb 6, 2025

Conversation

sbera87
Copy link
Contributor

@sbera87 sbera87 commented Feb 4, 2025

Issue #, if available:
aws/aws-sdk-cpp#3244
Description of changes:
Create cpp bindings

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@DmitriyMusatkin DmitriyMusatkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix and ship

@@ -0,0 +1,17 @@
#pragma once
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably want to put it into DnsUtils.h similar to existign StringUtils

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, will change the filename

{
namespace Crt
{
namespace dns
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All crt namespaces start with upper case

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, will change

source/dns.cpp Outdated

} // namespace dns
} // namespace Crt
} // namespace Aws
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: new line at the end

@sbera87 sbera87 merged commit 39f0277 into main Feb 6, 2025
63 checks passed
@sbera87 sbera87 deleted the ipv6 branch February 6, 2025 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants