Skip to content

v1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 11:00
db43415

1.0.2 (2023-07-26)

Features

  • Allow specifying a different protocol for proxies. (#719) (47139ca)

Bug Fixes

  • FileSystems.getFileSystem does not return existing filesystem. (#717) (66f3cdf)
  • S3OutputStream write/close checks should be thread-safe. (#721) (64c5ed8)

Dependencies

  • upgrade: bump junit to 5.10.0 (#732) (86cebb0)
  • upgrade: bump org.apache.tika:tika-core from 2.5.0 to 2.8.0 (#700) (f132151)

Miscellaneous Chores

Build System

  • Allow builds from external contributors (#728) (ff7d3a3)
  • Allow builds from external contributors (#729) (f1fa773)
  • Customize changelog sections. (a28f66f)
  • Fine-tune build triggers. (#728) (4cbffaa)
  • Incorrect change logs are auto-generated in release prs (#727) (7b45fa2)

New Contributors