CHANGELOG in activewarehouse-etl-0.8.1 vs CHANGELOG in activewarehouse-etl-0.8.2
- old
+ new
@@ -123,6 +123,14 @@
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.
+ and passed the control, configuration and mapping) and finally an actual Source instance.
+
+0.8.2 -
+* Fixed bug with premature destination closing.
+* Added indexes to execution records table.
+* Added a PrintRowProcessor.
+* Added support for conditions and "group by" in the database source.
+* Added after_initialize hook in Processor base class.
+* Added examples directory
\ No newline at end of file