Skip to content

Releases: zio/zio-s3

0.3.7

13 Sep 12:06
26c357d
Compare
Choose a tag to compare

Fixes

0.3.6

27 Aug 16:20
fc68d50
Compare
Choose a tag to compare

Skip this release, a bug was introduce in putObject

0.3.5

27 May 20:11
a386c03
Compare
Choose a tag to compare

Updates

  • support scala3

0.3.4

20 May 20:21
141d4e4
Compare
Choose a tag to compare

Updates

Changes

  • Move credentials providers inside object zio.s3.providers @regis-leray

Fixes

0.3.2

13 May 13:59
5ba2fa4
Compare
Choose a tag to compare

Updates

  • Update aws sdk to 2.16.37
  • Update zio-interop-reactivestreams to 1.3.4
  • Update scala-collection-compat to 2.4.3 (#192) …

Improvements

0.3.1

06 Apr 13:52
a3ccf7b
Compare
Choose a tag to compare

Updates

  • Update zio to 1.0.5
  • Update scala 2.13.5

Fixes

  • #194 Provide unsafe method to handle non standard S3 Region Provider (like OVH)
  • #188 Error cast exception interrupted multipartUpload

0.3.0

06 Feb 19:29
526dc9b
Compare
Choose a tag to compare

Updates

  • Update zio to 1.0.4-2
  • Update scala-collection-compat to 2.4.1
  • Update sbt to 1.4.7

Enhancements

  • #170 improve exception error code @mschuwalow
  • move all methods inside S3.Service @melgenek
  • support delimiter / startWith for listObjects / listAllObjects @regis-leray
  • #146 add web identity provider @sken77
  • add const identity provider @regis-leray
  • cleanup options / settings
    • remove default values parameter replace by static val default for MultipartUploadOptions, UploadOptions, ListObjectOptions
    • provide function helper from()
   val s = S3Settings.from()
   val r = S3Region.from()

#Fixes

  • S3 Test : wrong behavior putObject if name have a slash @melgenek

0.2.5

19 Oct 20:20
d834619
Compare
Choose a tag to compare

Updates

  • Update zio to 1.0.3
  • Update zio-nio to 1.0.0-RC10

Enhancements

  • expose aws credentials provider (system properties / environment / container, profile / instance profile) #133 @regis-leray

0.2.4

14 Sep 19:58
17f50b5
Compare
Choose a tag to compare

Updates

  • Update zio to 1.0.1

Enhancements

Fixes

  • S3 Stub store metadata and contentType

0.2.3

12 Aug 21:14
b1d70f5
Compare
Choose a tag to compare
  • Update zio to 1.0.0
  • Update zio-nio to 1.0.0-RC9
  • Update zio-reactive-streams to 1.0.3.5
  • Support to define metadata for upload files #90