GitBucket 4.40.0 released!
Today, we are pleased to announce the availability of new version of Scala based self-hosting Git server GitBucket 4.40.0!
Here are major changes and new features in this version.
Configurable default branch name
The default branch can be now configurable though the default branch name is still master
. Chaning the default branch name to main
will be considered in the future version.
Support custom fields of issues and pull requests in search condition
You can use custom fields in the search condition of issues and pull requests.
Search expressions like field_name=value
, field_name<value
, etc. can be used in the search box for issues and pull requests.
Create pull request from default branch of forked repositories
Creating a pull request from the default branch of forked repositories hasn’t been allowed historically, but it’s possible in this version.
News feed shows activities of all visible repositories
In the new feed, only activities of owned repositories have been shown until this version. Now activities of all visible repositories are shown in the news feed which means even collaboators can see activities on repositories.
Drop Java 8 support
Java 8 support is no longer supported. You need to upgrade your Java installation to Java 11 or later if your GitBucket is running on Java 8.
Improve git push performance
The prformance of git push
is improved in this version though it may not be enough for very large repositories. We will continue looking for another opportinity of imporving the performance more.
This release also includes many bugfixes mainly regarding Web APIs. See all closed issues in 4.40.0 to know details.
Enjoy GitBucket!