From ef6952f91ecba5cb0d2185b95441e192195e8dd9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:20:45 +0000 Subject: [PATCH 1/2] Bump @typespec/http-specs version to 0.1.0-alpha.35 Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/1b2116dc-96ff-45a0-ac7f-cb214150e996 --- ...ilot-fix-xml-test-case-error-2026-2-11-20-7-16.md | 7 ------- .../changes/fix-http-specs-e2e-tests-2026-03-09.md | 3 +-- ...-specs-alternate-initial-verb-2026-2-9-17-26-8.md | 8 -------- .../http-specs-xml-gaps-2026-2-17-16-21-31.md | 8 -------- .../upgrade-deps-march-2026-2026-2-16-20-14-38.md | 1 - packages/http-specs/CHANGELOG.md | 12 ++++++++++++ packages/http-specs/package.json | 2 +- 7 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 .chronus/changes/copilot-fix-xml-test-case-error-2026-2-11-20-7-16.md delete mode 100644 .chronus/changes/http-specs-alternate-initial-verb-2026-2-9-17-26-8.md delete mode 100644 .chronus/changes/http-specs-xml-gaps-2026-2-17-16-21-31.md diff --git a/.chronus/changes/copilot-fix-xml-test-case-error-2026-2-11-20-7-16.md b/.chronus/changes/copilot-fix-xml-test-case-error-2026-2-11-20-7-16.md deleted file mode 100644 index 37a44acbc51..00000000000 --- a/.chronus/changes/copilot-fix-xml-test-case-error-2026-2-11-20-7-16.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@typespec/http-specs" ---- - -Accept both `2022-08-26T18:38:00.000Z` and `2022-08-26T18:38:00Z` as valid RFC3339 UTC datetime forms in the `ModelWithDatetime` XML scenario. \ No newline at end of file diff --git a/.chronus/changes/fix-http-specs-e2e-tests-2026-03-09.md b/.chronus/changes/fix-http-specs-e2e-tests-2026-03-09.md index d697c19650b..78894d64bc6 100644 --- a/.chronus/changes/fix-http-specs-e2e-tests-2026-03-09.md +++ b/.chronus/changes/fix-http-specs-e2e-tests-2026-03-09.md @@ -1,8 +1,7 @@ --- changeKind: internal packages: - - "@typespec/http-specs" - "@typespec/spector" --- -Fix e2e test failures: duration header float scenarios, multipart file upload scenarios, XML pagination content-type mismatch, and response body data mismatch validation +Fix e2e test failures: duration header float scenarios, multipart file upload scenarios, XML pagination content-type mismatch, and response body data mismatch validation \ No newline at end of file diff --git a/.chronus/changes/http-specs-alternate-initial-verb-2026-2-9-17-26-8.md b/.chronus/changes/http-specs-alternate-initial-verb-2026-2-9-17-26-8.md deleted file mode 100644 index 9e50a40ae99..00000000000 --- a/.chronus/changes/http-specs-alternate-initial-verb-2026-2-9-17-26-8.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking -changeKind: feature -packages: - - "@typespec/http-specs" ---- - -Added new scenario for next link based pagination where the initial verb is not GET diff --git a/.chronus/changes/http-specs-xml-gaps-2026-2-17-16-21-31.md b/.chronus/changes/http-specs-xml-gaps-2026-2-17-16-21-31.md deleted file mode 100644 index bdfd74835d9..00000000000 --- a/.chronus/changes/http-specs-xml-gaps-2026-2-17-16-21-31.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking -changeKind: feature -packages: - - "@typespec/http-specs" ---- - -Add missing scenarios for xml handling diff --git a/.chronus/changes/upgrade-deps-march-2026-2026-2-16-20-14-38.md b/.chronus/changes/upgrade-deps-march-2026-2026-2-16-20-14-38.md index 417912f1dbb..8b6884d108b 100644 --- a/.chronus/changes/upgrade-deps-march-2026-2026-2-16-20-14-38.md +++ b/.chronus/changes/upgrade-deps-march-2026-2026-2-16-20-14-38.md @@ -13,7 +13,6 @@ packages: - "@typespec/http-client" - "@typespec/http-server-csharp" - "@typespec/http-server-js" - - "@typespec/http-specs" - "@typespec/http" - "@typespec/internal-build-utils" - "@typespec/json-schema" diff --git a/packages/http-specs/CHANGELOG.md b/packages/http-specs/CHANGELOG.md index cf9f9029c0a..2e65eed4f02 100644 --- a/packages/http-specs/CHANGELOG.md +++ b/packages/http-specs/CHANGELOG.md @@ -1,5 +1,17 @@ # @typespec/http-specs +## 0.1.0-alpha.35 + +### Features + +- Added new scenario for next link based pagination where the initial verb is not GET +- Add missing scenarios for xml handling + +### Bug Fixes + +- Accept both `2022-08-26T18:38:00.000Z` and `2022-08-26T18:38:00Z` as valid RFC3339 UTC datetime forms in the `ModelWithDatetime` XML scenario. + + ## 0.1.0-alpha.34 ### Bug Fixes diff --git a/packages/http-specs/package.json b/packages/http-specs/package.json index f44865a4bd3..83156fe9343 100644 --- a/packages/http-specs/package.json +++ b/packages/http-specs/package.json @@ -1,7 +1,7 @@ { "name": "@typespec/http-specs", "displayName": "Http Specs", - "version": "0.1.0-alpha.34", + "version": "0.1.0-alpha.35", "description": "Spec scenarios and mock apis", "main": "dist/index.js", "type": "module", From 1e97600f09be718db362085e1750efddd32f06ed Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Tue, 24 Mar 2026 15:36:01 -0400 Subject: [PATCH 2/2] noop changelog --- ...copilot-release-http-specs-package-2026-2-24-15-35-55.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .chronus/changes/copilot-release-http-specs-package-2026-2-24-15-35-55.md diff --git a/.chronus/changes/copilot-release-http-specs-package-2026-2-24-15-35-55.md b/.chronus/changes/copilot-release-http-specs-package-2026-2-24-15-35-55.md new file mode 100644 index 00000000000..275d2945b6c --- /dev/null +++ b/.chronus/changes/copilot-release-http-specs-package-2026-2-24-15-35-55.md @@ -0,0 +1,6 @@ +--- +changeKind: internal +packages: + - "@typespec/http-specs" +--- +