Skip to content

Commit 555c57e

Browse files
Merge branch 'main' into copilot/fix-html-program-viewer-crash
2 parents 3e2ef07 + ae88584 commit 555c57e

918 files changed

Lines changed: 38848 additions & 8071 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.chronus/changes/server-cs-alloy-2026-3-16-15-56-8.md renamed to .chronus/changes/IgnoreGeneratedMetadataInDiffCheck-2026-5-19-20-15-30.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
33
changeKind: internal
44
packages:
5-
- "@typespec/emitter-framework"
6-
- "@typespec/http-canonicalization"
5+
- "@typespec/http-client-java"
76
---
7+
8+
Ignore modifications to META-INF metadata.json files
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@typespec/http-client-python"
5+
---
6+
7+
Add mock API test cases for encode/duration lossy scenarios (int32-seconds and int32-milliseconds) verifying that durations with fractional precision are serialized as integers

.chronus/changes/add-tag-metadata-summary-kind-2026-5-22-13-53-44.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.chronus/changes/apply-code-fix-multi-file-2026-6-5-9-3-53.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.chronus/changes/copilot-add-error-decorator-to-response-schema-2026-4-25-17-27-52.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@typespec/http-specs"
5+
---
6+
7+
Add encode/duration lossy Spector scenarios verifying a duration whose value carries more precision than the target integer encoding (fractional seconds and sub-millisecond milliseconds) is serialized as an integer
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
changeKind: feature
3+
packages:
4+
- "@typespec/compiler"
5+
- "@typespec/spec-api"
6+
- "@typespec/http-specs"
7+
---
8+
9+
Allow `@encode(string)` on boolean targets, define case-insensitive `true`/`false` string semantics, and add shared case-insensitive string matcher support with encode/boolean Spector coverage.
10+
11+
```tsp
12+
model FeatureFlags {
13+
@encode(string)
14+
enabled: boolean;
15+
}
16+
```

.chronus/changes/copilot-fix-check-model-is-errors-2026-4-14-18-52-27.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.chronus/changes/copilot-fix-duplicated-tag-definitions-2026-5-8-13-24-40.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.chronus/changes/copilot-fix-model-circular-references-2026-4-14-20-45-42.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)