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

v0.7.0

Compare
Choose a tag to compare
@a-feld a-feld released this 02 Apr 15:19
· 43 commits to master since this release
ee040f0

Breaking Changes ⚠️

  • BuildRequest on Request factories now have new interfaces to reflect the outline of the payload. Helpers for common blocks and groups are provided.

Performance Improvements 🚀

  • Buffer allocations are now minimized within the request factory via internal buffer caching and re-use.

Bug fixes 🧯

  • Large payloads were not automatically split when using the harvester. Payloads are now split to reduce payload size when required.