Add draft release notes for Review Bot 4.

Review Request #13697 — Created April 4, 2024 and submitted — Latest diff uploaded

Information

ReviewBot
release-4.x

Reviewers

Review Bot 4 is just a modernization release, so the release notes are
basically just the compatibility matrix.


 

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Add draft release notes for Review Bot 4.
Review Bot 4 is just a modernization release, so the release notes are basically just the compatibility matrix.
539cf74159121d6118977dc7982cc5de05395c90 David Trowbridge
Add draft release notes for Review Bot 4.
Review Bot 4 is just a modernization release, so the release notes are basically just the compatibility matrix.
65fe2828f47cd4c5c382a0148570c3d5a4ba42f8 David Trowbridge

Files

docs/releasenotes/4.0.rst
docs/releasenotes/4.0.rst
Diff Revision 1 Diff Revision 2
10 lines
11
====================
11
====================
12

    
   
12

   
13
Review Bot 4.0 includes full support for Review Board 5.0-7.0. It supports
13
Review Bot 4.0 includes full support for Review Board 5.0-7.0. It supports
14
Python 3.8-3.12.
14
Python 3.8-3.12.
15

    
   
15

   
16
The Review Bot 4 release is purely a dependency modernization release,
16
The Review Bot 4 release is mostly a dependency modernization release,
17
necessary to run on Review Board 7. This release drops support for very old
17
necessary to run on Review Board 7. This release drops support for very old
18
versions of Python and Review Board.
18
versions of Python and Review Board.
19

    
   
19

   
20
Follow our :ref:`installation guide <reviewbot-installation>` for installing
20
Follow our :ref:`installation guide <reviewbot-installation>` for installing
21
the Review Bot extension and worker.
21
the Review Bot extension and worker.
22

    
   
22

   
23
To learn more, see:
23
To learn more, see:
24

    
   
24

   
25
* :ref:`Documentation <reviewbot-docs>`
25
* :ref:`Documentation <reviewbot-docs>`
26
* :pypi:`Review Bot Extension on PyPI <reviewbot-extension>`
26
* :pypi:`Review Bot Extension on PyPI <reviewbot-extension>`
27
* :pypi:`Review Bot Worker on PyPI <reviewbot-worker>`
27
* :pypi:`Review Bot Worker on PyPI <reviewbot-worker>`

    
   
28

   

    
   
29

   

    
   
30
New Features

    
   
31
============

    
   
32

   

    
   
33
PMD

    
   
34
---

    
   
35

   

    
   
36
The PMD tool now supports the recently-released `PMD 7`_.

    
   
37

   

    
   
38
.. _`PMD 7`: https://pmd.github.io/pmd/pmd_release_notes_pmd7.html
Loading...