Summary
- Updated
Oak
to v11.1.0 - Updated
redis
to v0.26.0 - Updated usage implementation. You require to put an
await
in yourapp.use()
. i.e.app.use(await RateLimiter())
Since the rate limiter seems to be working well, it's no longer an RC. Please report an issues on GitHub and feel free to contribute.
What's Changed
- adding redis store by @NewtTheWolf in #2
New Contributors
- @NewtTheWolf made their first contribution in #2
Full Changelog: 0.1.0-rc2...v0.1.1