Update dependency microsoft/kiota to v1.35.0 - #20
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.34.1→v1.35.0Release Notes
microsoft/kiota (microsoft/kiota)
v1.35.0Compare Source
Added
$dynamicRefagainst schemas declaring$dynamicAnchor, so recursive types (e.g.LocalizedCategory.children: LocalizedCategory[]) generate correctly instead of degrading toUntypedNode. Phase 1 of #7815.$dynamicRefresolution for$defs/$dynamicAnchorcontexts, generating distinct concrete models for each active binding and preserving typed request bodies, responses, and error responses. Phase 2 of #7815.Changed
able(e.g.ProviderUnavailable): the writer trimmed the suffix as if it were the model-interface suffix, referencing aCreate...FromDiscriminatorValuesymbol that is never generated, so the package did not compile. The suffix is now only trimmed when the type resolves to the inserted interface.exportin TypeScript) being silently dropped from the request: the original name is now kept as the serialization name, so TypeScript emits thequeryParametersMapperentry mapping the escaped symbol back to its wire name. kiota-typescript#2111initializeis now a reserved name. An API member calledinitializepreviously generated a seconddef initialize, redefining the constructor; it is now escaped.codeScanningVariantAnalysis_statusandcodeScanningVariantAnalysisStatus) snake-cased to the same file name, so one silently overwrote the other and the models barrel required it twice. Colliding file names are now disambiguated, leaving the generated type names unchanged. Un-suppresses the GitHub integration test. #1816class S.v2.billingMeterEvent, and the models namespace was itself renamed part-way through the walk, prefixing every nested model with a fragment of it (s_v2_billing_meter_event). Un-suppresses the Stripe integration and idempotency tests. #1816oauth_card_pathfile references that could resolve outside the plugin package.Microsoft.OpenApiandMicrosoft.OpenApi.YamlReaderto 3.10.2, and lifted the YAML reader scalar length limit so descriptions with large scalars (e.g. long markdown descriptions) can still be parsed.type: ["integer", "string"]withformat: int32, as emitted by ASP.NET Core's OpenAPI 3.1 generator under System.Text.Json's defaultJsonNumberHandling.AllowReadingFromString) now map to the numeric type instead of degrading toUntypedNode. #6541thenfrom multilineunlessand skipped emptycaseblocks in factory methods to fix RuboCop and SyntaxError offenses. kiota-abstractions-ruby#66 #78562.0) to use the enum option name instead of the raw value as a Ruby symbol. kiota-abstractions-ruby#66case/whenindentation and added empty line afterattr_accessorto resolve RuboCop offenses in generated code. kiota-abstractions-ruby#59gofmtno longer reports formatting differences when generating on Windows.oneOfnullable reference types (e.g.oneOf: [$ref, {type: null}]as emitted by ASP.NET Core 10's OpenAPI 3.1 generator); these now collapse to the nullable target type, matching the existinganyOfbehavior. #6776ArrayBufferas a primitive type, and deduplicated redundant serialization/deserialization branches when multiple union members map to the same runtime type (e.g.binaryandbase64).DateOnly.#pragmato disable CS1591 for properties without description. #8095<see cref="byte[]"/>xml doc comments #8099explode: true(the OpenAPI default for query parameters) now use the exploded form expansion ({?param*}) in URL templates so each value repeats the key, instead of the required syntaxparam={param}which comma joins the values. Required scalar query parameters keep the required syntax since scalar expansion is identical either way. Note the tradeoff RFC 6570 forces here: a required exploded array left unset now disappears from the query string entirely instead of emitting a bareparam=pair. #8031 #4487Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.