What's changed?
- Fix of possible silent stops of the streamer (firing logs and returning errors where necessary)
- Fix the issue the streamer was always 1 block behind
- Renamed a few internal methods to reflect what they do
- Added debug and error logs in a few places
- Introduced a
LakeError
enum usingthiserror
(#42), but not exposing it yet to avoid breaking changes to the framework (for now, it will be done in0.7.0
) - Added proper error handling in a few places
- Updated the dependencies version of AWS crates
Crate Link: https://crates.io/crates/near-lake-framework/0.6.1
Full Changelog: v0.6.0...v0.6.1