Changes

Version 1.2.15 (2012-08-29)

  • Feature (pipet-core): enabled module caching to speed up processing of seen files.
  • Minor updates.

Version 1.2.14.1 (2011-10-18)

  • Minor updates.

Version 1.2.14 (2011-10-03)

  • Minor changes and bugfixes.

Version 1.2.13 (2011-09-02)

  • Feature (pipet-test-core): support for 'module' attribute in PipeT test cases.
  • Feature (pipet-module-api): new class 'SimpleInputOutputModule', which is similar to InputOutputModule, except that it accepts any number of input streams.
  • Feature: PipeT module archetype.
  • Change (pipet-server): added ignorable extensions in configuration directory scan (~, .dpkg-new, .bak).
  • Some minor fixes.

Version 1.2.12 (2011-08-08)

  • Fix (pipet-servlet, pipet-engine): remote modules without any output were not called correctly; in particular, a negative outcome due to a server side error was not handled correctly.
  • Minor changes.

Version 1.2.11 (2011-08-03)

  • Change (unit test): packages which use pipet-test no longer need to declare pipet-engine as a dependency.
  • Change (pipet-servlet): enhanced web interface.
  • Feature (pipet-editor): editing export paths now possible via GUI.
  • Change: upgraded several dependencies, including Jetty and Apache Commons/lang.
  • Minor changes and bugfixes.

Version 1.2.10 (2011-06-10)

  • Feature (server): support for "special" directory. When declared in server.cfg, all files in the directory are interpreted as a pipeline setup and its exports are automatically served.
  • Minor changes and bugfixes.

Version 1.2.9 (2011-05-23)

  • Fix (server): under some circumstances, absolute path names were interpreted as relative path names.
  • Feature (unit tests): unit test environment writes a dump of differences between actual and expected data streams to a file.

Version 1.2.8 (2011-04-29)

  • Feature (general): module parameters can be passed through HTTP.
  • Modification (general): relative path names from configuration files are now relative to the configuration file (rather than to the "current directory").
  • Feature (API): new abstract module class InputOutputModule.
  • Modification (API): new package (pipet-module-api) for Java module dependencies. Java module developers are advised to replace the current dependency to pipet-api by pipet-module-api, and also change its scope in Maven from "provided" to "compile".
  • Feature (unit tests): detection of open file leaks in automated module tests.
  • Several minor changes and bugfixes.

Version 1.2.7 (2011-03-15)

  • Lots of minor changes and bugfixes.

Version 1.2.6 (2011-01-21)

  • Modification (interface): improved pipeline graph visualization and editing.
  • Modification (shell command): shell command module uses the configuration directory as its working directory.
  • Feature (I/O modules): new module for writing to a file.
  • Several other improvements and bugfixes.

Version 1.2.5 (2010-11-29)

  • Feature: command line tool for calling PipeT modules.
  • Modification: reduced memory usage of XML/XSLT module.

Version 1.2.4 (2010-10-26)

  • Feature: XSLT module accepts parameters.
  • Feature: XSLT module accepts multiple input files to satisfy dependencies (ie., document(), xsl:import, xsl:include).
  • Feature: support for relative path names in pipeline configuration.
  • Several minor improvements and bugfixes.

Version 1.2.3 (2010-09-12)

  • Bugfixes.

Version 1.2.2 (2010-09-10)

  • Feature: new XSLT module.
  • Feature: backward compatibility of HTTP communication with 1.0.x versions.
  • Some other bugfixes and improvements.

Version 1.2.1 (2010-08-23)

  • Bugfixes.

Version 1.2.0 (2010-07-30)

  • Feature: modules can be linked manually (the automatic linking feature will be removed in the future).
  • Feature: more built-in modules (file input, text input and some others).
  • Modification: more user-friendly interface.

Version 1.1.0 (2010-06-17)

  • Modification: separated PipeT into two applications: editor and server;
  • Modification (dev): source tree split up into a number of packages;
  • Modification (dev): source tree moved to the net.sf.pipet domain;
  • Numerous other improvements.

Version 1.0.3 (2010-06-09)

  • Bugfix release.

Version 1.0.2 (2010-04-28)

  • Feature: stderr of shell command modules is forwarded to PipeT output (used to be ignored);
  • Feature: new module: file input;
  • Modification (interface): a module can be removed from a pipeline even if other modules depend on it.
  • Fix: layout of pipeline visualization as a graph gets messed up under some circumstances;
  • Fix: modules may show incorrect names in pipeline visualization;
  • Fix: possible deadlock of shell command modules;

Version 1.0.1 (2010-04-23)

  • Modification: names of cache files are numeric (instead of being derived from module names).
  • Fix: possible NullPointerException caused by module caching;

Version 1.0.0 (2010-04-14)

  • Initial release.