Skip to content

Commit

Permalink
Release 0.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankC01 committed Jun 18, 2024
1 parent c0f0236 commit dbb55ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.63.0] - Unpublished
## [0.63.0] - 2024-06-18

### Added

Expand All @@ -23,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed


### Removed

- GetLoadedChildObjects as Sui 1.28.0 removed RPC "sui_getLoadedChildObjects"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ See [CHANGELOG](https://github.com/FrankC01/pysui/blob/main/CHANGELOG.md)

## PyPi current

**Release-0.62.1 - Released 2024-06-08**
**Release-0.63.1 - Released 2024-06-08**

- Supports _SUI 1.27.x RPC API_
- Backwards compatable to _Sui 1.20.x RPC API_
- Supports _SUI 1.28.x RPC API_
- Backwards compatable to _Sui 1.21.x RPC API_

- [Latest PyPi Version](https://pypi.org/project/pysui/)

Expand All @@ -38,8 +38,8 @@ See [CHANGELOG](https://github.com/FrankC01/pysui/blob/main/CHANGELOG.md)
MystenLabs announcement can be found [Here](https://github.com/mystenLabs/sui/issues/13700). This change transitions
from JSON RPC to GraphQL RPC.

Note: MystenLabs/Sui GraphQL RPC is available on devnet, testnet and mainnet. Note that devnet beta is still quite fragile and
we recommend using testnet beta. We are tracking a few failures we are monitoring [Isssues](https://github.com/FrankC01/pysui/issues?q=is%3Aissue+is%3Aopen++Sui+GraphQL+RPC).
Note: MystenLabs/Sui GraphQL RPC is available on devnet, testnet and mainnet. Note that devnet beta is usable but
we recommend using testnet or mainnet beta for stability. We are tracking a few failures we are monitoring [Isssues](https://github.com/FrankC01/pysui/issues?q=is%3Aissue+is%3Aopen++Sui+GraphQL+RPC).

### Sui GraphQL IDEs

Expand Down

0 comments on commit dbb55ce

Please sign in to comment.