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
+8-2
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## v.2.6.0 - 03 Apr, 2017
2
+
3
+
Internals
4
+
5
+
- Use Buffer.allocUnsafe instead of new Buffer() with modern Node.js versions
6
+
1
7
## v.2.5.0 - 11 Mar, 2017
2
8
3
9
Features
@@ -13,7 +19,7 @@ Bugfixes
13
19
14
20
Bugfixes
15
21
16
-
- Fixed minimal memory consumtion overhead for chunked buffers
22
+
- Fixed minimal memory consumption overhead for chunked buffers
17
23
18
24
## v.2.4.0 - 25 Jan, 2017
19
25
@@ -94,7 +100,7 @@ Bugfixes
94
100
95
101
## v.2.0.0 - 29 May, 2016
96
102
97
-
The javascript parser got completly rewritten by [Michael Diarmid](https://github.com/Salakar) and [Ruben Bridgewater](https://github.com/BridgeAR) and is now a lot faster than the hiredis parser.
103
+
The javascript parser got completely rewritten by [Michael Diarmid](https://github.com/Salakar) and [Ruben Bridgewater](https://github.com/BridgeAR) and is now a lot faster than the hiredis parser.
98
104
Therefore the hiredis parser was deprecated and should only be used for testing purposes and benchmarking comparison.
99
105
100
106
All Errors returned by the parser are from now on of class ReplyError
0 commit comments