Gerrit 3.4.6 has been released.
I need notably for a change I wrote for T304947:
Change 345017: Add public EventTypes.getRegisteredEvents() for accessing all stream event types from plugins
Full release notes: https://www.gerritcodereview.com/3.4.html#346
Breaking change:
Issue 15941: Fix SSH queries to not show commit-message unless –commit-message is provided
This issue has existed for several years and should be considered breaking as users might expect commit message to be included by default in SSH query results. Obtaining the commit message is a costly operation as the commit data has to be loaded. So, showing it even when –commit-message is not provided degrades the performance of SSH queries.
I checked Zuul code, its zuul/connection/gerrit.py has query() and simpleQuery() methods which do pass --commit-message so I think we are covered.