hammer-plug
hammer-plug copied to clipboard
A plug to apply rate-limiting with Hammer
Bumps [plug](https://github.com/elixir-plug/plug) from 1.14.2 to 1.15.3. Changelog Sourced from plug's changelog. v1.15.3 (2024-01-16) Enhancements Allow setting the port on the connection in tests Allow returning {:ok, payload} on inform Allow...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.4 to 0.31.1. Changelog Sourced from ex_doc's changelog. v0.31.1 (2024-01-11) Enhancements Make the sidebar horizontally resizable Show the sidebar button and search bar on scroll up on...
Bumps [credo](https://github.com/rrrene/credo) from 1.7.0 to 1.7.3. Changelog Sourced from credo's changelog. 1.7.3 Credo.Check.Readability.AliasOrder now supports a :sort_method parameter Credo.Check.Readability.PredicateFunctionNames received fixes Credo.Check.Warning.MissedMetadataKeyInLoggerConfig received fixes 1.7.2 Fix compatibility & compiler warnings...
Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.3.0 to 1.4.3. Release notes Sourced from dialyxir's releases. 1.4.3 Fixed Warnings with line & column. Formatting of :record_match warning. 1.4.1 Bump minimal Elixir version to 1.12....
This PR checks that the tests pass with changes in https://github.com/ExHammer/hammer/pull/72 To actually make the tests check integration with Hammer I removed Mock.
Bumps [mock](https://github.com/jjh42/mock) from 0.3.7 to 0.3.8. Commits c649b94 Upate version of 0.3.6 to 0.3.8 f3580cb Fix typo in call_history doc (#135) 84abb39 Add a very simple wrapper (in_series) around :meck.seq...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
I can add tests for this later. Wanted to see if you'd accept a feature like this. Imagine you're rate limiting a login request. If a user successfully logs in,...
This is very much a draft PR, I couldn't get the tests to run locally so I have no idea if it works as-is or needs some more work. Need...