Releases: 0xPolygon/zkevm-data-streamer
Releases · 0xPolygon/zkevm-data-streamer
v0.2.7
Changelog
- Improve test coverage
- Fix dsapp
- Change error levels
For more info
Check out the README for more detailed information.
Full Changelog: v0.2.6...v0.2.7
v0.2.6
Changelog
- Added a function to check if the client is started
- Added a function to reset the process entry call function
For more info
Check out the README for more detailed information.
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Changelog
- Downgrade the
github.com/spf13/viper
dependency.
For more info
Check out the README for more detailed information.
Full Changelog: v0.2.4...v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Changelog
- Improve the stream client API, making it more user-friendly.
API removed
- ExecCommand()
API added
- ExecCommandStart(fromEntry)
- ExecCommandStartBookmark(fromBookmark)
- ExecCommandStop()
- ExecCommandGetHeader() -> HeaderEntry
- ExecCommandGetEntry(fromEntry) -> FileEntry
- ExecCommandGetBookmark(fromBookmark) -> FileEntry
For more info
Check out the README for more detailed information.