3.8.0

(feat): Use Biome for formatting instead of Prettier, and also use Biome to check (fix) the generated code.

3.7.0

(feat): Generate a BaseClientOptions, BaseRequestOptions, and BaseIdempotentRequestOptions interface and extend from these in the generated client Options, RequestOptions, and IdempotentRequestOptions interfaces. This reduces a large amount of duplicate code in the generated SDK.

3.6.1

(fix): Add missing test scripts when bundle: true.

3.6.0

(feat): Allow for configuring timeoutMs and maxRetries request options at the client-level as well as the request level.