Skip to content

Releases: near/near-lake-indexer

2.1.0-rc.1

31 Jul 07:51
31f4b38
Compare
Choose a tag to compare
  • 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

08 Jul 19:43
98835ba
Compare
Choose a tag to compare

1.2.0

18 Jun 09:43
f24bde9
Compare
Choose a tag to compare
  • Upgrade nearcore to 1.40.0
  • Fix s3 endpoint resolver
  • Fix docker build

1.2.0-rc.1

22 May 12:40
3fcb70f
Compare
Choose a tag to compare
  • Upgrade nearcore to 1.40.0-rc.1
  • Bump Rust version to 1.77.0
  • Upgrade dependencies to the latest versions

1.1.1

27 Apr 16:15
1873e9a
Compare
Choose a tag to compare
  • Upgrade nearcore to 1.39.1

1.1.0

11 Apr 05:13
514ae8d
Compare
Choose a tag to compare
  • Upgrade to nearcore 1.39.0

1.0.0

04 Apr 11:53
851b5fd
Compare
Choose a tag to compare
  • Upgrade Indexer Framework to be based on version 1.38.2 and commit 8c2085b

This commit is based on 1.38.2 release of nearcore and includes the improvement of local cache from the rc.2 release since that commit hasn't get into the 1.38.x release.

1.0.0-rc.2

15 Mar 14:01
197c619
Compare
Choose a tag to compare
  • 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

13 Mar 08:49
0959c2b
Compare
Choose a tag to compare

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 S3
    • near_lake_block_done_total Total number of indexed blocks
    • near_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"}
    

0.1.29

09 Mar 08:19
43f117e
Compare
Choose a tag to compare
  • Compatible with nearcore 1.37.0