Skip to content

Releases: kbase/blobstore

v0.1.5

05 Aug 20:41
9c58f60
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where the response input stream from S3 may not be fully exhausted when storing a file.
  • Upgraded from go 1.12 to 1.16, which is now required
  • Changed build base image from FROM golang:1.12.5-alpine3.9 to golang:1.16.15-alpine3.15

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

08 Jul 20:16
616b089
Compare
Choose a tag to compare

What's Changed

  • Added the del param when downloading the file from a node.
  • The Blobstore will now look for auth tokens in cookies specified in the deployment configuration.
  • The filename and format strings are now much more restrictive in regard to allowed contents.
    See the API documenation for details.
    • Any extant data is not affected and will be returned when requested as normal.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

18 Mar 22:30
9e65c0d
Compare
Choose a tag to compare

What's Changed

  • Added GHA workflows and removed Travis CI
  • MongoController is now compatible with Mongo versions 2 through 7
  • Updated test config file to specify the auth2 shadow jar path vs. the jars repo path

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

06 Jan 18:49
98f9bc5
Compare
Choose a tag to compare

What's Changed

  • Support for disabling SSL verification of remote S3 certificates (default false) with the s3-disable-ssl-verify option in the configuration file.

New Contributors

Full Changelog: v0.1.1...v0.1.2