File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
test/java/com/transloadit/sdk Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ### 0.1.7 / 2021-05-17 ###
1+ ### 0.2.0 / 2021-05-17 ###
22* Added retry functionality for assemblies in case of reaching the rate limit
33
44### 0.1.6 / 2021-02-24 ###
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Existing users should take note of the [JCenter shutdown](https://jfrog.com/blog
2020** Gradle:**
2121
2222``` groovy
23- implementation 'com.transloadit.sdk:transloadit:0.1.7 '
23+ implementation 'com.transloadit.sdk:transloadit:0.2.0 '
2424```
2525
2626** Maven:**
@@ -29,7 +29,7 @@ implementation 'com.transloadit.sdk:transloadit:0.1.7'
2929<dependency >
3030 <groupId >com.transloadit.sdk</groupId >
3131 <artifactId >transloadit</artifactId >
32- <version >0.1.7 </version >
32+ <version >0.2.0 </version >
3333</dependency >
3434```
3535
Original file line number Diff line number Diff line change 1- versionNumber =' 0.1.7 '
1+ versionNumber =' 0.2.0 '
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public void get() throws Exception {
3333 mockServerClient .verify (HttpRequest .request ()
3434 .withPath ("/foo" )
3535 .withMethod ("GET" )
36- .withHeader ("Transloadit-Client" , "java-sdk:0.1.7 " ));
36+ .withHeader ("Transloadit-Client" , "java-sdk:0.2.0 " ));
3737
3838 }
3939
You can’t perform that action at this time.
0 commit comments