Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Releases: compose/transporter

v0.2.1

07 Mar 18:33
Compare
Choose a tag to compare

See CHANGELOG for full details

v0.2.0

28 Feb 15:12
Compare
Choose a tag to compare

See CHANGELOG for full details

v0.1.3

09 Feb 22:48
Compare
Choose a tag to compare

See CHANGELOG for full details

v0.1.2

27 Jan 18:23
Compare
Choose a tag to compare

See CHANGELOG for full details

Experimental

06 May 14:00
Compare
Choose a tag to compare
Experimental Pre-release
Pre-release

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

27 Aug 19:38
Compare
Choose a tag to compare

See CHANGELOG for full details

v0.1.0

06 Aug 20:45
Compare
Choose a tag to compare

See CHANGELOG for full details

v0.0.4

13 Jul 13:39
Compare
Choose a tag to compare

see CHANGELOG for full details

Config Improvements

14 Jan 19:14
Compare
Choose a tag to compare

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

29 Dec 15:41
Compare
Choose a tag to compare
  • Updated the transformer config in application.js to use the same format as other calls
  • Added adaptor documentation and another transporter command transporter about