Skip to content

Releases: 0xPolygon/zkevm-data-streamer

v0.2.7

17 Oct 13:31
59e340f
Compare
Choose a tag to compare

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

30 Aug 07:40
2f59656
Compare
Choose a tag to compare

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

12 Aug 10:59
e073571
Compare
Choose a tag to compare

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

09 Aug 14:57
77bea0f
Compare
Choose a tag to compare

Changelog

  • Keep connected with the client in case of error during the execution of a command

For more info

Check out the README for more detailed information.

v0.2.3

30 Jul 07:34
95faf88
Compare
Choose a tag to compare

Changelog

  • Add timeout for write operations on client connections
  • Add timeout to close innactive client connections

For more info

Check out the README for more detailed information.

v0.2.2

21 Mar 18:49
5e35df4
Compare
Choose a tag to compare

Changelog

  • Add public function to encode file entries to []byte

For more info

Check out the README for more detailed information.

v0.2.1

21 Mar 12:49
0c30017
Compare
Choose a tag to compare

Changelog

  • Add new constructor with logs configuration to the client.

Constructor Added

  • NewClientWithLogsConfig(server string, streamType StreamType, logsConfig *log.Config)

For more info

Check out the README for more detailed information.

v0.2.0

01 Mar 15:49
v0.2.0
ebf261c
Compare
Choose a tag to compare

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.

v0.1.19

06 Feb 08:21
35ea575
Compare
Choose a tag to compare

Changelog

  • Added method to retrieve stream data between two given bookmarks
  • Update README acordingly

More information

Check out the README for more detailed information.

v0.1.18

08 Jan 14:44
v0.1.18
21e27c8
Compare
Choose a tag to compare

Changelog

  • Add 2 fields to the stream file header: Version and SystemID
  • README Use case: Updates for etrog

More information

Check out the README for more detailed information.