Releases: kobayurii/near-lake-framework-rs
Releases · kobayurii/near-lake-framework-rs
v0.7.10
What's changed?
- Upgrade
near-indexer-primitives
to0.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 tofetchers
and move to theproviders
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 toclient
and move to theproviders
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