feat(sdk): generate SDK for version v4.11.0#77
Merged
Conversation
…e, internal permission, and project
3366369 to
6b4eed6
Compare
Without a lockfile, bundle install resolves to the latest gem versions on every run. This caused rubocop 1.85.0 to be installed, which requires the rubocop-rubycw plugin not present in the Gemfile.
6b4eed6 to
f9504ae
Compare
better_coverage 1.0.0 called SimpleCov.result during Minitest reporting, which set SimpleCov.running=false as a side effect, preventing the at_exit hook from running formatters (including CoberturaFormatter). Version 1.0.1 restores the running flag after reading the result. Co-Authored-By: Claude Opus 4.6 <[email protected]>
The ffi 1.17.3-x86_64-linux gem has been yanked from rubygems. Keep only arm64-darwin-23 and ruby platforms — CI will compile ffi from source via the ruby platform fallback. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Fixes GHSA-33mh-2634-fwr2 — SSRF via protocol-relative URL host override in build_exclusive_url. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Fixes GHSA-p543-xpfm-54cp, GHSA-w9pc-fmgc-vxvw, GHSA-wpv5-97wm-hp9c, GHSA-6xw4-3v39-52mm, GHSA-mxw3-3hh2-x2mh, GHSA-r657-rxjc-j557, GHSA-whrj-4476-wvmp. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Fixes GHSA-c2f4-jgmc-q2r5 — DoS via malformed XML parsing. Co-Authored-By: Claude Opus 4.6 <[email protected]>
BetterCoverage's report method calls SimpleCov.result, whose ensure block sets SimpleCov.running = false. SimpleCov's own after_run hook then skips formatting because it sees running == false. Add a Minitest.after_run hook to re-arm the flag before SimpleCov runs. Also fix MultiFormatter double-wrapping in both helpers (formatters= already wraps in MultiFormatter) and update simplecov-cobertura from 3.0.0 to 3.1.0 for REXML 3.4.4 compatibility.
c04489d to
c01d590
Compare
github-actions bot
pushed a commit
that referenced
this pull request
Mar 3, 2026
# [4.1.0-beta.11](v4.1.0-beta.10...v4.1.0-beta.11) (2026-03-03) ### Features * **sdk:** generate SDK for version v4.11.0 ([#77](#77)) ([10e4778](10e4778))
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.
Description
This pull request contains the automatically generated SDK for OpenAPI specification version v4.3.0. The code has been updated to reflect the latest API changes.
Related Issue
N/A - This is a routine, automated SDK generation.
Motivation and Context
This change is required to ensure our SDK remains in sync with the latest version of Zitadel
How Has This Been Tested?
The SDK generation is an automated process.
Documentation
No new documentation page is required.