1.12.0-rc9
(fix): Fix inline path parameters with pagination endpoints.
1.12.0-rc8
(feat): Several class names are computed differently:
- Environment class name:
- Use
environment-class-nameif configured, - otherwise, fall back to
exported-client-class-nameif configured, withEnvironmentsuffix, - otherwise, fall back to
client-class-nameif configured, withEnvironmentsuffix, - otherwise, fall back to the computed client name, with
Environmentsuffix.
- Use
- Base exception class name:
- Use
base-exception-class-nameif configured, - otherwise, fall back to
exported-client-class-nameif configured, withExceptionsuffix, - otherwise, fall back to
client-class-nameif configured, withExceptionsuffix, - otherwise, fall back to the computed client name, with
Exceptionsuffix.
- Use
- Base API exception class name:
- Use
base-api-exception-class-nameif configured, - otherwise, fall back to
exported-client-class-nameif configured, withApiExceptionsuffix, - otherwise, fall back to
client-class-nameif configured, withApiExceptionsuffix, - otherwise, fall back to the computed client name, with
ApiExceptionsuffix.
- Use
1.12.0-rc7
(internal): Move exception handler into client options as an internal property for SDK authors to configure.
1.12.0-rc6
(fix): Fix bug where a lambda for sending HTTP requests would use the HTTP request from the outer scope instead of the local scope.
1.12.0-rc5
(fix): Fix hardcoded namespace for Pager.cs
1.12.0-rc4
(feat): Add .editorconfig file to the generated SDK.