v4.1.0
amruthpillai/reactive-resumev4.1.0May 5, 2024by amruthpillai
AI Summary
Removed Redis integration due to licensing changes and added ESLint rules to clean up the codebase.
Key Highlights
- Removed integration with Redis
- Added ESLint rules
- Renamed feature flag SKIP_STORAGE_BUCKET_CREATE
Breaking Changes
- Removed REDIS_URL environment variable
- Renamed SKIP_STORAGE_BUCKET_CREATE to SKIP_STORAGE_BUCKET_CHECK
Full Release Notes
## What's Changed * ___Removed integration with Redis___ due to recent licensing changes, using the database to store resume statistics now. * Added a bunch of ESLint rules to tidy up the code and remove some dead code as well. * Removed the `REDIS_URL` environment variable. * Renamed the feature flag `SKIP_STORAGE_BUCKET_CREATE` to `SKIP_STORAGE_BUCKET_CHECK`. * New Translations from Crowdin by @github-actions in https://github.com/AmruthPillai/Reactive-Resume/pull/1871 **Full Changelog**: https://github.com/AmruthPillai/Reactive-Resume/compare/v4.0.12...v4.1.0