From 55719d7a49be253e044aab8c49b7c866105168ea Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Tue, 27 Jan 2026 13:43:46 -0500 Subject: [PATCH] bump specs --- .../copilot-add-enum-array-test-2026-0-15-14-32-1.md | 7 ------- .../specs-xmlNextLinkPaging-2026-1-23-16-47-56.md | 7 ------- .chronus/changes/specs-xmlPaging-2026-0-23-15-43-39.md | 7 ------- packages/http-specs/CHANGELOG.md | 9 +++++++++ packages/http-specs/package.json | 2 +- 5 files changed, 10 insertions(+), 22 deletions(-) delete mode 100644 .chronus/changes/copilot-add-enum-array-test-2026-0-15-14-32-1.md delete mode 100644 .chronus/changes/specs-xmlNextLinkPaging-2026-1-23-16-47-56.md delete mode 100644 .chronus/changes/specs-xmlPaging-2026-0-23-15-43-39.md diff --git a/.chronus/changes/copilot-add-enum-array-test-2026-0-15-14-32-1.md b/.chronus/changes/copilot-add-enum-array-test-2026-0-15-14-32-1.md deleted file mode 100644 index 7c90fe8ad55..00000000000 --- a/.chronus/changes/copilot-add-enum-array-test-2026-0-15-14-32-1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: feature -packages: - - "@typespec/http-specs" ---- - -Add array encoding test for enum and extensible enum arrays. \ No newline at end of file diff --git a/.chronus/changes/specs-xmlNextLinkPaging-2026-1-23-16-47-56.md b/.chronus/changes/specs-xmlNextLinkPaging-2026-1-23-16-47-56.md deleted file mode 100644 index 00a0b7262f1..00000000000 --- a/.chronus/changes/specs-xmlNextLinkPaging-2026-1-23-16-47-56.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: feature -packages: - - "@typespec/http-specs" ---- - -Add test for xml pagination with next link diff --git a/.chronus/changes/specs-xmlPaging-2026-0-23-15-43-39.md b/.chronus/changes/specs-xmlPaging-2026-0-23-15-43-39.md deleted file mode 100644 index d318db5c1ef..00000000000 --- a/.chronus/changes/specs-xmlPaging-2026-0-23-15-43-39.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: feature -packages: - - "@typespec/http-specs" ---- - -Add test for xml paging \ No newline at end of file diff --git a/packages/http-specs/CHANGELOG.md b/packages/http-specs/CHANGELOG.md index e5b6c636606..9b6928ea210 100644 --- a/packages/http-specs/CHANGELOG.md +++ b/packages/http-specs/CHANGELOG.md @@ -1,5 +1,14 @@ # @typespec/http-specs +## 0.1.0-alpha.32 + +### Features + +- [#9390](https://github.com/microsoft/typespec/pull/9390) Add array encoding test for enum and extensible enum arrays. +- [#9455](https://github.com/microsoft/typespec/pull/9455) Add test for xml pagination with next link +- [#9455](https://github.com/microsoft/typespec/pull/9455) Add test for xml paging + + ## 0.1.0-alpha.31 ### Features diff --git a/packages/http-specs/package.json b/packages/http-specs/package.json index 57b3b5a0bcb..b0d244178d2 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.31", + "version": "0.1.0-alpha.32", "description": "Spec scenarios and mock apis", "main": "dist/index.js", "type": "module",