Skip to content

Releases: samwang0723/stock-crawler

v2.0.2

02 Jul 07:03
92846d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

26 Aug 01:00
23dc642
Compare
Choose a tag to compare

Increase stability, improve performance

  • Apply mock-gen and add more test cases from external services
  • Fix pipeline hanging issue
  • Fix StakeConcentration memory clone problem
  • Enlarge the worker pool size and shorten the rate limit threshold

v2.0.0

20 Aug 08:06
b6386ec
Compare
Choose a tag to compare
  • Refactor crawling mechanism to use pipeline with dynamic workers and text extractor
  • Apply golangci-lint and fix lint errors
  • Refine error handling and logging using zerolog
  • Make test to support parallel and leak testing
  • Refine Makefile