Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

40 lines (31 loc) · 1.29 KB

0.4.0 2020-06-27

  • Don't print JSON response on first call to b2_account_id (@brycied00d)
  • Use string Hash indexes in put_object instead of symbols (@brycied00d)
  • Fix token_cache option (@bnauta)
  • Accept Content Disposition headers for auth/download (@bnauta)
  • Standardize and test URL encoding calls (@bnauta)
  • Read files remotely on demand (@shanecav84)
  • Implement copy_object (@shanecav84)
  • Add user agent to http calls
  • Add support for connection.options[:headers]

0.3.0 2019-06-27

  • Fixes issues with not saving a file content_type as well as bad calls for the fog methods (Thanks @dan)
  • method name typo: josn_response?->json_response? (Thanks @MatthiasWinkelmann)
  • Change Fog::Storage::Backblaze -> Fog::Backblaze::Storage

0.2.0 2018-08-16

  • Add support for api keys
  • More tests
  • Add CHANGELOG.md

0.1.2 2018-05-19

  • Support IO objects for #put_object
  • Support options[:extra_headers] for #put_object
  • Use autoload
  • Add #update_bucket
  • Always use ::JSON

0.1.1 2018-03-25

  • Basic functionality