diff --git a/common/changes/@autorest/openapi-to-typespec/any4957_2024-04-23-12-07.json b/common/changes/@autorest/openapi-to-typespec/any4957_2024-04-23-12-07.json deleted file mode 100644 index a934557cb4..0000000000 --- a/common/changes/@autorest/openapi-to-typespec/any4957_2024-04-23-12-07.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@autorest/openapi-to-typespec", - "comment": "Support AnyObject", - "type": "patch" - } - ], - "packageName": "@autorest/openapi-to-typespec" -} \ No newline at end of file diff --git a/common/changes/@autorest/openapi-to-typespec/command4947_2024-04-15-10-14.json b/common/changes/@autorest/openapi-to-typespec/command4947_2024-04-15-10-14.json deleted file mode 100644 index 1260cc43e1..0000000000 --- a/common/changes/@autorest/openapi-to-typespec/command4947_2024-04-15-10-14.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@autorest/openapi-to-typespec", - "comment": "Add command to run compilation on test projects", - "type": "patch" - } - ], - "packageName": "@autorest/openapi-to-typespec" -} \ No newline at end of file diff --git a/common/changes/@autorest/openapi-to-typespec/fix_ci_2024-03-18-02-21.json b/common/changes/@autorest/openapi-to-typespec/fix_ci_2024-03-18-02-21.json deleted file mode 100644 index 7fb3a3c8f7..0000000000 --- a/common/changes/@autorest/openapi-to-typespec/fix_ci_2024-03-18-02-21.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@autorest/openapi-to-typespec", - "comment": "lock openapi-to-typespec test config", - "type": "patch" - } - ], - "packageName": "@autorest/openapi-to-typespec" -} \ No newline at end of file diff --git a/common/changes/@autorest/openapi-to-typespec/fix_typo_2024-03-11-07-26.json b/common/changes/@autorest/openapi-to-typespec/fix_typo_2024-03-11-07-26.json deleted file mode 100644 index 96e9fa0915..0000000000 --- a/common/changes/@autorest/openapi-to-typespec/fix_typo_2024-03-11-07-26.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@autorest/openapi-to-typespec", - "comment": "fix wrong client lib import name", - "type": "patch" - } - ], - "packageName": "@autorest/openapi-to-typespec" -} \ No newline at end of file diff --git a/common/changes/@autorest/openapi-to-typespec/json4953_2024-04-19-10-05.json b/common/changes/@autorest/openapi-to-typespec/json4953_2024-04-19-10-05.json deleted file mode 100644 index ec84f5bb0d..0000000000 --- a/common/changes/@autorest/openapi-to-typespec/json4953_2024-04-19-10-05.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@autorest/openapi-to-typespec", - "comment": "Change isFullCompatible logic", - "type": "patch" - } - ], - "packageName": "@autorest/openapi-to-typespec" -} \ No newline at end of file diff --git a/common/changes/@autorest/openapi-to-typespec/openai-to-typespec-csharp-rename_2024-03-12-05-16.json b/common/changes/@autorest/openapi-to-typespec/openai-to-typespec-csharp-rename_2024-03-12-05-16.json deleted file mode 100644 index 984d48d13d..0000000000 --- a/common/changes/@autorest/openapi-to-typespec/openai-to-typespec-csharp-rename_2024-03-12-05-16.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@autorest/openapi-to-typespec", - "comment": "support generating csharp rename decorator when converting to tsp", - "type": "minor" - } - ], - "packageName": "@autorest/openapi-to-typespec" -} \ No newline at end of file diff --git a/common/changes/@autorest/openapi-to-typespec/path4951_2024-04-18-08-15.json b/common/changes/@autorest/openapi-to-typespec/path4951_2024-04-18-08-15.json deleted file mode 100644 index a3dbb5f988..0000000000 --- a/common/changes/@autorest/openapi-to-typespec/path4951_2024-04-18-08-15.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@autorest/openapi-to-typespec", - "comment": "Support apiversion as path parameter", - "type": "patch" - } - ], - "packageName": "@autorest/openapi-to-typespec" -} \ No newline at end of file diff --git a/common/changes/@autorest/openapi-to-typespec/upgrade56_2024-05-17-10-48.json b/common/changes/@autorest/openapi-to-typespec/upgrade56_2024-05-17-10-48.json deleted file mode 100644 index e73700e493..0000000000 --- a/common/changes/@autorest/openapi-to-typespec/upgrade56_2024-05-17-10-48.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@autorest/openapi-to-typespec", - "comment": "Upgrade compiler to 0.56 and fix issues", - "type": "patch" - } - ], - "packageName": "@autorest/openapi-to-typespec" -} \ No newline at end of file diff --git a/packages/extensions/openapi-to-typespec/CHANGELOG.json b/packages/extensions/openapi-to-typespec/CHANGELOG.json index fdeea585eb..e28f13e713 100644 --- a/packages/extensions/openapi-to-typespec/CHANGELOG.json +++ b/packages/extensions/openapi-to-typespec/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@autorest/openapi-to-typespec", "entries": [ + { + "version": "0.8.0", + "tag": "@autorest/openapi-to-typespec_v0.8.0", + "date": "Tue, 28 May 2024 21:27:00 GMT", + "comments": { + "patch": [ + { + "comment": "Support AnyObject" + }, + { + "comment": "Add command to run compilation on test projects" + }, + { + "comment": "lock openapi-to-typespec test config" + }, + { + "comment": "fix wrong client lib import name" + }, + { + "comment": "Change isFullCompatible logic" + }, + { + "comment": "Support apiversion as path parameter" + }, + { + "comment": "Upgrade compiler to 0.56 and fix issues" + } + ], + "minor": [ + { + "comment": "support generating csharp rename decorator when converting to tsp" + } + ] + } + }, { "version": "0.7.0", "tag": "@autorest/openapi-to-typespec_v0.7.0", diff --git a/packages/extensions/openapi-to-typespec/CHANGELOG.md b/packages/extensions/openapi-to-typespec/CHANGELOG.md index 6bc706a73f..bb32df7ff3 100644 --- a/packages/extensions/openapi-to-typespec/CHANGELOG.md +++ b/packages/extensions/openapi-to-typespec/CHANGELOG.md @@ -1,6 +1,23 @@ # Change Log - @autorest/openapi-to-typespec -This log was last generated on Wed, 28 Feb 2024 18:02:21 GMT and should not be manually modified. +This log was last generated on Tue, 28 May 2024 21:27:00 GMT and should not be manually modified. + +## 0.8.0 +Tue, 28 May 2024 21:27:00 GMT + +### Minor changes + +- support generating csharp rename decorator when converting to tsp + +### Patches + +- Support AnyObject +- Add command to run compilation on test projects +- lock openapi-to-typespec test config +- fix wrong client lib import name +- Change isFullCompatible logic +- Support apiversion as path parameter +- Upgrade compiler to 0.56 and fix issues ## 0.7.0 Wed, 28 Feb 2024 18:02:21 GMT diff --git a/packages/extensions/openapi-to-typespec/package.json b/packages/extensions/openapi-to-typespec/package.json index 2033d9550b..b6d9450e05 100644 --- a/packages/extensions/openapi-to-typespec/package.json +++ b/packages/extensions/openapi-to-typespec/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/openapi-to-typespec", - "version": "0.7.0", + "version": "0.8.0", "description": "Autorest plugin to scaffold a Typespec definition from an OpenAPI document", "main": "dist/main.js", "typings": "dist/main.d.ts",