Skip to content

Release v1.24.1

Compare
Choose a tag to compare
@jeanbza jeanbza released this 02 Aug 00:39
· 874 commits to main since this release

Note: Java 5 support has ended. From this release and on, we support Java 6 and forward.

  • Deps: The guava-jdk5 dependency has been removed and replaced with guava. This should reduce diamond dependency problems.
  • New: MediaHttpDownloader signature changed from long, int to long, long.
  • Fix: A bug submitting Dataflow jobs, which occurred in the form of RuntimeExceptions, has been fixed.