Skip to content

[Feature]: add sdk version to user agent string #300

@yaythomas

Description

@yaythomas

What would you like?

  1. 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

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions