Skip to content

beekeeper 0.3.0

Choose a tag to compare

@jonthegeek jonthegeek released this 19 May 10:41
· 42 commits to main since this release
7e574e1

Summary

Batching and rate limiting.

Proposal wording

  • Add documentation for implementing batching and rate-limiting.
  • If possible, export functionality to help implement these processes, but standards seem to vary widely.
  • Potential challenges: This step will involve more reading and documenting than code, to gather examples of how different APIs implement limits and batching. It's possible systems will be so different that it will be difficult to summarize them. For example, Slack has two separate batching systems in its API, with some functions moved to the newer system, and others not.

Changes from proposal

  • This was actually developed after 0.4.0.
  • The wording I really wanted here was "pagination."
  • This milestone resulted in the pagination vignette.

What's Changed

Full Changelog: v0.2.0...v0.3.0