Skip to content

Commit

Permalink
tcgc hotfix release (#1137)
Browse files Browse the repository at this point in the history
tcgc hotfix 0.43.2
  • Loading branch information
tadelesh authored Jul 9, 2024
1 parent a70c7c7 commit cd43e6b
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 129 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/add_exception_usage-2024-5-24-15-52-13.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/decorators_list-2024-5-6-18-38-7.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_decorator_list-2024-5-26-13-53-0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_multi_call-2024-6-4-14-14-39.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_multi_call-2024-6-4-14-14-52.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_multi_call-2024-6-4-14-15-0.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_multi_call-2024-6-4-14-15-19.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_multi_call-2024-6-4-14-15-29.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_multi_call-2024-6-4-14-15-37.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_multi_call-2024-6-4-14-15-45.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_multi_call-2024-6-4-14-15-48.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_multi_call-2024-6-4-14-15-9.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_one_variant_union-2024-6-9-14-12-37.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/main-2024-6-3-20-41-58.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/new_spread-2024-4-23-14-11-6.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/rename_datetime_type-2024-5-24-14-52-19.md

This file was deleted.

This file was deleted.

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

## 0.43.2

### Bug Fixes

- [#1120](https://github.com/Azure/typespec-azure/pull/1120) fix wrong client resolving from multiple call of context creation for versioning tsp
- [#1067](https://github.com/Azure/typespec-azure/pull/1067) Unify casing of datetime spelling to `DateTime`. Change interface names to `SdkDateTimeType`, `SdkUtcDateTimeType`, and `SdkOffsetDateTimeType`
- [#1113](https://github.com/Azure/typespec-azure/pull/1113) Add `Content-Type` to response headers
- [#1135](https://github.com/Azure/typespec-azure/pull/1135) fix wrong handling for one variant union

### Features

- [#966](https://github.com/Azure/typespec-azure/pull/966) export decorators in allow list to all sdk types
- [#1075](https://github.com/Azure/typespec-azure/pull/1075) Replace `tspNamespace` with `crossLanguageDefinitionId`.
- Remove `tspNamespace` in `SdkEnumType`, `SdkModelType`, `SdkUnionType`, `SdkArrayType`.
- Add `crossLanguageDefinitionId` to `SdkUnionType` and `SdkArrayType`.
- [#1069](https://github.com/Azure/typespec-azure/pull/1069) Add `Error` usage to `UsageFlags`

### Breaking Changes

- [#886](https://github.com/Azure/typespec-azure/pull/886) always spread models and aliases with `...`


## 0.43.1

### Bug Fixes
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.43.1",
"version": "0.43.2",
"author": "Microsoft Corporation",
"description": "TypeSpec Data Plane Generation library",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down

0 comments on commit cd43e6b

Please sign in to comment.