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

Endpoint Prefix & Idempotency Token Auto-fill, and Authentication Bugfixes #1518

Merged
merged 5 commits into from
Dec 3, 2021

Conversation

skmcgrail
Copy link
Member

+--------------------------------------+--------+---------+----------+--------------------------------+
|                  ID                  |  TYPE  | MODULES | COLLAPSE |          DESCRIPTION           |
+--------------------------------------+--------+---------+----------+--------------------------------+
| b51f6004-654f-4c5e-b479-9d04a5045020 | bugfix |      10 | false    | Fixed an issue that prevent    |
|                                      |        |         |          | auto-filling of an API's       |
|                                      |        |         |          | idempotency parameters when    |
|                                      |        |         |          | not explictly provided by the  |
|                                      |        |         |          | caller.                        |
| b55ca4d6-6d1d-4102-baf0-cb7c49f3bde3 | bugfix |       2 | false    | Fixed a bug that prevented     |
|                                      |        |         |          | the resolution of the          |
|                                      |        |         |          | correct endpoint for some API  |
|                                      |        |         |          | operations.                    |
| ce7b78be-3401-4ab3-9c6d-0f40cd08bd56 | bugfix |       1 | false    | Fixed an issue that caused     |
|                                      |        |         |          | some operations to not be      |
|                                      |        |         |          | signed using sigv4, resulting  |
|                                      |        |         |          | in authentication failures.    |
+--------------------------------------+--------+---------+----------+--------------------------------+

Requires aws/smithy-go#343
Fixes #1506

@skmcgrail skmcgrail changed the title Endpoint Prefix & Idempotency Token Auto-fill Bugfixes Endpoint Prefix & Idempotency Token Auto-fill, and Authentication Bugfixes Dec 2, 2021
@skmcgrail skmcgrail requested a review from jasdel December 2, 2021 23:53
@skmcgrail skmcgrail merged commit 2c81f80 into aws:main Dec 3, 2021
@skmcgrail skmcgrail deleted the prefixbug branch December 3, 2021 01:02
jrichard8 pushed a commit to jrichard8/aws-sdk-go-v2 that referenced this pull request Feb 14, 2022
…fixes (aws#1518)

* Ensure TopDownIndex is used when iterating service operations
* Temporary Model Fix Transforms for Location Service
* Fixed Idempotency Token Autofill
* Fixed Endpoint Prefix Bug
* Add Changelog Annotations
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.

location service: dial tcp: lookup geo.us-east-1.amazonaws.com: no such host
2 participants