Releases: compose/transporter
v0.2.1
v0.2.0
v0.1.3
v0.1.2
Experimental
While we try to maintain stability, experimental releases have no guarantees. Not meant for production.
This release includes experimental support for Postgres.
v0.1.1
v0.1.0
v0.0.4
Config Improvements
Changes to the way the app.js and the config.yaml worked, allowing all the options for a node to be defined in either place, with the options defined in the application.js overiding other options
Enhancements to the mongodb adaptor, adding configuration options for the Writeconern and allowing bulk writes to improve performance
Fixes
#43 File adapter + Transformer works but emits unlabeled warning
#41 Bug: unable to use a config node for source and sink bug
#35 rename message.Msg.Document to message.Msg.Data enhancement
#29 Message is noisy when no id present bug
includes PR's
#45 add a bulk writer, and writeconcern options for mongo
#44 fix a logical error. check for transporter first
#42 config
#38 add a quick benchmark to transformOne
#37 29 noid
Config Consistency
- Updated the transformer config in application.js to use the same format as other calls
- Added adaptor documentation and another transporter command
transporter about