• 
      

    Add release notes for Review Board 5.0.

    Review Request #12660 — Created Sept. 30, 2022 and submitted

    Information

    Review Board
    release-5.0.x

    Reviewers

    This is a large release, moving onto modern architecture, and
    introducing many new features for reviewers and administrators. This
    includes Stale Ship-It! indicators, Trojan Source detection, Single
    Sign-On, and more.

    This change adds release notes covering all the public changes we want
    to advertise for the release.

    This lacks screenshots, but the plan is to add them in a follow-up
    change.

    Built the release notes. Checked for spelling errors, bad links, and
    build errors.

    Summary ID
    Add release notes for Review Board 5.0.
    This is a large release, moving onto modern architecture, and introducing many new features for reviewers and administrators. This includes Stale Ship-It! indicators, Trojan Source detection, Single Sign-On, and more. This change adds release notes covering all the public changes we want to advertise for the release.
    25f0bd7452b4bde7d0d299952dd9dd999ac80333
    Description From Last Updated

    Typo: priority -> prioritize

    maubinmaubin

    There's really only one underscore in our token prefix.

    maubinmaubin

    Could mention that we fixed a crash when trying to set custom API token policies.

    maubinmaubin
    maubin
    1. 
        
    2. docs/releasenotes/5.0.rst (Diff revision 1)
       
       
      Show all issues

      Typo: priority -> prioritize

    3. docs/releasenotes/5.0.rst (Diff revision 1)
       
       
      Show all issues

      There's really only one underscore in our token prefix.

    4. docs/releasenotes/5.0.rst (Diff revision 1)
       
       
       
      Show all issues

      Could mention that we fixed a crash when trying to set custom API token policies.

      1. Was this something that affected RB4, or was it a bug that only occurred with the new API token UI work?

      2. This bug did not affect RB4, it was introduced in this change /r/11642 when a try block was split into two separate ones, making the policy variable become out of scope for the second block. So when you clicked on "save" in the editor it wouldn't actually save and the editor wouldn't close. The 2nd bug, where canceling out of the policy editor would revert to the 2nd previous value instead of the previous one, also appeared in RB4. The fixes are in this change /r/12616

      3. Ah okay. I'm leaving out the changes between RC1 and final, and just focusing on what's new in the final release compared to the previous series.

        Sounds like the second bug is worth including though.

      4. Sounds good. Also should I backport the second bug fix to 4.0.x?

      5. If it's really trivial to do, sure. If it's not, then we can leave it, as it's probably rarely hit.

    5. 
        
    chipx86
    david
    1. Ship It!
    2. 
        
    maubin
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-5.0.x (eb40d53)