-
In version
7.2.0
RateLimiterDrizzle
limiter was added. Read about it on wiki
Thanks @Nayanchandrakar ! -
In version
7.3.0
disableIndexesCreation option added toRateLimiterMongo
. -
In version
7.3.1
conditional require of drizzle-orm was replaced with dynamic import to avoid issues with linters and tree-shakers. -
In version
7.3.2
drizzle-orm lazy import is hidden behind function call and string concatenation to avoid unnecessary tree-shaking and statistical analysis in different bundlers. -
In version
7.4.0
RateLimiterDrizzleNonAtomic was added. It doesn't guarantee precise events count under race conditions, but much faster than atomic limiter.
💫