Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 09:47
· 72 commits to master since this release

Features

Bug Fixes

  • docs: Correct the AzureBatchTaskRunner icon #90 (Shruti Mantri)
  • AbstractBlobStorage and BlobStorageForBatch are not tasks #92 (Loïc Mathieu)
  • task-runner: move bucket & outputDir paths retrieval to conditional to prevent NPE (brian.mulier)
  • cleanup & beta (Loïc Mathieu)
  • build: keep some mandatory jackson modules included in shadowJar (brian.mulier)
  • tasks: BlobStorageForBatch is not a task so it has not to inherit Storage but rather implement the interfaces directly (brian.mulier)
  • tasks: removed non-working SAS authentication method for storage in SharedAccess & BlobStorageForBatch (brian.mulier)
  • filter directories in the outputs (Loïc Mathieu)
  • trigger: fix RealtimeTrigger (Florian Hussonnois)
  • RealtimeTrigger output (Loïc Mathieu)
  • docs: add eventhubs realtime trigger description #104 (Shruti Mantri)
  • code: make AbstractEventHubTask class abstract #105 (Shruti Mantri)

Documentation

Code Refactoring

Chores

Commits