Skip to content

Commit

Permalink
bump tcgc 0.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh committed Jan 21, 2025
1 parent 363e8d8 commit 6b7c661
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 29 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/add_nullable_name-2025-0-20-17-36-45.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/refine_serialization-2025-0-9-18-52-29.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/refine_serialization-2025-0-9-18-53-36.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/refine_serialization-2025-0-9-18-54-18.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/typespec-client-generator-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log - @azure-tools/typespec-client-generator-core

## 0.50.1

### Features

- [#2097](https://github.com/Azure/typespec-azure/pull/2097) support `name` and `isGeneratedName` for nullable type
- [#2027](https://github.com/Azure/typespec-azure/pull/2027) Add `serializationOptions` property to `SdkModelType` and `SdkBodyModelPropertyType`. Its type is `SerializationOptions` which contains the info of how to serialize to Json/Xml/Multipart value.

### Deprecations

- [#2027](https://github.com/Azure/typespec-azure/pull/2027) Deprecate `serializedName` property in `SdkBodyModelPropertyType`, use `serializationOptions.xxx.name` instead.
- [#2027](https://github.com/Azure/typespec-azure/pull/2027) Deprecate `multipartOptions` in `SdkBodyModelPropertyType`, use `serializationOptions.multipart` instead.


## 0.50.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-client-generator-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-client-generator-core",
"version": "0.50.0",
"version": "0.50.1",
"author": "Microsoft Corporation",
"description": "TypeSpec Data Plane Generation library",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down

0 comments on commit 6b7c661

Please sign in to comment.