Releases: gofiber/storage
Releases · gofiber/storage
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.
v0.3.1
v0.3.0
v0.2.0
🚀 New
- Ristretto Implementation - A high performance memory-bound Go cache (#83)
https://github.com/gofiber/storage/blob/main/ristretto/README.md - badger: update storage to use badgerV3 (#68)
🧹 Updates
- feature: integrate a gitignore file (#75)
- refactor: use
TRUNCATE
to reset the tables for postgres/ mysql (#74) - Bump github.com/lib/pq from 1.10.0 to 1.10.1 in /postgres (#96)
- Bump github.com/aws/aws-sdk-go from 1.38.3 to 1.38.34 in /dynamodb (#82, #88, #89, #95, #108)
- Bump go.mongodb.org/mongo-driver from 1.5.0 to 1.5.2 in /mongodb (#72, #107)
- Bump github.com/go-redis/redis/v8 from 8.8.0 to 8.8.2 in /redis (#94)
- Bump github.com/mattn/go-sqlite3 from 1.14.6 to 1.14.7 in /sqlite3 (#91)
- Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 in /mysql (#78)
🐛 Fixes
- Fix error with no badger options being loaded (#76)
🚨 Breaking Changes
- Fix bug preventing non-utf8 characters being saved in some databases (#87)
Breaking change: https://github.com/gofiber/storage/blob/main/MIGRATE.md
Thank you @Jictyvoo, @hi019, @r-52 and @rbo13 for making this update possible.
v0.1.0
v0.0.4
🧹 Updates
- Bump go.mongodb.org/mongo-driver from 1.4.3 to 1.5.0 in /mongodb (#60)
- Bump github.com/aws/aws-sdk-go from 1.35.33 to 1.38.1 in /dynamodb (#59)
- Bump github.com/go-redis/redis/v8 from 8.4.0 to 8.7.1 in /redis (#58)
- Bump github.com/mattn/go-sqlite3 from 1.14.5 to 1.14.6 in /sqlite3 (#57)
- Bump github.com/lib/pq from 1.8.0 to 1.10.0 in /postgres (#56)
🐛 Fixes
- Fix GC deleting values without expiry (#54)