Releases: OHNLP/Backbone
Releases · OHNLP/Backbone
Release v3.0.12
- Fix issues with Jackson version consistency
Release v3.0.11
Draft Release Autonomously Generated By CI
Release v3.0.10
- Patches for Python Module Packaging on non-local environments
Release v3.0.9
- Adds Support for X-Lang (Python for now, although R is currently being explored) components, allowing for components to be written in other languages to be used in conjunction with current Java pipelines
- A use case for this feature is our Deidentification Module based off of Microsoft Presidio's SDK
- Removes support for spark v2.x as Beam is no longer maintained for that version. Spark v3.x is now the only supported spark-based runner
Release v3.0.7
- Use MD5 Hashes to obviate need for constant repacking
Release v3.0.6
Fix legacy compatibility handler incorrectly forcing input definitions on components not requiring inputs
Release v3.0.5
Updated example configurations for testing purposes
Release v3.0.4
- Cleaned module descriptions/configurator compatibility
Release v3.0.2
- Fix config deserialization omitting pipeline descriptions
Release v3.0.1
- Add support for spark v3.x
- Addition of Union transform to merge multiple outputs into a single input
- Various API changes to support graphical configuration editor.
- Separate IO/Transforms into its own modules in prep for Configurator