docs: update changelog
This commit is contained in:
parent
6f648e4672
commit
4dc46b45b9
1 changed files with 23 additions and 0 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -6,6 +6,25 @@ ## [unreleased]
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
|
- *(database)* Disable MongoDB SSL by default in migration
|
||||||
|
|
||||||
|
### 🚜 Refactor
|
||||||
|
|
||||||
|
- *(proxy)* Improve port availability checks with multiple methods
|
||||||
|
- *(database)* Update MongoDB SSL configuration for improved security
|
||||||
|
- *(database)* Enhance SSL configuration handling for various databases
|
||||||
|
- *(notifications)* Update Telegram button URL for staging environment
|
||||||
|
- *(models)* Remove unnecessary cloud check in isEnabled method
|
||||||
|
- *(database)* Streamline event listeners in Redis General component
|
||||||
|
- *(database)* Remove redundant database status display in MongoDB view
|
||||||
|
- *(database)* Update import statements for Auth in database components
|
||||||
|
- *(database)* Require PEM key file for SSL certificate regeneration
|
||||||
|
- *(database)* Change MySQL daemon command to MariaDB daemon
|
||||||
|
|
||||||
|
## [4.0.0-beta.399] - 2025-03-25
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
- *(service)* Neon
|
- *(service)* Neon
|
||||||
- *(migration)* Add `ssl_certificates` table and model
|
- *(migration)* Add `ssl_certificates` table and model
|
||||||
- *(migration)* Add ssl setting to `standalone_postgresqls` table
|
- *(migration)* Add ssl setting to `standalone_postgresqls` table
|
||||||
|
|
@ -159,12 +178,15 @@ ### 🚜 Refactor
|
||||||
- *(invite-link)* Adjust layout for better responsiveness in form
|
- *(invite-link)* Adjust layout for better responsiveness in form
|
||||||
- *(invite-link)* Enhance form layout for improved responsiveness
|
- *(invite-link)* Enhance form layout for improved responsiveness
|
||||||
- *(network)* Enhance docker network creation with ipv6 fallback
|
- *(network)* Enhance docker network creation with ipv6 fallback
|
||||||
|
- *(network)* Check for existing coolify network before creation
|
||||||
|
- *(database)* Enhance encryption process for local file volumes
|
||||||
|
|
||||||
### 📚 Documentation
|
### 📚 Documentation
|
||||||
|
|
||||||
- Update changelog
|
- Update changelog
|
||||||
- Update changelog
|
- Update changelog
|
||||||
- *(CONTRIBUTING)* Add note about Laravel Horizon accessibility
|
- *(CONTRIBUTING)* Add note about Laravel Horizon accessibility
|
||||||
|
- Update changelog
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
|
@ -176,6 +198,7 @@ ### ⚙️ Miscellaneous Tasks
|
||||||
- *(ui)* Improve valid until handling
|
- *(ui)* Improve valid until handling
|
||||||
- Improve code quality suggested by code rabbit
|
- Improve code quality suggested by code rabbit
|
||||||
- *(supabase)* Update Supabase service template and Postgres image version
|
- *(supabase)* Update Supabase service template and Postgres image version
|
||||||
|
- *(versions)* Update version numbers for coolify and nightly
|
||||||
|
|
||||||
## [4.0.0-beta.398] - 2025-03-01
|
## [4.0.0-beta.398] - 2025-03-01
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue