Skip to content

Commit

Permalink
Merge pull request #7401 from p12tic/3.11-release
Browse files Browse the repository at this point in the history
Release notes for 3.11.0
  • Loading branch information
p12tic committed Jan 25, 2024
2 parents 8dcb68e + 9b49bbf commit 15b28a6
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 13 deletions.
28 changes: 28 additions & 0 deletions master/docs/relnotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,34 @@ Release Notes

.. towncrier release notes start
Buildbot ``3.11.0`` ( ``2024-01-25`` )
======================================

Bug fixes
---------

- Declare Python 3.12 compatibility in generated packages of master and worker

Features
--------

- Added a new WSGI dashboards plugin for React frontend.
It is backwards compatible with AngularJS one but may require changes in CSS styling of displayed web pages.
- Implemented a report generator (``BuildSetCombinedStatusGenerator``) that can access complete
information about a buildset.
- Low level database API now has ``get_sourcestamps_for_buildset`` to get source stamps for a
buildset. "/buildsets/:buildsetid/sourcestamps" endpoint has been added to access this from the
Data API.
- Added buildset information to dictionaries returned by report generators.
- Added a way to pass additional reporter-specific data to Reporters. Added ``extra_info_cb``
argument to ``MessageFormatter`` for this use case.
- Implemented support for report generators in ``GerritStatusPush``.

Deprecations and Removals
-------------------------

- The ``reviewCB``, ``reviewArg``, ``startCB``, ``startArg``, ``summaryCB``, ``summaryArg``,
``builders`` , ``wantSteps``, ``wantLogs`` arguments of ``GerritStatusPush`` have been deprecated.

Buildbot ``3.10.1`` ( ``2023-12-26`` )
======================================
Expand Down
2 changes: 0 additions & 2 deletions newsfragments/add-react-wsgi-dashboards.feature

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/combined-buildsets-status-generator.feature

This file was deleted.

3 changes: 0 additions & 3 deletions newsfragments/db-get-source-stamps-for-buildset.feature

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/gerritstatuspush-args.removal

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/report-generator-reports-buildset.feature

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/reporter-extra-info.feature

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/setup-python312-compat.bugfix

This file was deleted.

0 comments on commit 15b28a6

Please sign in to comment.