-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42242b2
commit d851685
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
.chronus/changes/witemple-msft-http-visibility-enum-2024-11-19-13-8-4.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
changeKind: internal | ||
packages: | ||
- "@typespec/http" | ||
- "@typespec/openapi3" | ||
--- | ||
|
||
Updated the OpenAPI3 and HTTP libraries to use the new visibility analysis APIs. |
7 changes: 7 additions & 0 deletions
7
.chronus/changes/witemple-msft-http-visibility-enum-2024-11-19-13-8-52.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
changeKind: feature | ||
packages: | ||
- "@typespec/compiler" | ||
--- | ||
|
||
Added APIs for getting parameterVisibility and returnTypeVisibility as VisibilityFilter objects. |
7 changes: 7 additions & 0 deletions
7
.chronus/changes/witemple-msft-http-visibility-enum-2024-11-19-13-9-45.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
changeKind: fix | ||
packages: | ||
- "@typespec/http-server-csharp" | ||
--- | ||
|
||
Fixed a null visibility constraint when calculating effective type. |