Releases: nhost/hasura-storage
Releases · nhost/hasura-storage
v0.2.3
Changes
- fix: fastly middleware: dont set surrogate control header for presigned urls @dbarrosop (#103)
- fix: download file completely from s3 if Range+image manip opts are specified @dbarrosop (#101)
- fix: error message @elephant3 (#100)
🧰 Maintenance
- chore: bump nixbuild/nix-quick-install-action from 15 to 16 @dependabot (#94)
v0.2.2
Changes
- chore: update deps @dbarrosop (#86)
- fix: expiration time is seconds and not minutes @dbarrosop (#91)
- chore: pin minio to make tests more reliable @dbarrosop (#90)
🧰 Maintenance
- chore: bump nixbuild/nix-quick-install-action from 14 to 15 @dependabot (#92)
- chore: bump nixbuild/nix-quick-install-action from 13 to 14 @dependabot (#88)
v0.2.1
Changes
- fix: dont require select:bucket permissions to delete files @dbarrosop (#87)
- fix: set content-range accordingly if range requested with image manipulation @dbarrosop (#85)
- fix: allow inserting files without requiring select permissions @dbarrosop (#84)
v0.2.0
Changes
- fix: remove /storage from the path @dbarrosop (#83)
- feat: added integration with CDN Fastly @dbarrosop (#77)
- chore: remove code duplication @dbarrosop (#80)
- fix: calculate presignedurls' max-age based on signature @dbarrosop (#79)
- feat: support downloading a range @dbarrosop (#76)
- fix: treat conditional requests to s3 correctly when using presigned urls @dbarrosop (#78)
- chore: fix vips tests @dbarrosop (#75)
- replace govips with own bindings @dbarrosop (#73)
- chore: documentation @dbarrosop (#64)
🧰 Maintenance
- chore: bump docker/setup-qemu-action from 1 to 2 @dependabot (#71)
- chore: bump docker/login-action from 1 to 2 @dependabot (#72)
- chore: bump nixbuild/nix-quick-install-action from 12 to 13 @dependabot (#65)
- chore: bump github/codeql-action from 1 to 2 @dependabot (#63)
v0.1.5
Changes
- fix: make flags more consumable @dbarrosop (#61)
- fix: replace imagemagick with libvips to increase performance @dbarrosop (#60)
v0.1.4
Changes
- fix: remove dependency between storage and auth @dbarrosop (#59)
- fix: don't require permissions to see bucket information when retrieving files @dbarrosop (#58)
v0.1.3
Changes
- fix: use admin secret to update metadata when uploading files @dbarrosop (#54)
- fix: added constraint to allow valid range for presignedURL expiration time @dbarrosop (#55)
v0.1.2
Changes
- fix: connect to the schema when applying migrations so the schema_migrations table is created there too @dbarrosop (#53)