-
In version
7.2.0RateLimiterDrizzlelimiter was added. Read about it on wiki
Thanks @Nayanchandrakar ! -
In version
7.3.0disableIndexesCreation option added toRateLimiterMongo. -
In version
7.3.1conditional require of drizzle-orm was replaced with dynamic import to avoid issues with linters and tree-shakers. -
In version
7.3.2drizzle-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.0RateLimiterDrizzleNonAtomic was added. It doesn't guarantee precise events count under race conditions, but much faster than atomic limiter.
💫