Skip to content

Latest commit

 

History

History
126 lines (85 loc) · 5.51 KB

NEWS.md

File metadata and controls

126 lines (85 loc) · 5.51 KB

6.0.11 (2022-07-12)

  • Bump jackson-databind from 2.9.8 to 2.12.6.1 (#64)
  • Bump jackson dependencies to 2.9.8 (#63)

6.0.10 (2022-05-19)

  • Bump logback-classic dependency to ch.qos.logback:logback-classic:1.2.9 (#62)

6.0.9 (2022-05-19)

  • No change. Release artifacts compiled using JDK 8

6.0.8 (2022-05-19)

  • Bump logback-core dependency to ch.qos.logback:logback-core:1.2.9 (#61)
  • Add JDK 17 to the testing matrix ( #60)

6.0.7 (2021-06-18)

  • Bump guava dependency to com.google.guava:guava:29.0-jre (#55)
  • Bump logback dependencies to ch.qos.logback:logback-core:1.2.0 and ch.qos.logback:logback-classic:1.2.0 (#58)
  • Switch from Travis CI to GitHub actions ( #53)

6.0.5 (2020-07-24)

  • Bump kryo dependency to com.esotericsoftware:kryo:4.0.2 (#50)
  • Fix minio version command in start-location.sh (#51, #52)

6.0.4 (2019-10-22)

  • DateTools: clarify expected units for timestamp passed to convertDate (#45)
  • DateTools: attempt to parse invalid dates with Locale.US (#48)

6.0.3 (2019-05-16)

  • ServiceFactory: set services field to transient (#44)

6.0.2 (2019-05-08)

  • Also exclude jsr305 dependency from minio (#43)

6.0.1 (2019-04-19)

  • Exclude io.minio:minio transitive dependencies (#40)
  • Ignore Eclipse metadata files (#41)
  • Bump com.google.guava:guava to version 27.1 (#42)

6.0.0 (2019-02-06)

  • Initial support for handling S3 locations (#33#39)
    • Add S3Handle class providing random access to S3 buckets
    • Add S3ClientService interface along with its implementation using minio as a dependency
    • Add exists() method to IRandomAccess and all implementations
    • Register S3Client service interface and implementation
    • Add unit tests and update Travis to start a S3 server and run all tests
  • Update Location.getParentFile() contract to match File.getParentFile (#38)
  • NIOFileHandle: don't read from the file to fill a trash buffer (#34)
  • Add initial API for downsampling images (#35)
    • add IImageScaler interface
    • add SimpleImageScaler implementation
  • Attempt to check for incorrect length after RandomAccessFile.setLength (#29)
  • StreamHandle: fix subtle bug when seeking more than 1 MB backward (#22)
  • Add skipBytes(long) method to IRandomAccess and all implementations (#27)

5.3.7 (2018-10-12)

  • Reduce memory usage when reading large text files (#24)
  • DataTools: fix bug in scientific notation parsing (#30)
  • Deprecate CaseInsensitiveLocation(#31)

5.3.6 (2018-08-02)

  • Fix Javadoc warnings (#26)
  • Build and Maven updates (#25, #28)

5.3.5 (2018-03-05)

  • Update Maven plugin versions (#16)

5.3.4 (2018-01-04)

  • Revert 5.3.3 changes to RandomAccessFile.setLength in NIOFileHandle (#21)

5.3.3 (2017-10-20)

  • Reduce calls to RandomAccessFile.setLength in NIOFileHandle (#15)
  • Fix LocationTest unit tests (#13)

5.3.2 (2017-06-29)

  • Register OME codecs service (#11)
  • Clean up POM (#9)

5.3.1 (2017-11-06)

  • Register JPEG-XR service (#8)
  • Cleanup references to the OME Artifactory (#7)

5.3.0 (2016-10-13)

  • Add Maven and Travis infrastructure (#1, #2, #3)
  • Initial decoupling ome-common components from Bio-Formats