We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21fb44 commit 4b72853Copy full SHA for 4b72853
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 2.0.1 / 2025-05-12 ###
2
+
3
+* Update tus-java-client dependency to 0.5.1
4
5
### 2.0.0 / 2024-01-14 ###
6
#### Major Release
7
* Exchange the Socket based assembly status fetching with a Server-Sent-Events (SSE) solution.
build.gradle
@@ -24,7 +24,7 @@ allprojects {
24
25
dependencies {
26
implementation 'org.jetbrains:annotations:23.0.0'
27
- implementation 'io.tus.java.client:tus-java-client:0.4.5'
+ implementation 'io.tus.java.client:tus-java-client:0.5.1'
28
implementation 'joda-time:joda-time:2.12.2'
29
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
30
implementation 'org.json:json:20231013'
0 commit comments