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

#30: support limit middleware #80

Merged
merged 13 commits into from
Mar 9, 2024
Merged

#30: support limit middleware #80

merged 13 commits into from
Mar 9, 2024

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    4631c42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aa9f1e View commit details
    Browse the repository at this point in the history
  3. hide policy matcher construct behind builder

    this is an easy trick to allow Arc-based ownership for
    the internal mapping, as to ensure it is not cloned each
    time we create a new policy
    glendc committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6be4bd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    684f83a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20aa290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6de6c13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b45a3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47ca14e View commit details
    Browse the repository at this point in the history
  6. decrease default max for expo backoff

    glendc committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3f0f468 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d48ac2f View commit details
    Browse the repository at this point in the history
  8. support optional concurrency policies

    glendc committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    f04fb97 View commit details
    Browse the repository at this point in the history
  9. add clone/default tests to exponential.rs

    glendc committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    41f21bc View commit details
    Browse the repository at this point in the history
  10. expand docs

    glendc committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    450551b View commit details
    Browse the repository at this point in the history