Releases: samwang0723/stock-crawler
Releases · samwang0723/stock-crawler
v2.0.2
What's Changed
- feat: support kafka channel to trigger download manually by @samwang0723 in #3
- Fix/lint modify by @samwang0723 in #4
- fix: update coverage upload by @samwang0723 in #5
Full Changelog: v2.0.1...v2.0.2
v2.0.1
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
- 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