Skip to content

Releases: opensauceryafrica/bifrost

v0.0.8

03 Sep 18:45
723ca09
Compare
Choose a tag to compare

What's Changed

  • Feat: added feature to delete an object from multiple buckets on goog… by @Funmi4194 in #29

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7 - storm breaker

25 Nov 12:22
Compare
Choose a tag to compare

New

  • added support for uploading single and multiple files to Wasabi, AWS S3, Pinata, and Google Cloud Storage via the rainbow bridge using the UploadFile and UploadMultiFiles functions.
  • added support for uploading mutliple files to Wasabi Cloud Storage via the rainbow bridge using the UploadMultiFiles function.
  • added support for uploading single files to Wasabi Cloud Storage via the rainbow bridge using the UploadFile function.
  • added support for creating a rainbow bridge to link with Wasabi Cloud Storage.

Changed

  • Improved the fileFace and multiFace interfaces validation to use type assertions over struct unmarshalling.

v0.0.6

19 Mar 12:23
Compare
Choose a tag to compare

This version is a combination of all changes from the very beginning of this project. This is the first-ever release tag.

v0.0.6

Changed

  • Refactored the entire package to use structs as input as opposed to an enumerated list of arguments.
  • Updated test cases across all currently supported providers

New

  • Added support for UploadMultiFiles function to all currently supported providers.

v0.0.5

Changed

  • Updated test cases across all currently supported providers
  • Updated structs and interfaces as well as their documentation

New

  • added support for uploading single files to Pinata Cloud via the rainbow bridge using the UploadFile function.
  • added support for creating a rainbow bridge to link with Pinata Cloud.

v0.0.4

Changed

  • renamed acl options constants to be more descriptive
  • made rainbow bridge interface into an exported component

New

  • added support for passing options to the UploadFile function.
  • added support for uploading single files to S3 via the rainbow bridge using the UploadFile function.
  • added support for creating a rainbow bridge to link with S3

v0.0.3

Changed

  • added 'Opt' prefix to options constants to avoid naming collisions and make them more descriptive.

New

  • added contributors section to readme.
  • added this changelog file.
  • added contributing guidelines.

v0.0.2

New

  • added Done and Quit channels to UploadedFile struct.
  • added UseAsync option to BridgeConfig to allow for async uploads.

v0.0.1

New

  • added support for passing options to the UploadFile function.
  • added support for uploading single files to Google Cloud Storage via the rainbow bridge using the UploadFile function.
  • added support for custom bifrost errors.
  • added support for creating a rainbow bridge to link with Google Cloud Storage.