Skip to content

Releases: gocardless/bucket-store

v0.8.0

13 Jan 14:14
76a92ec
Compare
Choose a tag to compare

What's Changed

  • [BREAKING] Update minimum required ruby versions by @ivgiuliani in #78
    • This drops support for Ruby 2.7 and 3.0
  • Update gc_ruboconfig requirement from ~> 4.4.2 to ~> 5.0.2 by @dependabot in #77
  • Bump aws/gcs gem min versions by @ivgiuliani in #79
  • Bump up version number by @ivgiuliani in #80

Full Changelog: v0.7.0...v0.8.0

v0.7.0

24 Apr 10:50
aa04186
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

14 Sep 12:08
adbe96d
Compare
Choose a tag to compare

[BREAKING] Remove support for Ruby 2.6
Add support for streaming uploads / downloads

v0.5.0

12 Nov 13:16
e38cd26
Compare
Choose a tag to compare
  • Support escaping of URI keys. Fixes #46.
  • Slightly improve the performance of .exists

v0.4.0

29 Oct 16:32
8954621
Compare
Choose a tag to compare
  • Add an .exists? method that returns true/false depending on whether a given key exists or not.

v0.3.0

26 Oct 14:03
36f3c3e
Compare
Choose a tag to compare

Initial public release