Skip to content

Releases: OHNLP/Backbone

Release v3.0.12

29 Aug 20:20

Choose a tag to compare

  • Fix issues with Jackson version consistency

Release v3.0.11

29 Aug 20:15

Choose a tag to compare

Release v3.0.11 Pre-release
Pre-release

Draft Release Autonomously Generated By CI

Release v3.0.10

25 Aug 16:50

Choose a tag to compare

  • Patches for Python Module Packaging on non-local environments

Release v3.0.9

17 Aug 11:06

Choose a tag to compare

  • 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
  • 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

19 Jun 03:03

Choose a tag to compare

  • Use MD5 Hashes to obviate need for constant repacking

Release v3.0.6

09 May 14:26

Choose a tag to compare

Fix legacy compatibility handler incorrectly forcing input definitions on components not requiring inputs

Release v3.0.5

08 May 20:27

Choose a tag to compare

Updated example configurations for testing purposes

Release v3.0.4

08 May 19:23

Choose a tag to compare

  • Cleaned module descriptions/configurator compatibility

Release v3.0.2

03 Apr 15:32

Choose a tag to compare

  • Fix config deserialization omitting pipeline descriptions

Release v3.0.1

03 Apr 14:06

Choose a tag to compare

  • 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