David Pursehouse | 92c48f4 | 2015-11-13 07:10:02 -0800 | [diff] [blame] | 1 | Release notes for Gerrit 2.13 |
| 2 | ============================= |
| 3 | |
| 4 | |
| 5 | Gerrit 2.13 is now available: |
| 6 | |
| 7 | link:https://www.gerritcodereview.com/download/gerrit-2.13.war[ |
| 8 | https://www.gerritcodereview.com/download/gerrit-2.13.war] |
| 9 | |
| 10 | |
| 11 | Important Notes |
| 12 | --------------- |
| 13 | |
| 14 | TODO |
| 15 | |
| 16 | |
| 17 | Release Highlights |
| 18 | ------------------ |
| 19 | |
| 20 | * Metrics interface. |
| 21 | |
| 22 | |
| 23 | New Features |
| 24 | ------------ |
| 25 | |
| 26 | Metrics |
| 27 | ~~~~~~~ |
| 28 | |
| 29 | Metrics about Gerrit's internal state can be sent to external |
| 30 | monitoring systems. |
| 31 | |
| 32 | The following metrics are supported: |
| 33 | |
| 34 | * HTTP responses |
| 35 | + |
| 36 | TODO details here and in the others |
| 37 | |
| 38 | * REST API calls |
| 39 | |
| 40 | * SSH sessions |
| 41 | |
| 42 | * Caches |
| 43 | |
| 44 | * SQL connections |
| 45 | |
| 46 | * TODO add more |
| 47 | |
| 48 | |
| 49 | Plugins can provide implementations of the metrics interface to |
| 50 | report metrics to different monitoring systems. The following |
| 51 | plugins are available: |
| 52 | |
| 53 | * JMX |
| 54 | |
| 55 | * Graphite |
| 56 | |
| 57 | * Elasticsearch |
| 58 | |
| 59 | |
| 60 | Plugins can also provide metrics. The following metrics are provided |
| 61 | by core plugins: |
| 62 | |
| 63 | * Replication |
| 64 | |
| 65 | ** Replication time |
| 66 | |
| 67 | * TODO add more |
| 68 | |
Dave Borowitz | 0761fd5 | 2015-12-13 21:59:04 -0500 | [diff] [blame] | 69 | Changes |
| 70 | ~~~~~~~ |
| 71 | |
| 72 | In order to avoid potentially confusing behavior, when submitting changes in a |
| 73 | batch, submit type rules may not be used to mix submit types on a single branch, |
| 74 | and trying to submit such a batch will fail. |
| 75 | |
David Pursehouse | 92c48f4 | 2015-11-13 07:10:02 -0800 | [diff] [blame] | 76 | Bug Fixes |
| 77 | --------- |
| 78 | |
| 79 | TODO |
| 80 | |
| 81 | |
| 82 | Upgrades |
| 83 | -------- |
| 84 | |
| 85 | * Upgrade Lucene to 5.3.1 |