Skip to content

Releases: aneoconsulting/ArmoniK.Extensions.Java

0.1.2

24 Nov 17:32
6f6c329

Choose a tag to compare

What's Changed

  • fix: add Docker Hub login before building image by @camory in #29

Full Changelog: 0.1.1...0.1.2

0.1.1

24 Nov 15:54
ec41a56

Choose a tag to compare

What's Changed

  • fix: build Docker image from parent directory to resolve dependencies by @camory in #28

Full Changelog: 0.1.0...0.1.1

0.1.0

24 Nov 15:13
7404f69

Choose a tag to compare

What's Changed

  • feat: Add support for blob uploads with streaming by @camory-aneo in #2
  • refactor: task submission and payload handling by @camory-aneo in #3
  • feat: provide first version of output task callback by @camory in #4
  • ci: add GitHub Actions workflows for build/test and release by @camory in #5
  • feat: full rework library API by @camory in #6
  • feat: implement batching and parallelism for output listener by @camory in #7
  • feat: add support for session-scoped blobs by @camory in #8
  • feat(client): introduce support for dynamic loading library by @camory in #11
  • fix(client): resolve awaitOutputsProcessed() blocking issue and clean… by @camory in #10
  • feat(worker): bootstrap armonik-worker with minimal viable features by @camory in #9
  • fix(client): add library blob to data dependencies for dynamic worker… by @camory in #12
  • feat(client): enhance blob API with metadata and flexible data sources by @camory in #13
  • feat(worker): add subtasking support by @camory in #14
  • feat(client): add channel pool for gRPC connection management by @camory in #15
  • refactor(client): remove model package by @camory in #16
  • fix(client): fix concurrency issue and prevent channel leak in tests by @camory in #17
  • refactor(client): improve channel pool to reuse a healthy channel ins… by @camory in #19
  • feat(client): add comprehensive retry mechanism for gRPC operations by @camory in #18
  • feat(worker): add dynamic TaskProcessor loading by @camory in #20
  • feat(worker): add configurable ZIP extraction size limit via environment variable by @camory in #21
  • fix(worker): propagate task inputs and outputs to TaskHandle by @camory in #22
  • chore: upgrade Maven dependencies and plugins by @camory in #23
  • feat(client): implement lifecycle operations and support reconnecting to existing sessions by @camory in #24
  • fix: correct SNAPSHOT dependency check logic in release workflow by @camory in #25
  • fix: add GPG secrets to validation job for artifact signing by @camory in #26
  • docs(client): add description to armonik-client POM for Maven Central by @camory in #27

New Contributors

  • @camory made their first contribution in #4

Full Changelog: https://github.com/aneoconsulting/ArmoniK.Extensions.Java/commits/0.1.0