Skip to content

Releases: near/near-lake-indexer

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

0.1.25

08 Jun 08:04
2c69629
Compare
Choose a tag to compare
chore: 0.1.25 release. Fix the dependencies causing the error in prev…

…ious release. (#74)

0.1.24

05 Jun 21:08
875ed1f
Compare
Choose a tag to compare
chore: Upgrade `nearcore` to `1.34.0` (#72)

0.1.23

17 May 23:21
Compare
Choose a tag to compare
chore: Bump cargo version to `1.23.0`

0.1.22

03 Apr 06:55
d8d3fc9
Compare
Choose a tag to compare
chore: Upgrade `nearcore` dependencies to `1.33.0-rc.1` (#67)

* chore: Upgrade `nearcore` to `1.33.0-rc.1`

* build: Bump minimal rust version to `1.68.0`

0.1.21

07 Mar 00:17
34032f8
Compare
Choose a tag to compare
chore: Upgrade nearcore dependency to the 1.32.0-rc.1 (#66)

* chore: Upgrade nearcore dependency to newer version (preparation to 1.32.0)

* Update nearcore dependency to the pre-release commit of 1.32.0-rc.1