Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(reqwest-rate-limiter): add default rate limiter middleware; bump dependencies #979

Merged
merged 4 commits into from
Jul 22, 2024

Commits on Jul 10, 2024

  1. chore(reqwest-rate-limiter): bump dependencies

    - 'governor' to v0.6
    - 'reqwest' to v0.12
    - 'reqwest-middleware' to v0.3
    rimrakhimov committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8eb399b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. feat: add DefaultRateLimiterMiddleware

    Allows not to import governor into client crates
    rimrakhimov committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8ce081a View commit details
    Browse the repository at this point in the history
  2. refactor: cargo fmt

    rimrakhimov committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c21b5fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bdc5bf View commit details
    Browse the repository at this point in the history