Skip to content

v0.1.43

Choose a tag to compare

@quanhua92 quanhua92 released this 22 Nov 08:32
· 707 commits to main since this release

What's Changed

Performance Optimizations

  • Optimize crypto worker to use batch API instead of sequential calls (0d28039)

    • Crypto worker now fetches all intervals in a single batch API call
    • Reduces sync time and API requests significantly
  • Add fail-fast pre-check optimization for crypto worker in proxy mode (0a77ea8)

    • Pre-check validates API availability before starting sync
    • Fails fast if alternative API is unreachable
    • Improves reliability in proxy configurations

Version

  • Bump version to 0.1.43

Full Changelog: https://github.com/$(gh repo view --json nameWithOwner -q .nameWithOwner)/compare/v0.1.42...v0.1.43