Releases: OHNLP/Backbone
Releases · OHNLP/Backbone
Release v3.0.0
Major Version Update - Upgrade of modules also heavily recommended
- Add support for multi-output and multi-input components and workflows.
- Add decorator annotations to classes and injectable configuration properties in preparation for interactive GUI for configuration settings
- Greater control on input/output mapping for individual components
- Greater stability on large datasets
- Finer-grained schema definitions
NB: while v2.x components will be runnable in v3.x, components built against v3.x will not be runnable against backbone v2.x.
Release v2.0.3
- Fix run_pipeline_local.sh script flink download location. If you already have a local flink install, you do not need to update to this version
Release v2.0.2
- Fix packing script missing standalone root files
Release v2.0.1
- Fixes schema coding for File-Based and other non-autoschema'd Extract components
Release v2.0.0
Note: Breaking API Changes: Update any Backbone Modules (e.g. MedTagger)
- Better dynamic schema resolution
- Runtime performance improvements
Release v1.1.6
Define schema in BigQueryLoad pending v2.0 dynamic schema resolution changes
Release v1.1.4
Move Select into its own transform instead of bundling as part of load step.
Release v1.1.3
- Implements Full BigQuery Support
- Bugfix: Select on BigQueryLoad
Release v1.1.2
Draft Release Autonomously Generated By CI
Release v1.1.1
Draft Release Autonomously Generated By CI