Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: animir/node-rate-limiter-flexible
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.0
Choose a base ref
...
head repository: animir/node-rate-limiter-flexible
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.1
Choose a head ref
  • 9 commits
  • 4 files changed
  • 4 contributors

Commits on Dec 4, 2025

  1. Refactor RateLimiterQueue constructor to handle optional parameters f…

    …or maxQueueSize and key
    sevauni committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    9e4c081 View commit details
    Browse the repository at this point in the history
  2. Refactor RateLimiterQueue constructor to handle optional parameters f…

    …or maxQueueSize and key
    sevauni committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    eceeac3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535f0f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. reorder object attributes to ensure defaults applied

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    animir and Copilot authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    ebfbfe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Update IRateLimiterQueueOpts to make maxQueueSize optional and remove…

    … key property from the opts
    sevauni committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    36a84df View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    0715004 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. Merge pull request #340 from sevauni/master

    RateLimiterQueue default params
    animir authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    6a2f20b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #341 from anasdevv/master

    fix(DynamoDB): return null for expired keys in get() method
    animir authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    2cc65d7 View commit details
    Browse the repository at this point in the history
  3. 9.0.1

    animir committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    363573b View commit details
    Browse the repository at this point in the history
Loading