This repository was archived by the owner on Nov 11, 2022. It is now read-only.
Version 1.2.0
- Added Java 8 support. Added new
MapElementsandFlatMapElementstransforms that accept Java 8 lambdas, for those cases when the full power ofParDois not required.FilterandPartitionaccept lambdas as well. Java 8 functionality is demonstrated in a newMinimalWordCountJava8example. - Enabled
@DefaultCoderannotations for generic types. Previously, a@DefaultCoderannotation on a generic type was ignored, resulting in diminished functionality and confusing error messages. It now works as expected. DatastoreIOnow supports (parallel) reads within namespaces. Entities can be written to namespaces by setting the namespace in the Entity key.- Limited the
slf4j-jdk14dependency to thetestscope. When a Dataflow job is executing, theslf4j-api,slf4j-jdk14,jcl-over-slf4j,log4j-over-slf4j, andlog4j-to-slf4jdependencies will be provided by the system.