From 74869b2bcf99bc5965388164a139d991d3c75459 Mon Sep 17 00:00:00 2001 From: stefan-mysten <135084671+stefan-mysten@users.noreply.github.com> Date: Wed, 31 Jul 2024 07:27:21 -0700 Subject: [PATCH] [GraphQL] Gql bump version prod to 2024.4.4 (#18870) ## Description Bump prod version, just in case we need this branch again. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API: --- Cargo.lock | 2 +- crates/sui-graphql-e2e-tests/tests/call/simple.exp | 4 ++-- crates/sui-graphql-rpc/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cec04561d172..f5672af40f5f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12853,7 +12853,7 @@ dependencies = [ [[package]] name = "sui-graphql-rpc" -version = "2024.4.3" +version = "2024.4.4" dependencies = [ "anyhow", "async-graphql", diff --git a/crates/sui-graphql-e2e-tests/tests/call/simple.exp b/crates/sui-graphql-e2e-tests/tests/call/simple.exp index 59f68e7429ae7..cc564f67b2d69 100644 --- a/crates/sui-graphql-e2e-tests/tests/call/simple.exp +++ b/crates/sui-graphql-e2e-tests/tests/call/simple.exp @@ -97,13 +97,13 @@ task 15 'run-graphql'. lines 63-68: Headers: { "content-type": "application/json", "content-length": "157", - "x-sui-rpc-version": "2024.4.3-testing-no-sha", + "x-sui-rpc-version": "2024.4.4-testing-no-sha", "access-control-allow-origin": "*", "vary": "origin", "vary": "access-control-request-method", "vary": "access-control-request-headers", } -Service version: 2024.4.3-testing-no-sha +Service version: 2024.4.4-testing-no-sha Response: { "data": { "checkpoint": { diff --git a/crates/sui-graphql-rpc/Cargo.toml b/crates/sui-graphql-rpc/Cargo.toml index 30166b3fb53f7..9361c2e3fe480 100644 --- a/crates/sui-graphql-rpc/Cargo.toml +++ b/crates/sui-graphql-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sui-graphql-rpc" -version = "2024.4.3" +version = "2024.4.4" authors = ["Mysten Labs "] license = "Apache-2.0" publish = false