Skip to content

radar-output 2.2.0

Compare
Choose a tag to compare
@blootsvoets blootsvoets released this 30 May 08:27
· 47 commits to main since this release

Changes since version 2.1.0.1:

  • Use Kotlin coroutines for parallelism instead of Java streams (#524). This may decrease processing time by 30%.
  • Made tree listings more efficient for large datasets. This may decrease listing time from a few minutes to a few seconds.
  • Bumped dependencies
  • Fixed ARM64 docker image
  • Ensure all resources are closed.
  • Ensure all OkHttp connection errors and leaks are logged.
  • Introduced KtLint for style checking
  • Made HTTP timeouts configurable with s3.(connect|write|read)Timeout and azure.(connect|response|write|read)Timeout