Skip to content

feat(sdk): generate SDK for version v4.11.0#77

Merged
mridang merged 9 commits intobetafrom
feat/sdk/update-to-v4.11.0
Mar 3, 2026
Merged

feat(sdk): generate SDK for version v4.11.0#77
mridang merged 9 commits intobetafrom
feat/sdk/update-to-v4.11.0

Conversation

@mridang
Copy link
Collaborator

@mridang mridang commented Mar 2, 2026

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.

@mridang mridang self-assigned this Mar 2, 2026
@mridang mridang force-pushed the feat/sdk/update-to-v4.11.0 branch from 3366369 to 6b4eed6 Compare March 2, 2026 08:46
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.
@mridang mridang force-pushed the feat/sdk/update-to-v4.11.0 branch from 6b4eed6 to f9504ae Compare March 2, 2026 09:12
mridang and others added 6 commits March 2, 2026 20:57
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 <noreply@anthropic.com>
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 <noreply@anthropic.com>
Fixes GHSA-33mh-2634-fwr2 — SSRF via protocol-relative URL host
override in build_exclusive_url.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes GHSA-c2f4-jgmc-q2r5 — DoS via malformed XML parsing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
@mridang mridang force-pushed the feat/sdk/update-to-v4.11.0 branch from c04489d to c01d590 Compare March 3, 2026 00:26
@mridang mridang merged commit 10e4778 into beta Mar 3, 2026
13 checks passed
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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant