Gerrit 2.14 (In development)

Release Highlights

  • Changes can be assigned to specific users
  • HTML emails and new templating framework
  • Secondary index with Elastic Search
  • New Polymer based user interface
  • Support for elliptic curve/ed25519 SSH keys

Important Notes

Schema Changes

This release contains schema changes. To upgrade:

  java -jar gerrit.war init -d site_path

Bouncy Castle Libraries

The Bouncy Castle Crypto API libraries are now distributed in the Gerrit .war file rather than being downloaded during site initialization. When upgrading from a previous version of Gerrit, previously downloaded Bouncy Castle .jar files remaining in the site's /lib folder will be disabled by appending .disabled to the file name.

Email Templates

This release deprecates the use of Velocity mail templates. It will soon be necessary to upgrade custom mail templates to Soy files.

New Features

Change Assignee

Changes may be assigned to a specific user. This allows a workflow where the user that is assigned to a change is responsible for reviewing the change and/or passing the assignment on to another user.

In the UI, changes assigned to the currently logged in user are highlighted.

A new assignee: search predicate allows to find changes assigned to a given user.

Emails

Gerrit email messages are made easier to read by sending HTML content parts in addition to the existing text email content.

Mail templates can now be written using Closure Templates (Soy). Mail templates written in Velocity (VTL) are deprecated but still supported. Support for VTL will be dropped in the next release.

Secondary Index with Elastic Search

REST API

Changes

New User Interface (“PolyGerrit”)

Gerrit now includes a new user interface, referred to as “PolyGerrit”, based on Polymer.

The UI can be switched between PolyGerrit and GWT by clicking the “New UI” and “Old UI” links in the site footer. Alternatively, the UI can be switched by adding ?polygerrit=1 or ?polygerrit=0 to the URL.

Note that PolyGerrit is still under development. Most use cases are supported, but there are still some missing features compared to the GWT UI.

SSHD

  • Issue 4507: Add support for elliptic curve/ed25519 SSH keys.

Bugfixes

Dependency Updates

  • Update Bouncy Castle to 1.56

  • Update codemirror to 5.25.0

  • Update SSHD to 1.4.0

  • Update mina to 2.0.16