-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: microsoft/OpenAPI.NET.OData
base: main
head repository: microsoft/OpenAPI.NET.OData
compare: support/v2
- 20 commits
- 74 files changed
- 7 contributors
Commits on Jan 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ca899f3 - Browse repository at this point
Copy the full SHA ca899f3View commit details -
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for b794f3b - Browse repository at this point
Copy the full SHA b794f3bView commit details -
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for ca11707 - Browse repository at this point
Copy the full SHA ca11707View commit details -
Merge pull request #767 from microsoft/fix/build-issues-to-v2
ci: removes outdated compilation files causing failure
Configuration menu - View commit details
-
Copy full SHA for 6eebe0d - Browse repository at this point
Copy the full SHA 6eebe0dView commit details -
Merge pull request #769 from microsoft/ci/main-to-v2
ci/main to v2
Configuration menu - View commit details
-
Copy full SHA for 3c78907 - Browse repository at this point
Copy the full SHA 3c78907View commit details
Commits on Jan 16, 2026
-
feat: allow optional body parameter (#773)
makes body parameter optional if all fields in the body are optional Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 0a20869 - Browse repository at this point
Copy the full SHA 0a20869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bbbff - Browse repository at this point
Copy the full SHA 20bbbffView commit details -
Merge pull request #775 from microsoft/feat/optional-to-v2
feat: allow optional body parameter (#773)
Configuration menu - View commit details
-
Copy full SHA for caca191 - Browse repository at this point
Copy the full SHA caca191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db79f3 - Browse repository at this point
Copy the full SHA 0db79f3View commit details -
Merge pull request #776 from microsoft/release-please--branches--supp…
…ort/v2--components--Microsoft.OpenApi.OData chore(support/v2): release 2.1.0
Configuration menu - View commit details
-
Copy full SHA for fc1ca28 - Browse repository at this point
Copy the full SHA fc1ca28View commit details
Commits on Mar 18, 2026
-
feat: add int32 format configuration for pagination parameters and co…
…unt responses (#793) Add two new boolean settings to OpenApiConvertSettings: - UseInt32ForPaginationParameters: when true, generates $top and $skip parameters with int32 format instead of the default int64 - UseInt32ForCountResponses: when true, generates $count response schema and @odata.count properties with int32 format instead of int64 Both settings default to false, preserving existing behavior. They are configured via the HIDI settings config file under OpenApiConvertSettings. Closes #792 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1054b7f - Browse repository at this point
Copy the full SHA 1054b7fView commit details
Commits on Mar 19, 2026
-
Merge pull request #796 from microsoft/feat/int32-format-configuratio…
…n-to-v2 feat: add int32 format configuration for pagination parameters and count responses (#793)
Configuration menu - View commit details
-
Copy full SHA for 305eacc - Browse repository at this point
Copy the full SHA 305eaccView commit details -
Merge pull request #770 from microsoft/feat/use-put-for-update
feat: add switch to use put as default update verb
Configuration menu - View commit details
-
Copy full SHA for 2da64a7 - Browse repository at this point
Copy the full SHA 2da64a7View commit details -
feat: adds settings to map the update verb to put
Merge pull request #770 from microsoft/feat/use-put-for-update
Configuration menu - View commit details
-
Copy full SHA for bef4c96 - Browse repository at this point
Copy the full SHA bef4c96View commit details -
Configuration menu - View commit details
-
Copy full SHA for d24d3c8 - Browse repository at this point
Copy the full SHA d24d3c8View commit details
Commits on Mar 20, 2026
-
Merge pull request #797 from microsoft/release-please--branches--supp…
…ort/v2--components--Microsoft.OpenApi.OData chore(support/v2): release 2.2.0
Configuration menu - View commit details
-
Copy full SHA for 99701a1 - Browse repository at this point
Copy the full SHA 99701a1View commit details
Commits on Apr 14, 2026
-
fix: TryAddPath exact-match check for duplicate bound operation paths
When a duplicate path is detected in TryAddPath, the existing heuristic checks if the new operation's binding type has derived types and, if so, keeps the first entry assuming it was more specific. This is incorrect when the first entry came from a base type (e.g., directoryObject) and the new entry is the exact match for the entity set (e.g., servicePrincipal). Add an exact-match check: if the operation's binding type matches the entity set type, always replace the existing entry regardless of derived types. This ensures paths like /servicePrincipals/delta() return the correct type (servicePrincipal) instead of the base type (directoryObject). Fixes #806 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ff9ab41 - Browse repository at this point
Copy the full SHA ff9ab41View commit details -
Merge pull request #811 from microsoft/fix/tryaddpath-delta-resolutio…
…n-v2 fix: TryAddPath exact-match check for duplicate bound operation paths (OpenAPI 3.1)
Configuration menu - View commit details
-
Copy full SHA for c47009a - Browse repository at this point
Copy the full SHA c47009aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba7498 - Browse repository at this point
Copy the full SHA 4ba7498View commit details -
Merge pull request #813 from microsoft/release-please--branches--supp…
…ort/v2--components--Microsoft.OpenApi.OData chore(support/v2): release 2.2.1
Configuration menu - View commit details
-
Copy full SHA for 7bdc165 - Browse repository at this point
Copy the full SHA 7bdc165View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...support/v2