Welcome to the 9.1 release of DataPipeline.
This is a quick bugfix release to address a couple issues.
- BUGFIX: getName() will now throw an exception after testing 100,000 variants to create a unique name for an unnamed field (instead of running for a very long time).
- BUGFIX: the expression language now allows single characters to be passed as arguments to methods where String and CharSequence arguments are expected.
- The AWS/S3 dependencies have been removed from both Parquet and Orc libraries to reduce build time and memory usage. Use the new parquet-s3 and orc-s3 dependencies if S3 features are needed.