Releases: kbase/blobstore
Releases · kbase/blobstore
v0.1.5
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
togolang:1.16.15-alpine3.15
New Contributors
- @bio-boris made their first contribution in #151
Full Changelog: v0.1.4...v0.1.5
v0.1.4
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
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
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
- @kkellerlbl made their first contribution in #131
Full Changelog: v0.1.1...v0.1.2