Releases: Azure/typespec-azure
Releases · Azure/typespec-azure
@azure-tools/[email protected]
No changes, version bump only.
@azure-tools/[email protected]
Bug Fixes
- #1392 Fix multipart for client customization
@azure-tools/[email protected]
@azure-tools/[email protected]
[email protected]
@azure-tools/typespec-autorest
Bug Fixes
- #1248 Fix issue what allowed
multi
format on a header
Bump dependencies
- #1219 Update dependencies
Features
- #1275 Add support for encoding numeric types as string
- #1247 Add support for URI templates in routes
@azure-tools/typespec-azure-core
Bug Fixes
- #1198 Use some more precise types for certain decorators that would have crashed otherwise
Bump dependencies
- #1219 Update dependencies
Features
- #1154 Add new
@azure-tools/typespec-azure-core/require-versioned
linting rule to require Azure service to use versioning library. - #1193 Add new linter rule to prevent using items from Private namespace from an external library.
@azure-tools/typespec-azure-portal-core
Bump dependencies
- #1219 Update dependencies
@azure-tools/typespec-azure-resource-manager
Bug Fixes
- #1187 Replace deprecated LocationParameter with LocationResourceParameter
Bump dependencies
- #1219 Update dependencies
@azure-tools/typespec-client-generator-core
Bug Fixes
- #1238 TCGC, add
crossLanguageDefinitionId
toSdkClientType
- #1266 expose default values for endpoint template arguments through
.clientDefaultValue
- #1281 Support @multipartBody for
bodyParam
ofSdkHttpOperation
- #1233 don't move server description onto endpoints parameter
Bump dependencies
- #1219 Update dependencies
Features
@azure-tools/[email protected]
Bug Fixes
- #1330 Fix collectionFormat for "csv"
@azure-tools/[email protected]
@azure-tools/[email protected]
@azure-tools/[email protected]
@azure-tools/[email protected]
Bug Fixes
- #1231 Fix the duplicate usageflags values for json and xml
- #1203 Have
@clientName
work for operation groups as well - #1222 Validate
@clientName
conflict for operations inside interface
Features
- #1090 Support model format of
@multipartBody
- #1237 Expose createTcgcContext, which is the minimal context object that handles scope
- #1223 Report error diagnostic when trying to flattening a model with polymorphism
- #1076 Add example types support
- #1204 Add xml usage and change enumvalue arg representation in generic decorators
Breaking Changes
- #1015 Refactor tcgc build-in types, please refer pr's description for details and migration guides