v0.17.0
Features
- core: pass task timeout to the task runner #422 (Loïc Mathieu)
- move plugin-script to core script lib #429 (Loïc Mathieu)
- Implement realtime trigger for sqs (#433) #433 (Nikita Hrytsenko)
- runner: properly handle TaskRunner kill (#442) #443 (Florian Hussonnois)
- runner: add new completionCheckInterval property #444 (Florian Hussonnois)
- rename AwsBatchTaskRunner to Batch (#445) #445 (Loïc Mathieu)
- Add 'outputFiles' property with a map of file name / URI #448 (Loïc Mathieu)
- enhance realtime trigger lifecycle #449 (Florian Hussonnois)
- cicd: allow skipping test (Ludovic DEHON)
- examples: update the examples to use 0.17.0 plugin names #452 (Shruti Mantri)
- increase 'completionCheckInterval' to 5s (Loïc Mathieu)
- cicd: allow skipping test (Ludovic DEHON)
Bug Fixes
- runner: compute CPU & memory allocations properly (brian.mulier)
- consume: In Trigger, do not wait for incoming message (#421) #421 (YannC)
- docs: AWS Batch docs (Anna Geller)
- task-runner: changed volume-mount condition not to fail in case of no outputFiles + computeEnvironment was missing rendering (brian.mulier)
- image: correct the image file name #436 (Shruti Mantri)
- aws batch logo (Anna Geller)
- cleanup & beta (Loïc Mathieu)
- ignore test givenExistingLambda_whenInvoked_thenOutputOkMetricsOk (Florian Hussonnois)
- SQS docs (Anna Geller)
- filter direcories in the outputs (Loïc Mathieu)
- docs: correct aws sqs realtime trigger example #457 (Shruti Mantri)
- docs: correct the realtime trigger example #458 (Shruti Mantri)
Code Refactoring
- migrate to Java ServiceLoader for plugin registration #426 (Florian Hussonnois)
Tests
- restore localstack 1.4.0 #450 (Florian Hussonnois)
Chores
- version: update snapshot version 'v0.17.0-SNAPSHOT'. (YannC)
- deps: update most java deps (Ludovic DEHON)
- deps: bump org.testcontainers:localstack from 1.19.6 to 1.19.7 #394 (dependabot[bot])
- deps: bump org.testcontainers:testcontainers #393 (dependabot[bot])
- update runContext deprecated methods (Florian Hussonnois)
- test: bump localstack to 3.4.0 #451 (Florian Hussonnois)
- remove the realtime trigger beta tag (Loïc Mathieu)
- upgrade Micronaut platform to 4.4.3 (Loïc Mathieu)
- update dependencies (Loïc Mathieu)
- version: update to version 'v0.17.0'. (YannC)
Commits
- 9324abe: Update Batch.java (Anna Geller)