Skip to content

Commit

Permalink
Merge pull request #361 from near/develop
Browse files Browse the repository at this point in the history
chore: 0.3.0 update CHANGELOG and bump the version
  • Loading branch information
khorolets authored Oct 9, 2024
2 parents 1ebaeee + 1303566 commit c24e6a9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/near/read-rpc/compare/main...develop)

## [0.3.0](https://github.com/near/read-rpc/releases/tag/v0.2.17)

### BREAKING CHANGES

Please, see the [PostgreSQL & ShardLayout Pull Request](https://github.com/near/read-rpc/pull/282) for details. This is a completely new version of the ReadRPC with a new data storage layout and a new data storage engine. The main changes are:
- **Migrate from ScyllaDB to PostgreSQL for storing the data**. We adopted the ShardLayout from the `nearcore` and split the data to separate PostgreSQL databases for each shard.
- Changed the way we store `TransactionDetails` (JSON blobs again, but it might change soon)

All the work in this release allowed us to increase the performance of the ReadRPC and make it more reliable. We are still working on the performance improvements and will continue to work on the ReadRPC to make it even better.

### Supported Nearcore Version (not changed)
- nearcore v2.2.1
- rust v1.79.0

## [0.2.16](https://github.com/near/read-rpc/releases/tag/v0.2.16)
### Supported Nearcore Version
- nearcore v2.2.1
Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.2.16"
version = "0.3.0"
authors = ["Near Inc <hello@nearprotocol.com>"]
edition = "2021"
rust-version = "1.79.0"
Expand Down

0 comments on commit c24e6a9

Please sign in to comment.