Skip to content
Merged
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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
changeKind: internal
packages:
- "@typespec/http-specs"
---

3 changes: 1 addition & 2 deletions .chronus/changes/fix-http-specs-e2e-tests-2026-03-09.md
Original file line number Diff line number Diff line change
@@ -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

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/http-specs-xml-gaps-2026-2-17-16-21-31.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 12 additions & 0 deletions packages/http-specs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.34",
"version": "0.1.0-alpha.35",
"description": "Spec scenarios and mock apis",
"main": "dist/index.js",
"type": "module",
Expand Down
Loading