CHANGELOG in activewarehouse-etl-0.7.2 vs CHANGELOG in activewarehouse-etl-0.8.0
- old
+ new
@@ -99,6 +99,23 @@
0.7.1 - Apr 8, 2007
* Fixed source caching
0.7.2 - Apr 8, 2007
-* Fixed quoting bug in CheckExistProcessor
+* Fixed quoting bug in CheckExistProcessor
+
+0.8.0 - Apr 12, 2007
+* Source now available through the current row source accessor.
+* Added new_rows_only configuration option to DatabaseSource. A date field must be specified and
+ only records that are greater than the date value in that field, relative to the last successful
+ execution, will be returned from the source.
+* Added an (untested) count feature which returns the number of rows for processing.
+* If no natural key is defined then an empty array will now be used, resulting in the row being
+ written to the output without going through change checks.
+* Mapping argument in destination is now optional. An empty hash will be used if the mapping
+ hash is not specified. If the mapping hash is not specified then the order will be determined
+ 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).
\ No newline at end of file