rate-limiter-flexible v0.23.1 Release Notes

Release Date: 2019-03-08 // about 5 years ago
  • ๐Ÿ”‹ Features:

    • ๐Ÿ‘ MongoDB limiter supports compound unique index sharding with indexKeyPrefix option now.
    • disable prefixing keys with empty keyPrefix option.
    • mongodb: specify collection name with tableName option.

    ๐Ÿ› Bug fixes:

    • postgresql: fix bug storing limits on different tables.
    • implement toString, symbol inspect and toJSON for RateLimiterRes.
    • ๐Ÿ›  fix RateLimiterUnion's consume TS response type (thanks @zephraph )
    • โž• add type signatures for toString and toJSON methods of RateLimiterRes (thanks @michaeldzjap )