CHANGELOG in activewarehouse-etl-0.8.0 vs CHANGELOG in activewarehouse-etl-0.8.1
- old
+ new
@@ -116,6 +116,13 @@
using the originating source's order.
* ActiveRecord configurations loaded from database.yml by the etl tool will be merged with
ActiveRecord::Base.configurations.
* Fixed several bugs in how record change detection was implemented.
* Fixed how the read_locally functionality was implemented so that it will find that last
- completed local source copy using the source's trigger file (untested).
+ completed local source copy using the source's trigger file (untested).
+
+0.8.1 - Apr 12, 2007
+* Added EnumerableSource
+* Added :type configuration option to the source directive, allowing the source type to be
+ explicitly specified. The source type can be a string or symbol (in which case the class will
+ be constructed by appending Source to the type name), a class (which will be instantiated
+ and passed the control, configuration and mapping) and finally an actual Source instance.
\ No newline at end of file