Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

v0.8.0

Compare
Choose a tag to compare
@alanwest alanwest released this 12 Jul 19:12
· 23 commits to master since this release
bfff122

Breaking Changes ⚠️

  • Require a request context for RequestFactory.BuildRequest so that request cancellation can be properly handled. (#66)
  • Made buildSplitRequests internal. (#68)

Performance Improvements 🚀

  • Harvester now parallelizes the requests when a payload is split. (#68)

Bug fixes 🧯

  • Sanitize API key when logging during harvester creation. (#65)