chore(deps): bump actions/download-artifact from 7 to 8#72
Merged
rustatian merged 1 commit intoMay 8, 2026
Merged
Conversation
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
rustatian
added a commit
that referenced
this pull request
May 11, 2026
New tests/lock_api_test.go runs a Lock / Exists / Release / Exists cycle three times — once per wire protocol Connect-RPC serves off the single rpc-plugin mount: - TestLockConnectAPI: Connect over h2c via connectrpc.com/connect. - TestLockHTTPApi: plain HTTP/1.1 POST with a protojson body and Content-Type: application/json (what PHP clients do via Guzzle/curl). - TestLockGRPCApi: regular gRPC via google.golang.org/grpc (used by PHP's gRPC extension). Helper startLockAPIContainer brings up rpc + lock + logger with a new minimal configs/.rr-lock-api.yaml. GET-idempotency test for Exists comes in a follow-up commit once api-go ships a beta with `option idempotency_level = NO_SIDE_EFFECTS` (api PR #72).
rustatian
added a commit
that referenced
this pull request
May 11, 2026
api-go v6.0.0-beta.7 (tagged off api PR #72) regenerates the LockServiceHandler with WithIdempotency(IdempotencyNoSideEffects) on Exists. Connect now accepts HTTP GET for that method, encoding the request body in query params. - Bump api-go: v6.0.0-beta.5 -> v6.0.0-beta.7 in root + tests modules. - Add a table-driven TestLockHTTPGetIdempotency asserting: GET Exists -> 200 OK GET Lock, LockRead, Release, ForceRelease, UpdateTTL -> 405 Method Not Allowed Regression coverage for the proto idempotency annotation.
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.
Bumps actions/download-artifact from 7 to 8.
Release notes
Sourced from actions/download-artifact's releases.
Commits
70fc10cMerge pull request #461 from actions/danwkennedy/digest-mismatch-behaviorf258da9Add change docsccc058eFix linting issuesbd7976bAdd a setting to specify what to do on hash mismatch and default it toerrorac21fcfMerge pull request #460 from actions/danwkennedy/download-no-unzip15999bfAdd note about package bumps974686eBump the version tov8and add release notesfbe48b1Update test names to make it clearer what they do96bf374One more test fixb8c4819Fix skip decompress testYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)