Skip to content

v2.2.0

Choose a tag to compare

@kvz kvz released this 27 Oct 16:24
· 9 commits to main since this release
24cd34f

Highlights

  • stop reconnecting to the SSE stream after an assembly_finished event to prevent post-completion errors and timeouts
  • add focused unit coverage and a live integration test for the SSE stream via the Docker harness
  • document the 2.2.0 release alongside the new version metadata

Checks

  • ./scripts/test-in-docker.sh test --tests com.transloadit.sdk.EventsourceRunnableTest
  • ./scripts/test-in-docker.sh test --tests com.transloadit.sdk.integration.AssemblySseIntegrationTest
  • ./scripts/test-in-docker.sh check