Releases: near/near-lake-indexer
Releases · near/near-lake-indexer
2.1.0-rc.1
- Upgrade Indexer Framework to be based on nearcore 2.1.0-rc.1
- Bump the minimal supported Rust version to
1.79.0
2.0.0-rc.1
- Upgrade nearcore to nearcore 2.0.0-rc.1
- Bump Rust version to
1.78.0
1.2.0
1.2.0-rc.1
- Upgrade nearcore to 1.40.0-rc.1
- Bump Rust version to
1.77.0
- Upgrade dependencies to the latest versions
1.1.1
1.1.0
1.0.0
1.0.0-rc.2
- Upgrade Indexer Framework to be based on commit 511414a
This commit adds the local cache to improve the speed of indexing during the congestion of the network.
- Bump the minimal supported Rust version to 1.76.0 (following the nearcore master branch)
This release is expected to be compatible with nearcore 1.38.x, but we don't expect that improvement to be cherry-picked to the 1.38.x release.
1.0.0-rc.1
After two years of successful work in production, we realized that no significant changes or improvements had been made to the codebase. The codebase is stable and mature enough to be considered a stable release. Thus, we are happy to announce the first release candidate of the NEAR Lake 🎉
- Upgrade Indexer Framework to be based on nearcore 1.38.0-rc.2
- Observability improvements:
near_lake_block_retry_count_total
Total number of retries for storing indexing blocks to S3near_lake_block_done_total
Total number of indexed blocksnear_lake_build_info
is similar to the existing near_build_info, but I cannot reuse that since it's private. It will expose the build info. Example:
near_lake_build_info{build="1.37.1",release="0.1.29",rustc_version="1.75.0"}