@@ -6,58 +6,70 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### 🚀 Features
8
8
9
- - * (core)* Prevent using servers with existing resources as build servers
10
- - * (ui)* Add textarea switching option in service compose editor
9
+ - * (ui)* Add wire: key to two-step confirmation settings
10
+ - * (database)* Add index to scheduled task executions for improved query performance
11
+ - * (database)* Add index to scheduled database backup executions
12
+
13
+ ### 🐛 Bug Fixes
14
+
15
+ - * (core)* Production dockerfile
16
+ - * (ui)* Update storage configuration guidance link
17
+ - * (ui)* Set default SMTP encryption to starttls
18
+ - * (notifications)* Correct environment URL path in application notifications
19
+ - * (config)* Update default PostgreSQL host to coolify-db instead of postgres
20
+ - * (docker)* Improve Docker compose file validation process
21
+ - * (ui)* Restrict service retrieval to current team
22
+ - * (core)* Only validate custom compose files
23
+ - * (mail)* Set default mailer to array when not specified
24
+ - * (ui)* Correct redirect routes after task deletion
25
+ - * (core)* Adding a new server should not try to make the default docker network
26
+ - * (core)* Clean up unnecessary files during application image build
27
+ - * (core)* Improve label generation and merging for applications and services
11
28
12
- ### 🐛 Bug Fixes
29
+ ### 💼 Other
13
30
14
- - * (service)* Update Fider service template healthcheck command
15
- - * (core)* Improve server selection error handling in Docker component
16
- - * (core)* Add server functionality check before dispatching container status
17
- - * (ui)* Disable sticky scroll in Monaco editor
31
+ - Bump all dependencies (#5216 )
32
+
33
+ ### 🚜 Refactor
34
+
35
+ - * (ui)* Simplify file storage modal confirmations
36
+ - * (notifications)* Improve transactional email settings handling
37
+ - * (scheduled-tasks)* Improve scheduled task creation and management
18
38
19
39
### 📚 Documentation
20
40
21
41
- Update changelog
22
42
23
43
### ⚙️ Miscellaneous Tasks
24
44
25
- - Bump Coolify version to 4.0.0-beta.395
26
-
27
- ## [ 4.0.0-beta.394] - 2025-02-17
45
+ - Bump helper and realtime version
28
46
29
- ### 🐛 Bug Fixes
30
-
31
- - * (core)* Update service status refresh event handling
32
- - * (ui)* Adjust polling intervals for database and service status checks
47
+ ## [ 4.0.0-beta.395] - 2025-02-22
33
48
34
49
### 📚 Documentation
35
50
36
51
- Update changelog
37
52
38
- ### ⚙️ Miscellaneous Tasks
39
-
40
- - Bump Coolify version to 4.0.0-beta.394
53
+ ## [ 4.0.0-beta.394] - 2025-02-17
41
54
42
- ## [ 4.0.0-beta.393 ] - 2025-02-15
55
+ ### 📚 Documentation
43
56
44
- ### 🚀 Features
57
+ - Update changelog
45
58
46
- - * (core) * Add error logging and cron parsing to docker/server schedules
59
+ ## [ 4.0.0-beta.393 ] - 2025-02-15
47
60
48
61
### 📚 Documentation
49
62
50
63
- Update changelog
51
64
52
- ### ⚙️ Miscellaneous Tasks
53
-
54
- - Bump Coolify version to 4.0.0-beta.393
55
-
56
65
## [ 4.0.0-beta.392] - 2025-02-13
57
66
58
67
### 🚀 Features
59
68
60
69
- * (ui)* Add top padding to pricing plans view
70
+ - * (core)* Add error logging and cron parsing to docker/server schedules
71
+ - * (core)* Prevent using servers with existing resources as build servers
72
+ - * (ui)* Add textarea switching option in service compose editor
61
73
62
74
### 🐛 Bug Fixes
63
75
@@ -66,6 +78,16 @@ All notable changes to this project will be documented in this file.
66
78
- * (deployment)* Improve log line rendering and formatting
67
79
- * (s3-storage)* Optimize team admin notification query
68
80
- * (core)* Improve connection testing with dynamic disk configuration for s3 backups
81
+ - * (core)* Update service status refresh event handling
82
+ - * (ui)* Adjust polling intervals for database and service status checks
83
+ - * (service)* Update Fider service template healthcheck command
84
+ - * (core)* Improve server selection error handling in Docker component
85
+ - * (core)* Add server functionality check before dispatching container status
86
+ - * (ui)* Disable sticky scroll in Monaco editor
87
+ - * (ui)* Add literal and multiline env support to services.
88
+ - * (services)* Owncloud docs link
89
+ - * (template)* Remove db-migration step from ` infisical.yaml ` (#5209 )
90
+ - * (service)* Penpot (#5047 )
69
91
70
92
### 🚜 Refactor
71
93
@@ -79,6 +101,13 @@ All notable changes to this project will be documented in this file.
79
101
### ⚙️ Miscellaneous Tasks
80
102
81
103
- Rollback Coolify version to 4.0.0-beta.392
104
+ - Bump Coolify version to 4.0.0-beta.393
105
+ - Bump Coolify version to 4.0.0-beta.394
106
+ - Bump Coolify version to 4.0.0-beta.395
107
+ - Bump Coolify version to 4.0.0-beta.396
108
+ - * (services)* Update zipline to use new Database env var. (#5210 )
109
+ - * (service)* Upgrade authentik service
110
+ - * (service)* Remove unused env from zipline
82
111
83
112
## [ 4.0.0-beta.391] - 2025-02-04
84
113
0 commit comments