Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

29 lines (26 loc) · 1.29 KB

0.2.3

  • windows compatibility in FileProvider (#28)
  • Max Keys not respected when calling list objects (V2) (#47)
  • getETag from getObjectMetadata returns null (#48)
  • update to akka 2.5.2, akka-http 10.0.7
  • fix concurrent requests causing weird locking issues on FileProvider (#52)
  • fix warnings in GetObject about incorrent headers (#54)

0.2.2

  • More convenient and traditional Java API with Builder-style instance creation
  • Docs update for alpakka usage
  • Javadocs for all public API methods
  • use latest aws-java-sdk-s3 library

0.2.1

  • Bump akka to 2.5.1
  • fix issue when DeleteObjects response was malformed for multi-object deletes
  • alpakka support test case
  • fix subpath get/delete issues #45

0.2.0

  • Support for ranged get requests (#39)
  • In-memory backend (#37)
  • Bugfix: ObjectListing#getCommonPrefixes order is not alphabetical (#41)
  • Akka 2.5.0 support