Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/specs-xmlPaging-2026-0-23-15-43-39.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/http-specs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/http-specs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down