Release 26.7 - #153
Draft
Denis-Averin wants to merge 17 commits into
Draft
Conversation
The API now serves the x-param-group vendor extensions itself, so inject-param-groups.py only re-serialised the fetched JSON ({ } -> {}, trailing newline), drifting the committed spec from live and failing the check-swagger CI job on every 'make update'. Remove the script and its callers (update_swagger_spec.bash, the Makefile spec-param-groups target); the fetched spec needs no post-processing.
URLRequest.timeoutInterval is ignored by swift-corelibs-foundation, so set the session configuration's timeoutIntervalForRequest/timeoutIntervalForResource in the generated URLSession client. Mirrors the fix in the Swift SDK.
Also make new-version.py preserve config key order (OrderedDict, no sort_keys) and emit a trailing newline, so version bumps produce minimal, stable diffs.
Remove orphan generated files nothing references (AbstractOpenApiSchema/AbstractOpenAPISchema, ServerConfiguration/ServerVariable, exceptions.py/api_response.py, ModelInterface.php) via the generate scripts, and drop the unused Go APIKey struct and the C# AbstractOpenAPISchema template.
The SDK repos auto-bump deps (versions-maven-plugin, npm-check-updates) and had drifted ahead of the templates, so regeneration downgraded them. Bump okhttp/jacoco and eslint-plugin-prettier/prettier/ts-jest to match.
…template On PHP 8.3+ with Xdebug a malformed date throws an \Error that catch (Exception) would let escape; emit catch (\Throwable) and drop the now-unused Exception import so regeneration keeps the SDK fix.
Document the Cloud SDK requirements, per-SDK branches, versioning, release workflow, and test-coverage bars, and reference them from Agents.md.
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.
No description provided.