Skip to content

v0.8.0

Compare
Choose a tag to compare
@bensie bensie released this 06 Jul 21:38
· 1345 commits to master since this release
  • [BREAKING CHANGE] Remove 'fog_endpoint' in favor of 'host' and/or 'endpoint' in fog_credentials [bensie]
  • [changed] Remove autoload in favor of standard 'require' to help with thread safety [bensie]
  • [added] Allow recreating only specified versions instead of all versions [div]
  • [added] Add support for S3-compliant storage APIs that are not actually S3 [neuhausler]
  • [added] Add #extension CarrierWave::Storage::Fog::File for fetching a file extension [sweatypitts]
  • [fixed] Marshaling uploader objects no longer raises a TypeError on anonymous classes [bensie]