0.54.0
TypeSpec Core 1.0 Release Candidate See changes to the TypeSpec language and core libraries
Breaking Changes
@azure-tools/typespec-client-generator-core
- #2466 Reorder clients, enums, models and unions.
- #2456 Remove deprecated staffs:
UsageFlags.Error
->UsageFlags.Exception
SdkClientType.initialization
->SdkClientType.clientInitialization.paramters
SdkPathParameter.urlEncode
->SdkPathParameter.allowReserved
SdkClientAccessor
->SdkClientType.parent
/SdkClientType.children
SdkExampleBase.description
->SdkExampleBase.doc
- #2447 Split emitter options into
UnbrandedSdkEmitterOptions
andBrandedSdkEmitterOptions
. Each flag will be exported individually, so emitters can choose which flags to support - #2421 Removed
package-name
andflatten-union-as-enum
fromSdkEmitterOptions
,clientNamespace
fromSdkClientType
/SdkNullableType
/SdkEnumType
/SdkUnionType
/SdkModelType
,packageName
fromTCGCContext
,nameSpace
fromSdkClientType
,name
/rootNamespace
fromSdkPackage
andgetClientNamespaceString
function. All these things should have been deprecated in previous version or not used by any emitters.
Features
@azure-tools/typespec-autorest
- #2428 Add support for new core HTTP bodyKind: “file”.
@azure-tools/typespec-azure-core
- #2396 add internal scalar type
parameterizedNextLink
to handle next links that don’t meet guidelines
@azure-tools/typespec-azure-resource-manager
- #2470 Relax
@enforceConstraint
to allow validation to pass when a resource is identified using the@legacy.armCustomResource
decorator. - #2428 Add support for new core HTTP bodyKind: “file”.
@azure-tools/typespec-client-generator-core
- #2466 Report warning for multiple
@service
and fall back to the first one. - #2441 add
@deserializeEmptyStringAsNull
decorator - #2368 Add
@clientApiVersions
decorator to specify all API versions you would like to expose in the client API versions enum. - #2416 Simplely handle duplication for template instance.
- #2412 Support re-injected query parameter for next link.
- #2414 Remove support for old multipart format
- #2469 add
@responseAsBool
decorator - #2428 Add support for new core HTTP bodyKind: “file”.
Bug Fixes
@azure-tools/typespec-autorest
- #2459 Fix doc on HttpPart properties not being carried to
formData
parameter - #2464 Fix multipart not applying
x-ms-client-name
when using an explicit part name different from the property name
@azure-tools/typespec-client-generator-core
- #2480 Consider method parameter model when generating name for anonymous model.
- #2439 Resolve generated name for anonymous model conflict with user-defined type name.
- #2471 Change diagnostic target for
no-corresponding-method-param
error. - #2471 Change default endpoint’s type to
url
andallowReserved
totrue
. - #2436 Remove duplicate line for build-in license info.
- #2411 Do not add encode for bytes according to content type if it has user defined encode.
- #2452 Downgrade override params mismatch to a warning instead of an error
- #2421 Rollback change of
SdkApiVersionParameter
.