File tree Expand file tree Collapse file tree
src/main/java/com/uploadcare/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based now on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## 3.4.1
7+ ## 3.5.0
88### Changed
99- Expand file size property from ` int ` to ` long ` to fix an issue with reading files that are larger than 2.1 GB.
1010
11+ ** NOTE** : This change might be a breaking in _ some_ cases, because it is changing the interface of the output.
12+
1113## 3.4.0
1214### Added
1315- datetimeOriginal in ImageInfo
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ into `pom.xml` for your project.
2929<dependency >
3030 <groupId >com.uploadcare</groupId >
3131 <artifactId >uploadcare</artifactId >
32- <version >3.4 .0</version >
32+ <version >3.5 .0</version >
3333</dependency >
3434```
3535
Original file line number Diff line number Diff line change 44
55 <groupId >com.uploadcare</groupId >
66 <artifactId >uploadcare</artifactId >
7- <version >3.4 .0</version >
7+ <version >3.5 .0</version >
88 <packaging >jar</packaging >
99
1010 <properties >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class RequestHelper {
4444
4545 private final Client client ;
4646
47- public static final String LIBRARY_VERSION = "3.4 .0" ;
47+ public static final String LIBRARY_VERSION = "3.5 .0" ;
4848
4949 public static final String DATE_FORMAT = "EEE, dd MMM yyyy HH:mm:ss Z" ;
5050
You can’t perform that action at this time.
0 commit comments