Skip to content

Commit cf053ad

Browse files
committed
docs: add changelog
1 parent b16ca24 commit cf053ad

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to
7+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8+
9+
## [1.0.0](https://github.com/express-rate-limit/rate-limit-memcached/releases/tag/v1.0.0)
10+
11+
### Breaking
12+
13+
- Rewrite the store to implement the new `Store` interface, introduced in
14+
`express-rate-limit` v6.0.0.
15+
- Require the `del`, `get`, `set`, `add`, `incr` and `decr` functions on any
16+
`memcached` client passed to the store.
17+
- `MemcachedStore` is now a named export, not a default export, to make it play
18+
nice with the dual cjs-esm package.
19+
20+
### Added
21+
22+
- Add the `locations` and `config` options.
23+
- Store expiry time for a client in a new key, named `${prefix}expiry:${key}`.

0 commit comments

Comments
 (0)