Releases: gofiber/storage
Releases · gofiber/storage
v1.0.5
🧹 Updates
- Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.9.1 to 1.11.21 in /s3 (#428)
- Bump github.com/aws/aws-sdk-go-v2/config from 1.13.1 to 1.15.15 in /s3 (#427)
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.24.1 to 1.27.2 in /s3 (#426)
- Bump github.com/aws/aws-sdk-go-v2/credentials from 1.8.0 to 1.12.10 in /s3 (#422)
- Bump github.com/mattn/go-sqlite3 from 1.14.13 to 1.14.14 in /sqlite3 (#397)
- Bump actions/checkout from 2 to 3 (#421)
- Bump reviewdog/action-golangci-lint from 1 to 2 (#420)
- Bump github/codeql-action from 1 to 2 (#423)
- Bump actions/setup-go from 2 to 3 (#424)
v1.0.4
🧹 Updates
- Bump github.com/aws/aws-sdk-go-v2/config from 1.15.7 to 1.15.15 in /dynamodb (#415)
- Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.9.2 to 1.9.8 in /dynamodb (#414)
- Bump github.com/arangodb/go-driver from 1.3.2 to 1.3.3 in /arangodb (#413)
- Bump go.mongodb.org/mongo-driver from 1.9.1 to 1.10.1 in /mongodb (#419)
- Added a default value for timeout while opening a boltDB. (#383)
v1.0.3
🧹 Updates
- Allow hosts with prefix "/" , without escaping (#363)
- Bump github.com/arangodb/go-driver from 1.3.1 to 1.3.2 in /arangodb (#376)
- Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.8.3 to 1.9.2 in /dynamodb (#361, #368, #378)
- Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.15.3 to 1.15.4 in /dynamodb (#365)
- Bump github.com/aws/aws-sdk-go-v2/config from 1.15.3 to 1.15.7 in /dynamodb (#369, #374, #379)
- Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.0 to 1.12.2 in /dynamodb (#375, #377)
- Bump github.com/aws/aws-sdk-go-v2 from 1.16.3 to 1.16.4 in /dynamodb (#381)
- Bump github.com/lib/pq from 1.10.5 to 1.10.6 in /postgres (#373)
- Bump github.com/mattn/go-sqlite3 from 1.14.12 to 1.14.13 in /sqlite3 (#372)
- Bump go.mongodb.org/mongo-driver from 1.8.4 to 1.9.1 in /mongodb (#359, #370)
📚 Documentation
- Docs/comments with the right default port in redis adapter (#364)
v1.0.2
🧹 Updates
- Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.8.0 to 1.8.3 in /dynamodb (#356)
- Bump github.com/arangodb/go-driver from 1.3.0 to 1.3.1 in /arangodb (#342)
- Bump github.com/aws/aws-sdk-go-v2/config from 1.15.0 to 1.15.3 in /dynamodb (#355)
- Bump github.com/aws/aws-sdk-go-v2/credentials from 1.10.0 to 1.11.2 in /dynamodb (#354)
- Bump github.com/aws/aws-sdk-go-v2 from 1.15.0 to 1.16.0 in /dynamodb (#345)
- Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.15.0 to 1.15.1 in /dynamodb (#347)
Thank you @dependabot and @dependabot[bot] for making this update possible.
v1.0.1
v1.0.0
🚀 New
- Add bbolt implementation (#321)
🧹 Updates
- Make DynamoDB Production-Ready [🎌 breaking change] (#323)
- Bump go.mongodb.org/mongo-driver from 1.8.3 to 1.8.4 in /mongodb (#334)
- Bump github.com/mattn/go-sqlite3 from 1.14.11 to 1.14.12 in /sqlite3 (#333)
- Bump github.com/aws/aws-sdk-go-v2/credentials from 1.8.0 to 1.10.0 in /dynamodb (#336)
- Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.6.0 to 1.8.0 in /dynamodb (#337)
- Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.13.0 to 1.15.0 in /dynamodb (#335)
- Bump github.com/aws/aws-sdk-go from 1.42.46 to 1.42.50 in /dynamodb (#325, #327)
v0.5.0
🚀 New
- Add S3 Implementation (#227)
🧹 Updates
- Several updates for s3 (#322)
- Bump github.com/mattn/go-sqlite3 from 1.14.10 to 1.14.11 in /sqlite3 (#319)
- Bump github.com/aws/aws-sdk-go from 1.42.38 to 1.42.46 in /dynamodb (#318, #320)
- Bump go.mongodb.org/mongo-driver from 1.8.2 to 1.8.3 in /mongodb (#317)
Thank you @efectn and @pcen for making this update possible.
v0.4.0
🚀 New
- Enhancement(redis): add TLSConfig (#261)
🧹 Updates
- Replace github.com/mattn/go-sqlite3 v2.0.3 by v1.14.10. (#311)
- Public sqlite db options: MaxOpenConns, MaxIdleConns, ConnMaxLifetime. (#310)
- Bump github.com/aws/aws-sdk-go from 1.38.52 to 1.42.38 in /dynamodb (#219, #240, #267, #298, #307)
- Bump github.com/mattn/go-sqlite3 from 1.14.10 to 2.0.3+incompatible in /sqlite3 (#299)
- Bump github.com/lib/pq from 1.10.2 to 1.10.4 in /postgres (#258)
- Update CI/CD tests. (#226)
🐛 Fixes
- Security-workflow: install gosec fails with package embed is not in GOROOT (#272)
- Gosec ristretto (#297)
📚 Documentation
- Fix typo in link to go-redis/redis (#217)
Thank you @antimatter96, @efectn, @iredmail and @sixcolors for making this update possible.