Update change log for 4.44.0

This commit is contained in:
takezoe
2025-09-23 09:56:19 +09:00
parent ba753a373b
commit b142eca9a5
2 changed files with 6 additions and 6 deletions

View File

@@ -2,9 +2,9 @@
All changes to the project will be documented in this file. All changes to the project will be documented in this file.
## 4.44.0 - 23 Sep 2025 ## 4.44.0 - 23 Sep 2025
- Enhanced branch protection which supports: - Enhanced branch protection which supports the following settings:
- Rejecting users for push - Prevent pushes from non-allowed users
- Applying protection to administrators - Whether to apply restrictions to administrator users as well
- Improve logging for initialization errors - Improve logging for initialization errors
## 4.43.0 - 29 Jun 2025 ## 4.43.0 - 29 Jun 2025

View File

@@ -62,9 +62,9 @@ Support
What's New in 4.44.x What's New in 4.44.x
------------- -------------
## 4.44.0 - 23 Sep 2025 ## 4.44.0 - 23 Sep 2025
- Enhanced branch protection which supports: - Enhanced branch protection which supports the following settings:
- Rejecting users for push - Prevent pushes from non-allowed users
- Applying protection to administrators - Whether to apply restrictions to administrator users as well
- Improve logging for initialization errors - Improve logging for initialization errors
Note that you have to migrate h2 database file if you will upgrade GitBucket from 4.42 or before to 4.43 or later and you are using the default h2 database because h2 1.x and h2.x don't have compatibility: https://www.h2database.com/html/migration-to-v2.html Note that you have to migrate h2 database file if you will upgrade GitBucket from 4.42 or before to 4.43 or later and you are using the default h2 database because h2 1.x and h2.x don't have compatibility: https://www.h2database.com/html/migration-to-v2.html