Release v1.1.1: automatic publishing and full live SDK contract - #8
Merged
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.
Summary
release/branch is merged intomainmainpushesdispatch, positionaldispatchOrder, the legacy parameter-array form, and active-record dispatch use the officialPATCHendpointDisposable contract architecture
Fleetbase's reusable
api-contract.ymlowns an entire isolated job, so it cannot directly host a caller-started PHP bridge. This workflow therefore uses its canonical bootstrap and shared composite action on the SDK runner, then points the Postman collection base URL through the SDK bridge. That preserves the established Fleetbase fixtures while proving requests exercised the library rather than only the API.The final run used
fleetbase/fleetbase-api@sha256:005e7da6e367ccd2e8242747c9cb09371bd193932c42d3c359692125e7a1cd67and the locked Postman merge commit9a7d4d898b4e74d735d93c78d67d4d5013c1a28b.Release behavior
Version 1.1.0 has already been published and its tag remains immutable. Merging this pull request starts the release workflow from the resulting
maincommit. The workflow verifies that the commit is associated with a merged release-prefixed pull request, derives version 1.1.1, reruns the live SDK contract and all release gates, then publishes through the protectedreleaseenvironment. There is no manual workflow-dispatch input.Verification
composer check: 34 PHPUnit tests, 2,315 assertions, 220 mapped requests, clean generated artifacts, AGPL checks, and API compatibility with 1.0.2 and 1.0.3220/220requests invoked and no locked request bypassed its PHP SDK methodSupersedes #7 after the published 1.1.0 tag required the release branch to move to 1.1.1.
Coordinated API reference PR: fleetbase/fleetbase.io#95