@@ -6,25 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to
7
7
[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
8
9
- ## [ v3.1.0] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v3.1.0 )
9
+ ## [ v3.1.0] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v3.1.0 )
10
10
11
11
### Changed
12
12
13
13
- Retry the ` EVALSHA ` command if it fails the first time.
14
14
15
- ## [ v3.0.2] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v3.0.2 )
15
+ ## [ v3.0.2] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v3.0.2 )
16
16
17
17
### Changed
18
18
19
19
- Added the ` types ` field to the ` export ` map in ` package.json ` .
20
20
21
- ## [ v3.0.1] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v3.0.1 )
21
+ ## [ v3.0.1] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v3.0.1 )
22
22
23
23
### Changed
24
24
25
25
- Updated documentation related to ` ioredis ` integration.
26
26
27
- ## [ v3.0.0] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v3.0.0 )
27
+ ## [ v3.0.0] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v3.0.0 )
28
28
29
29
### Added
30
30
@@ -54,7 +54,7 @@ and this project adheres to
54
54
- [ BREAKING] Removed the ` passIfNotConnected ` option, as developers now need to
55
55
handle connection using a client of their choice
56
56
57
- ## [ v2.1.0] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v2.1.0 )
57
+ ## [ v2.1.0] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v2.1.0 )
58
58
59
59
### Added
60
60
@@ -66,27 +66,27 @@ and this project adheres to
66
66
67
67
- Dropped support for Node 6.
68
68
69
- ## [ v2.0.0] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v2.0.0 )
69
+ ## [ v2.0.0] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v2.0.0 )
70
70
71
71
### Changed
72
72
73
73
- [ BREAKING] Bumped ` node-redis ` version from ` 2.8.0 ` to ` 3.0.2 ` .
74
74
75
- ## [ v1.7.0] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v1.7.0 )
75
+ ## [ v1.7.0] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v1.7.0 )
76
76
77
77
### Added
78
78
79
79
- Added support for passing a redis connection string instead of a client
80
80
instance to the constructor.
81
81
82
- ## [ v1.6.0] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v1.6.0 )
82
+ ## [ v1.6.0] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v1.6.0 )
83
83
84
84
### Added
85
85
86
86
- Added example of connecting to a UDP socket to the readme.
87
87
- Added support for returning the reset date to the rate limit middleware.
88
88
89
- ## [ v1.5.0] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v1.5.0 )
89
+ ## [ v1.5.0] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v1.5.0 )
90
90
91
91
### Added
92
92
@@ -96,20 +96,20 @@ and this project adheres to
96
96
in the rate limiting middleware displays the time in the ` Retry-After `
97
97
header.
98
98
99
- ## [ v1.4.0] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v1.4.0 )
99
+ ## [ v1.4.0] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v1.4.0 )
100
100
101
101
### Added
102
102
103
103
- Added support for the ` decrement ` and ` reset ` functions (see
104
104
https://github.com/nfriedly/express-rate-limit/commit/c9194780b6826d9cdb14b3395907cf7fb93e59f6 )
105
105
106
- ## [ v1.3.0] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v1.3.0 )
106
+ ## [ v1.3.0] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v1.3.0 )
107
107
108
108
### Added
109
109
110
110
- Added support for millisecond precision in the ` expiry ` option.
111
111
112
- ## [ v1.1.0] ( https://github.com/wyattjoh /rate-limit-redis/releases/tag/v1.1.0 )
112
+ ## [ v1.1.0] ( https://github.com/express-rate-limit /rate-limit-redis/releases/tag/v1.1.0 )
113
113
114
114
### Added
115
115
0 commit comments