Skip to content

Releases: Sage/ez-streams

v1.2.0

01 Nov 12:20
Compare
Choose a tag to compare

This release fixes 1.0.0 (lib directory was missing in NPM) and updates the stop API (stop is now an asynchronous function).

v0.2.0

21 Sep 18:42
Compare
Choose a tag to compare

#21 bundled streamline-streams
#22 refactored HTTP request response
#23 added reader.concat method
#24 added reader.readAll method
#25 improved child_process + fixed lines reader.
#26 fixed encoding detection on zip streams
#27 nodeTransform not always flushing output queue
#28 httpClient.setTimeout is buggy
#29 XML formatter bug
#30 fixed galaxy API
#31 fixed child_process on windows
#32 delete null/unknown HTTP headers (for node 0.12)
#33 stop API
#34 factory API

v0.1.7

11 Oct 14:02
Compare
Choose a tag to compare

#5 added specialized unread functions to binary helper module
#12 improved simple JSON mapper
#15 added writer.writeAll(_, data) method
#16 fixed bugs in binary helper module.
#17 fixed reader.nodify() for streamline fast mode.
#18 fixed exception when passing null options to child_process reader.
#14 added reader.tee(writer) method
#19 added reader.dup() method
#20 moved database support to separate packages

v0.1.6

27 Sep 18:40
Compare
Choose a tag to compare

#7 new API: completed implementation of mongo style filters
#11 new API: queue device.
#12: new API: simple JSON mapper (simpler but less powerful than JSON transform)
#14: new API: reader.tee
#10 bugfix: mongodb upsert was not waiting for completion callback.
#13: bugfix (serious): errors could cause transform to hang.

streamline dependency has been bumped to 0.10.15.

You are strongly encouraged to upgrade, because of #13 bugfix.

v0.1.5

21 Sep 17:22
Compare
Choose a tag to compare

c6dfcbb Fixed encoding issue with native streams.
4e6043f added sep option to lines transform.
28b9d1f added child_process device.
#3 fixed incompatibility with streamline fast mode.
#4 mongodb device can update existing documents (could only insert before).
#5 added binary helper: convenient and efficient operations on binary streams.
#7 added support for mongo-style filters in reader API.
#8 fixed nodify() call (was not sending end event).
#3 fixed galaxy wrapper for join() call.
#9 fixed multipart transform.

v0.1.4

21 Sep 17:22
Compare
Choose a tag to compare

#2 galaxy hooks
interoperability with native node.js streams (reader.nodify, writer.nodify)
https://github.com/Sage/ez-streams#writer-chaining (writer.pre)
reader to enumerate files (devices.file.list)

v0.1.3

21 Sep 17:23
Compare
Choose a tag to compare

mongodb device
oracle device
mysql device