Tuleap 16.x
Tuleap 16.5 - February 2025
Note
Tuleap 16.5 is currently under development.
API BREAKING CHANGE:
CrossTracker API endpoints have fully changed, /api/cross_tracker_reports
no longer exists and has been split into 2 new endpoints: /api/crosstracker_widget
and /api/crosstracker_query
.
The documentation of those new endpoints is available in the API explorer.
Tuleap 16.4 - January 2025
API BREAKING CHANGE:
/api/cross_tracker_reports/{id}/content
and /api/cross_tracker_reports/{id}
REST endpoint changed. The optional parameter report_mode
is removed.
All reports are now in mode expert and thus this parameter is no longer needed. All default report are migrated to expert mode.
Git configuration
Git configuration options are automatically transferred to database. The following variables are impacted:
git_backup_dir
weeks_number
Other git configuration options were already in the database, you can find all configuration options with tuleap config-list
.
Before 16.4, configuration variables were defined in /etc/tuleap/plugins/git/etc/config.inc
, the upgrade process will rename
the file automatically (with tuleapsave
and a timestamp). You can review and delete the file to avoid confusions in the future.
Tuleap 16.3 - January 2025
Nothing to mention.
Tuleap 16.2 - December 2024
Nothing to mention.
Tuleap 16.1 - November 2024
Removal of the MySQL user dbauthuser
In Tuleap 15.0 the last usages of the MySQL user dbauthuser
were removed.
If you still have this user in your MySQL database you should remove it.
DROP USER IF EXISTS dbauthuser;
Tuleap 16.0 - October 2024
Nothing to mention.