Releases: gofiber/storage
Releases · gofiber/storage
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)