Skip to content

Releases: kobayurii/near-lake-framework-rs

v0.7.10

07 Nov 12:31
37764c6
Compare
Choose a tag to compare

What's changed?

  • Upgrade near-indexer-primitives to 0.27.0 (nearcore-2.3.0)
  • Added new provider fastnear - a new way to get the data from NEAR Protocol. It is a separate service that provides the data in a more efficient way. Check the FastNear and Near Data Server to get more details about provider.

Breaking Change

  • s3_fetchers rename to fetchers and move to the providers module. New usage example:
    use near_lake_framework::s3::fetchers::fetch_streamer_message;
    use near_lake_framework::fastnear::fetchers::fetch_streamer_message;
  • s3_client rename to client and move to the providers module. New usage example:
    use near_lake_framework::S3Client;
    use near_lake_framework::FastNearClient;

Crate Link: https://crates.io/crates/near-lake-framework/0.7.10
Full Changelog: ...v0.7.10