layout | title | date | image | categories |
---|---|---|---|---|
post |
GitBucket 4.39.0 released! |
2023-04-28 17:00:00 -0700 |
/images/gitbucket-4.39.0/custom_field_enum_2.png |
gitbucket |
Today, we are pleased to announce the availability of new version of Scala based self-hosting Git server GitBucket 4.39.0!
Here are major new features in this version.
Custom field for Issues and Pull requests have been supported since GitBucket 4.38.0 and enum type is now supported.
You can define enum field with comma-separated values so users can select one of these values from the pulldown list when create or edit issues or pull requests.
GitBucket has an issue that it takes very long time to render very large diff. In this version, such large diffs that have more than 1000 lines are hidden by default. You can see these diffs by clicking "Show diff" link.
The following new experimental options are added in this version. These options can be used if you want to run GitBucket using multiple clusters for high availability or load balancing.
--disable_news_feed
--disable_cache
Note that these options are experimental and still GitBucket doesn't support running using multiple machines officially. You can try it at your own risk.
This release also includes many bugfixes mainly regarding Web APIs. See all closed issues in 4.39.0 to know details.
Enjoy GitBucket!