mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
docs: replace "from" with "previously" in changelog
This commit is contained in:
parent
f8a02e1605
commit
95b2809e84
1 changed files with 3 additions and 3 deletions
|
|
@ -16,13 +16,13 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### Changed
|
||||
|
||||
- Upgraded all Composer and Node dependencies, most notably: PHP to 8.5 (from 8.4), TailwindCSS to v4.0 (from v3) and Laravel to v12 (from v10)
|
||||
- Upgraded all Composer and Node dependencies, most notably: PHP to 8.5 (previously 8.4), TailwindCSS to v4.0 (previously v3) and Laravel to v12 (previously v10)
|
||||
- **Docker:**
|
||||
- Upgraded all Docker dependencies, most notably: Postgres to v18 (from v15) and Redis to v8 (from v7)
|
||||
- Upgraded all Docker dependencies, most notably: Postgres to v18 (previously v15) and Redis to v8 (previously v7)
|
||||
-
|
||||
- **Laravel Configurations:**
|
||||
- Changed hashing algorithm from `bcrypt` to `argon2id` for enhanced security
|
||||
- Use Redis for sessions and expire inactive sessions after 24h
|
||||
- Use Redis for sessions and expire inactive sessions after 24h (previously 14 days)
|
||||
- Encrypt user sessions data
|
||||
- Redirect Laravel logs to `stderr` so they can be viewed in docker logs
|
||||
- Configured production logging to rotate automatically and keep only the last 10 days of logs to reduce disk usage
|
||||
|
|
|
|||
Loading…
Reference in a new issue