-
Notifications
You must be signed in to change notification settings - Fork 14
[Feature]: add sdk version to user agent string #300
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
What would you like?
- User Agent Format
The SDK MUST append a custom user agent entry in the following format:
{language-sdk-package-name}/{version}
Where:
{language-sdk-package-name} is the SDK identifier (ie: @aws/durable-execution-sdk-js)
{version} is the semantic version of the SDK (e.g., 1.0.2)
2. Version Source
The version MUST be:
Embedded at build time or runtime
Kept in sync with the published SDK version
See aws/aws-durable-execution-sdk-js#432
As implemented:
aws/aws-durable-execution-sdk-js#440
Possible Implementation
No response
Is this a breaking change?
No
Does this require an RFC?
No
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Backlog