diff --git a/common/changes/@typespec/http/fix-path-http-regression-2834_2024-01-26-19-05.json b/common/changes/@typespec/http/fix-path-http-regression-2834_2024-01-26-19-05.json deleted file mode 100644 index 281872b86e..0000000000 --- a/common/changes/@typespec/http/fix-path-http-regression-2834_2024-01-26-19-05.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@typespec/http", - "comment": "Fix: Parsing of path parameter works with OData style params", - "type": "none" - } - ], - "packageName": "@typespec/http" -} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 521d3e97e1..22296b49ce 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -609,7 +609,7 @@ importers: specifier: workspace:~0.52.0 version: link:../eslint-plugin-typespec '@typespec/http': - specifier: workspace:~0.52.0 + specifier: workspace:~0.52.1 version: link:../http '@typespec/library-linter': specifier: workspace:~0.52.0 @@ -661,7 +661,7 @@ importers: specifier: workspace:~0.52.0 version: link:../eslint-plugin-typespec '@typespec/http': - specifier: workspace:~0.52.0 + specifier: workspace:~0.52.1 version: link:../http '@typespec/library-linter': specifier: workspace:~0.52.0 @@ -718,7 +718,7 @@ importers: specifier: workspace:~0.52.0 version: link:../html-program-viewer '@typespec/http': - specifier: workspace:~0.52.0 + specifier: workspace:~0.52.1 version: link:../http '@typespec/openapi': specifier: workspace:~0.52.0 @@ -848,7 +848,7 @@ importers: specifier: workspace:~0.52.0 version: link:../html-program-viewer '@typespec/http': - specifier: workspace:~0.52.0 + specifier: workspace:~0.52.1 version: link:../http '@typespec/json-schema': specifier: workspace:~0.52.0 @@ -1027,7 +1027,7 @@ importers: specifier: workspace:~0.52.0 version: link:../eslint-plugin-typespec '@typespec/http': - specifier: workspace:~0.52.0 + specifier: workspace:~0.52.1 version: link:../http '@typespec/library-linter': specifier: workspace:~0.52.0 @@ -1069,7 +1069,7 @@ importers: specifier: workspace:~0.52.0 version: link:../html-program-viewer '@typespec/http': - specifier: workspace:~0.52.0 + specifier: workspace:~0.52.1 version: link:../http '@typespec/json-schema': specifier: workspace:~0.52.0 @@ -1406,7 +1406,7 @@ importers: specifier: workspace:~0.52.0 version: link:../eslint-config-typespec '@typespec/http': - specifier: workspace:~0.52.0 + specifier: workspace:~0.52.1 version: link:../http '@typespec/internal-build-utils': specifier: workspace:~0.52.0 diff --git a/packages/http/CHANGELOG.json b/packages/http/CHANGELOG.json index 65a2513cd9..4a1bc43117 100644 --- a/packages/http/CHANGELOG.json +++ b/packages/http/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@typespec/http", "entries": [ + { + "version": "0.52.1", + "tag": "@typespec/http_v0.52.1", + "date": "Fri, 26 Jan 2024 20:12:35 GMT", + "comments": { + "patch": [ + { + "comment": "Fix: Parsing of path parameter works with OData style params" + } + ] + } + }, { "version": "0.52.0", "tag": "@typespec/http_v0.52.0", diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index 0d4aee588f..98d05cf487 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @typespec/http -This log was last generated on Wed, 24 Jan 2024 05:46:53 GMT and should not be manually modified. +This log was last generated on Fri, 26 Jan 2024 20:12:35 GMT and should not be manually modified. + +## 0.52.1 +Fri, 26 Jan 2024 20:12:35 GMT + +### Patches + +- Fix: Parsing of path parameter works with OData style params ## 0.52.0 Wed, 24 Jan 2024 05:46:53 GMT diff --git a/packages/http/package.json b/packages/http/package.json index 7cc7253a59..3b4c5598a9 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@typespec/http", - "version": "0.52.0", + "version": "0.52.1", "author": "Microsoft Corporation", "description": "TypeSpec HTTP protocol binding", "homepage": "https://github.com/microsoft/typespec", diff --git a/packages/openapi/package.json b/packages/openapi/package.json index 32e5a05098..688ab2b55d 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -51,12 +51,12 @@ ], "peerDependencies": { "@typespec/compiler": "workspace:~0.52.0", - "@typespec/http": "workspace:~0.52.0" + "@typespec/http": "workspace:~0.52.1" }, "devDependencies": { "@types/node": "~18.11.9", "@typespec/compiler": "workspace:~0.52.0", - "@typespec/http": "workspace:~0.52.0", + "@typespec/http": "workspace:~0.52.1", "@typespec/rest": "workspace:~0.52.0", "@typespec/eslint-config-typespec": "workspace:~0.52.0", "@typespec/library-linter": "workspace:~0.52.0", diff --git a/packages/openapi3/package.json b/packages/openapi3/package.json index 5ffb2bed5b..7ac306c2b8 100644 --- a/packages/openapi3/package.json +++ b/packages/openapi3/package.json @@ -55,13 +55,13 @@ "peerDependencies": { "@typespec/versioning": "workspace:~0.52.0", "@typespec/compiler": "workspace:~0.52.0", - "@typespec/http": "workspace:~0.52.0", + "@typespec/http": "workspace:~0.52.1", "@typespec/openapi": "workspace:~0.52.0" }, "devDependencies": { "@types/node": "~18.11.9", "@typespec/compiler": "workspace:~0.52.0", - "@typespec/http": "workspace:~0.52.0", + "@typespec/http": "workspace:~0.52.1", "@typespec/rest": "workspace:~0.52.0", "@typespec/openapi": "workspace:~0.52.0", "@typespec/versioning": "workspace:~0.52.0", diff --git a/packages/playground-website/package.json b/packages/playground-website/package.json index 6ab00c374c..5011249e24 100644 --- a/packages/playground-website/package.json +++ b/packages/playground-website/package.json @@ -54,7 +54,7 @@ "@typespec/playground": "workspace:~0.1.0-alpha.5", "@typespec/versioning": "workspace:~0.52.0", "@typespec/compiler": "workspace:~0.52.0", - "@typespec/http": "workspace:~0.52.0", + "@typespec/http": "workspace:~0.52.1", "@typespec/rest": "workspace:~0.52.0", "@typespec/openapi3": "workspace:~0.52.0", "@typespec/json-schema": "workspace:~0.52.0", diff --git a/packages/playground/package.json b/packages/playground/package.json index a523afbc1a..d0d2867de1 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -74,7 +74,7 @@ "@typespec/bundler": "workspace:~0.1.0-alpha.5", "@typespec/compiler": "workspace:~0.52.0", "@typespec/html-program-viewer": "workspace:~0.52.0", - "@typespec/http": "workspace:~0.52.0", + "@typespec/http": "workspace:~0.52.1", "@typespec/openapi": "workspace:~0.52.0", "@typespec/openapi3": "workspace:~0.52.0", "@typespec/protobuf": "workspace:~0.52.0", diff --git a/packages/rest/package.json b/packages/rest/package.json index f81acfaad8..5489195d80 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -51,12 +51,12 @@ ], "peerDependencies": { "@typespec/compiler": "workspace:~0.52.0", - "@typespec/http": "workspace:~0.52.0" + "@typespec/http": "workspace:~0.52.1" }, "devDependencies": { "@types/node": "~18.11.9", "@typespec/compiler": "workspace:~0.52.0", - "@typespec/http": "workspace:~0.52.0", + "@typespec/http": "workspace:~0.52.1", "@typespec/eslint-config-typespec": "workspace:~0.52.0", "@typespec/library-linter": "workspace:~0.52.0", "@typespec/eslint-plugin": "workspace:~0.52.0", diff --git a/packages/samples/package.json b/packages/samples/package.json index 6d4a983f6c..6553d55469 100644 --- a/packages/samples/package.json +++ b/packages/samples/package.json @@ -46,7 +46,7 @@ "@typespec/best-practices": "workspace:~0.45.0", "@typespec/compiler": "workspace:~0.52.0", "@typespec/html-program-viewer": "workspace:~0.52.0", - "@typespec/http": "workspace:~0.52.0", + "@typespec/http": "workspace:~0.52.1", "@typespec/json-schema": "workspace:~0.52.0", "@typespec/openapi": "workspace:~0.52.0", "@typespec/openapi3": "workspace:~0.52.0", diff --git a/packages/website/package.json b/packages/website/package.json index d58ddbbc7a..6da71ad025 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -46,7 +46,7 @@ "@typespec/compiler": "workspace:~0.52.0", "@typespec/tspd": "workspace:~0.46.0", "@typespec/spec": "workspace:*", - "@typespec/http": "workspace:~0.52.0", + "@typespec/http": "workspace:~0.52.1", "@typespec/rest": "workspace:~0.52.0", "@typespec/openapi": "workspace:~0.52.0", "@typespec/openapi3": "workspace:~0.52.0",