We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334933f commit 2338950Copy full SHA for 2338950
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## 0.4.5 (2016-11-13)
4
+
5
+* Feature: Support setting read buffer size to `null` (infinite)
6
+ (#42 by @clue)
7
8
+* Fix: Do not emit `full-drain` event if `Buffer` is closed during `drain` event
9
+ (#55 by @clue)
10
11
+* Vastly improved performance by factor of 10x to 20x.
12
+ Raise default buffer sizes to 64 KiB and simplify and improve error handling
13
+ and unneeded function calls.
14
+ (#53, #55, #56 by @clue)
15
16
## 0.4.4 (2016-08-22)
17
18
* Bug fix: Emit `error` event and close `Stream` when accessing the underlying
0 commit comments