This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
v0.8.0
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)