docs: update changelog
This commit is contained in:
parent
d7e3a8a81a
commit
9cbc246715
1 changed files with 25 additions and 22 deletions
47
CHANGELOG.md
47
CHANGELOG.md
|
|
@ -4,36 +4,19 @@ # Changelog
|
||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
### 🚀 Features
|
|
||||||
|
|
||||||
- Add token validation functionality for Hetzner and DigitalOcean providers
|
|
||||||
- Add dev_helper_version to instance settings and update related functionality
|
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Change SMTP port input type to number for better validation
|
- Fix SPA toggle nginx regeneration and add confirmation modal
|
||||||
- Remove unnecessary step attribute from maximum storage input fields
|
|
||||||
- Update boarding flow logic to complete onboarding when server is created
|
|
||||||
- Convert network aliases to string for display
|
|
||||||
- Improve custom_network_aliases handling and testing
|
|
||||||
- Remove duplicate custom_labels from config hash calculation
|
|
||||||
- Improve run script and enhance sticky header style
|
|
||||||
|
|
||||||
### 🚜 Refactor
|
|
||||||
|
|
||||||
- Improve handling of custom network aliases
|
|
||||||
- Remove unused submodules
|
|
||||||
- Update subproject commit hashes
|
|
||||||
|
|
||||||
### 📚 Documentation
|
### 📚 Documentation
|
||||||
|
|
||||||
- Update changelog
|
- Update changelog
|
||||||
- Add service & database deployment logging plan
|
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
## [4.0.0-beta.439] - 2025-11-03
|
||||||
|
|
||||||
- Update version numbers to 4.0.0-beta.439 and 4.0.0-beta.440
|
### 📚 Documentation
|
||||||
- Add .workspaces to .gitignore
|
|
||||||
|
- Update changelog
|
||||||
|
|
||||||
## [4.0.0-beta.438] - 2025-10-29
|
## [4.0.0-beta.438] - 2025-10-29
|
||||||
|
|
||||||
|
|
@ -46,6 +29,12 @@ ### 🚀 Features
|
||||||
- Add funding information for Coollabs including sponsorship plans and channels
|
- Add funding information for Coollabs including sponsorship plans and channels
|
||||||
- Update Evolution API slogan to better reflect its capabilities
|
- Update Evolution API slogan to better reflect its capabilities
|
||||||
- *(templates)* Update plane compose to v1.0.0
|
- *(templates)* Update plane compose to v1.0.0
|
||||||
|
- Add token validation functionality for Hetzner and DigitalOcean providers
|
||||||
|
- Add dev_helper_version to instance settings and update related functionality
|
||||||
|
- Add RestoreDatabase command for PostgreSQL dump restoration
|
||||||
|
- Update ApplicationSetting model to include additional boolean casts
|
||||||
|
- Enhance General component with additional properties and validation rules
|
||||||
|
- Update version numbers to 4.0.0-beta.440 and 4.0.0-beta.441
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
|
@ -83,6 +72,13 @@ ### 🐛 Bug Fixes
|
||||||
- *(templates)* Update minio image to use coollabsio fork in Plane
|
- *(templates)* Update minio image to use coollabsio fork in Plane
|
||||||
- Prevent login rate limit bypass via spoofed headers
|
- Prevent login rate limit bypass via spoofed headers
|
||||||
- Correct login rate limiter key format to include IP address
|
- Correct login rate limiter key format to include IP address
|
||||||
|
- Change SMTP port input type to number for better validation
|
||||||
|
- Remove unnecessary step attribute from maximum storage input fields
|
||||||
|
- Update boarding flow logic to complete onboarding when server is created
|
||||||
|
- Convert network aliases to string for display
|
||||||
|
- Improve custom_network_aliases handling and testing
|
||||||
|
- Remove duplicate custom_labels from config hash calculation
|
||||||
|
- Improve run script and enhance sticky header style
|
||||||
|
|
||||||
### 💼 Other
|
### 💼 Other
|
||||||
|
|
||||||
|
|
@ -97,6 +93,10 @@ ### 🚜 Refactor
|
||||||
- Remove staging URL logic from ServerPatchCheck constructor
|
- Remove staging URL logic from ServerPatchCheck constructor
|
||||||
- Streamline Docker build process with matrix strategy for multi-architecture support
|
- Streamline Docker build process with matrix strategy for multi-architecture support
|
||||||
- Simplify project data retrieval and enhance OAuth settings handling
|
- Simplify project data retrieval and enhance OAuth settings handling
|
||||||
|
- Improve handling of custom network aliases
|
||||||
|
- Remove unused submodules
|
||||||
|
- Update subproject commit hashes
|
||||||
|
- Remove SynchronizesModelData trait and implement syncData method for model synchronization
|
||||||
|
|
||||||
### 📚 Documentation
|
### 📚 Documentation
|
||||||
|
|
||||||
|
|
@ -107,6 +107,7 @@ ### 📚 Documentation
|
||||||
- Update changelog
|
- Update changelog
|
||||||
- Update changelog
|
- Update changelog
|
||||||
- Update changelog
|
- Update changelog
|
||||||
|
- Add service & database deployment logging plan
|
||||||
|
|
||||||
### 🧪 Testing
|
### 🧪 Testing
|
||||||
|
|
||||||
|
|
@ -118,6 +119,8 @@ ### ⚙️ Miscellaneous Tasks
|
||||||
- Add category field to siyuan.yaml
|
- Add category field to siyuan.yaml
|
||||||
- Update siyuan category in service templates
|
- Update siyuan category in service templates
|
||||||
- Add spacing and format callout text in modal
|
- Add spacing and format callout text in modal
|
||||||
|
- Update version numbers to 4.0.0-beta.439 and 4.0.0-beta.440
|
||||||
|
- Add .workspaces to .gitignore
|
||||||
|
|
||||||
## [4.0.0-beta.437] - 2025-10-21
|
## [4.0.0-beta.437] - 2025-10-21
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue