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/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" +--- + 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",