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: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,10 @@ Since this isn't a module with tons of installs and dependent modules I hope we
132
132
133
133
## changelog
134
134
135
+
### version 6.0.1 - published 2021-08-23
136
+
137
+
- Bugfix for node 14+. The order of _destroy / _final calls are different before and after node 14 which caused an issue with the COPY FROM _destroy implementation that appeared in version 6.0.0.
138
+
135
139
### version 6.0.0 - published 2021-08-20
136
140
137
141
- Implement _destroy in COPY FROM operations. `pipeline` will automatically send a CopyFail message to the backend is a source triggers an error. cf #115
0 commit comments