You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+17-17
Original file line number
Diff line number
Diff line change
@@ -5,50 +5,50 @@ Changelog
5
5
6
6
Bugfixes
7
7
8
-
-Fixed monitor mode not working in combination with IPv6 (2.6.0 regression)
8
+
- Fixed monitor mode not working in combination with IPv6 (2.6.0 regression)
9
9
10
10
## v.2.7.0 - 11 Mar, 2017
11
11
12
12
Features
13
13
14
-
-All returned errors are from now a subclass of `RedisError`.
14
+
- All returned errors are from now a subclass of `RedisError`.
15
15
16
16
Bugfixes
17
17
18
-
-Fixed rename_commands not accepting `null` as value
19
-
-Fixed `AbortError`s and `AggregateError`s not showing the error message in the stack trace
18
+
- Fixed rename_commands not accepting `null` as value
19
+
- Fixed `AbortError`s and `AggregateError`s not showing the error message in the stack trace
20
20
21
21
## v.2.6.5 - 15 Jan, 2017
22
22
23
23
Bugfixes
24
24
25
-
-Fixed parser not being reset in case the redis connection closed ASAP for overcoming of output buffer limits
26
-
-Fixed parser reset if (p)message_buffer listener is attached
25
+
- Fixed parser not being reset in case the redis connection closed ASAP for overcoming of output buffer limits
26
+
- Fixed parser reset if (p)message_buffer listener is attached
27
27
28
28
## v.2.6.4 - 12 Jan, 2017
29
29
30
30
Bugfixes
31
31
32
-
-Fixed monitor mode not working in combination with IPv6, sockets or lua scripts (2.6.0 regression)
32
+
- Fixed monitor mode not working in combination with IPv6, sockets or lua scripts (2.6.0 regression)
33
33
34
34
## v.2.6.3 - 31 Oct, 2016
35
35
36
36
Bugfixes
37
37
38
-
-Do not change the tls setting to camel_case
39
-
-Fix domain handling in combination with the offline queue (2.5.3 regression)
38
+
- Do not change the tls setting to camel_case
39
+
- Fix domain handling in combination with the offline queue (2.5.3 regression)
40
40
41
41
## v.2.6.2 - 16 Jun, 2016
42
42
43
43
Bugfixes
44
44
45
-
-Fixed individual callbacks of a transaction not being called (2.6.0 regression)
45
+
- Fixed individual callbacks of a transaction not being called (2.6.0 regression)
46
46
47
47
## v.2.6.1 - 02 Jun, 2016
48
48
49
49
Bugfixes
50
50
51
-
-Fixed invalid function name being exported
51
+
- Fixed invalid function name being exported
52
52
53
53
## v.2.6.0 - 01 Jun, 2016
54
54
@@ -130,7 +130,7 @@ Features
130
130
- Monitor and pub sub mode now work together with the offline queue
131
131
- All commands that were send after a connection loss are now going to be send after reconnecting
132
132
- Activating monitor mode does now work together with arbitrary commands including pub sub mode
133
-
- Pub sub mode is completly rewritten and all known issues fixed
133
+
- Pub sub mode is completely rewritten and all known issues fixed
134
134
- Added `string_numbers` option to get back strings instead of numbers
135
135
- Quit command is from now on always going to end the connection properly
136
136
@@ -173,7 +173,7 @@ Same changelog as the pre-release
173
173
174
174
## v.2.5.0-1 - 07 Mar, 2016
175
175
176
-
This is a big release with some substaintual underlining changes. Therefor this is released as a pre-release and I encourage anyone who's able to, to test this out.
176
+
This is a big release with some substantial underlining changes. Therefor this is released as a pre-release and I encourage anyone who's able to, to test this out.
177
177
178
178
It took way to long to release this one and the next release cycles will be shorter again.
179
179
@@ -193,7 +193,7 @@ Features
193
193
- Added a `warning` emitter that receives node_redis warnings like auth not required and deprecation messages
194
194
- Added a `retry_strategy` option that replaces all reconnect options
195
195
- The reconnecting event from now on also receives:
196
-
- The error message why the reconnect happend (params.error)
196
+
- The error message why the reconnect happened (params.error)
197
197
- The amount of times the client was connected (params.times_connected)
198
198
- The total reconnecting time since the last time connected (params.total_retry_time)
199
199
- Always respect the command execution order no matter if the reply could be returned sync or not (former exceptions: [#937](https://github.com/NodeRedis/node_redis/issues/937#issuecomment-167525939))
@@ -208,9 +208,9 @@ Bugfixes
208
208
- Fixed do not run toString on an array argument and throw a "invalid data" error instead
209
209
- This is not considered as breaking change, as this is likely a error in your code and if you want to have such a behavior you should handle this beforehand
210
210
- The same applies to Map / Set and individual Object types
211
-
- Fixed redis url not accepting the protocol being omitted or protocols other than the redis protocol for convienence
211
+
- Fixed redis url not accepting the protocol being omitted or protocols other than the redis protocol for convenience
212
212
- Fixed parsing the db keyspace even if the first database does not begin with a zero
213
-
- Fixed handling of errors occuring while receiving pub sub messages
213
+
- Fixed handling of errors occurring while receiving pub sub messages
- Fixed rename_commands and prefix option not working together
216
216
- Fixed ready being emitted to early in case a slave is still syncing / master down
@@ -223,7 +223,7 @@ Deprecations
223
223
- Using SET or SETEX with a undefined or null value will from now on also result in converting the value to "null" / "undefined" to have a consistent behavior. This is not considered as breaking change, as it returned an error earlier.
224
224
- Using .end(flush) without the flush parameter is deprecated and the flush parameter should explicitly be used
225
225
- From v.3.0.0 on using .end without flush will result in an error
226
-
- Using .end without flush means that any command that did not yet return is going to silently fail. Therefor this is considered harmfull and you should explicitly silence such errors if you are sure you want this
226
+
- Using .end without flush means that any command that did not yet return is going to silently fail. Therefor this is considered harmful and you should explicitly silence such errors if you are sure you want this
227
227
- Depending on the return value of a command to detect the backpressure is deprecated
228
228
- From version 3.0.0 on node_redis might not return true / false as a return value anymore. Please rely on client.should_buffer instead
229
229
- The `socket_nodelay` option is deprecated and will be removed in v.3.0.0
0 commit comments