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
What would you like?
The SDK MUST append a custom user agent entry in the following format:
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