Skip to content

Commit

Permalink
[GraphQL] Gql bump version prod to 2024.4.4 (#18870)
Browse files Browse the repository at this point in the history
## 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:
  • Loading branch information
stefan-mysten authored Jul 31, 2024
1 parent b0fd8c7 commit 74869b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/sui-graphql-e2e-tests/tests/call/simple.exp
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-graphql-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-graphql-rpc"
version = "2024.4.3"
version = "2024.4.4"
authors = ["Mysten Labs <[email protected]>"]
license = "Apache-2.0"
publish = false
Expand Down

0 comments on commit 74869b2

Please sign in to comment.