All Versions
11
Latest Version
Avg Release Cycle
87 days
Latest Release
1415 days ago

Changelog History
Page 1

  • v0.8.0 Changes

    May 14, 2020
    • Encode query string params to fix invalid continuation tokens (#61)
    • Reuse HTTP client (#64)
    • โž• Add a streaming Client#get_object with yields an IO (#65, #68)
    • Raise proper exceptions (#66)
    • ๐Ÿ‘‰ Use Crystal's internal MIME registry (#67)
    • ๐Ÿ‘ Allow headers in Http#head (#69)
    • 0๏ธโƒฃ Default to https (#70)
    • ๐Ÿ‘ Allow buckets to be compared by name (#72)
    • ๐Ÿ‘ Allow Bytes for upload operations (#75)
  • v0.7.0 Changes

    December 16, 2019
    • Crystal 0.32.0
  • v0.6.0 Changes

    September 28, 2019

    ๐Ÿ‘ Crystal 0.31.0 support

  • v0.5.0 Changes

    August 28, 2019

    ๐Ÿ‘ Crystal 0.30.0 support

  • v0.4.0 Changes

    June 29, 2019

    Additions

    • โž• Adds last_modified to Object (#47)
    • ๐Ÿ‘ Allow custom heads to get_object (#49, #50)
    • โž• Add head_object (#51)

    Other

    • ๐Ÿ‘Œ Support Crystal 0.29.0
    • โฌ‡๏ธ Drop Crystal 0.27.0 support
  • v0.3.4

    March 02, 2019
  • v0.3.3 Changes

    November 06, 2018
    • Crystal 0.27.0
  • v0.3.2 Changes

    June 26, 2018
    • Crystal 0.25.0
  • v0.3.1 Changes

    January 13, 2018
    • ๐Ÿ”ฆ Expose Bucket#name, Bucket#creation_time, Bucket#owner getter methods
    • Response::ListAllMyBuckets is now enumerable
    • โž• Adds Client#put_bucket
    • โž• Adds Client#delete_bucket
    • โž• Adds Client#batch_delete
    • ๐Ÿ‘Œ Improves FileUploader to automatically attach Content-Type (thanks @timkendall)
    • ๐Ÿ‘Œ Improves documentation
  • v0.3.0 Changes

    January 04, 2018
    • ๐Ÿ‘ Crystal 0.24.1 support