-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: standardize user agent value (#1775)
* fix: update default useragent string to comply metrics requirements * feat(util-user-agent-node): update node user agent provider to the latest * feat(types): add user agent type * feat(types): add useragent to handler exec context * feat(util-user-agent-node): update node user agent provider to the latest design * feat(util-user-agent-node): support app id and add unit tests * feat(util-user-agent-browser): detect browser UA in new format * feat(util-user-agent-browser): support react native user agent * feat(middleware-user-agent): combine ua from context, default, and config into new sdk ua header * feat(middleware-user-agent): add injectUserAgent plugin * feat(middleware-user-agent): add retry mode metrics * feat(util-user-agent-*): support non-AWS clients * chore(codegen): consolidate user-agent customization to a codegen plugin * fix(middleware-user-agent): remove injectUAPlugin because it's not used for now * fix(util-user-agent-*): not to update version to 3.x.x * feat(middleware-user-agent): lowercase service ids * feat: rename defaultUserAgent config to defaultUserAgentProvider * feat(client-*): update user-agent population and injecting
- Loading branch information
1 parent
0011af2
commit 388b180
Showing
1,035 changed files
with
6,356 additions
and
4,411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.