Comparing version
@@ -1,3 +0,8 @@ | ||
# vNEXT // FIXME | ||
# v3.4.2 | ||
- Upgrade version of bufrw for a more rigorous fix for the regression | ||
introduced for lists of lists. | ||
The fix in bufrw should cover this and possibly other cases, and | ||
allows us to remove the work-around introduced in v3.4.1 | ||
# v3.4.1 | ||
@@ -4,0 +9,0 @@ |
@@ -109,6 +109,2 @@ // Copyright (c) 2015 Uber Technologies, Inc. | ||
// The following ensures that bufrw does *not* reuse the prior result | ||
// value, which previously made this function non-reentrant. | ||
destResult.value = [0, 0]; | ||
var t = this.headerRW.poolReadFrom(destResult, buffer, offset); | ||
@@ -115,0 +111,0 @@ // istanbul ignore if |
{ | ||
"name": "thriftrw", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "thrift encoding/decoding using bufrw", | ||
@@ -20,3 +20,3 @@ "keywords": [], | ||
"dependencies": { | ||
"bufrw": "^1.2.0", | ||
"bufrw": "^1.2.1", | ||
"error": "7.0.2", | ||
@@ -23,0 +23,0 @@ "long": "^2.4.0" |
738834
0.01%15780
-0.02%Updated