|
| 1 | +## 2.4.0-rc.0 / 2018-09-06 |
| 2 | + |
| 3 | +This release includes multiple bugfixes and features. Further, the WAL implementation has been re-written so the storage is not backward compatible. Prometheus 2.3 storage will work on 2.4 but not vice-versa. |
| 4 | + |
| 5 | +* [CHANGE] Reduce remote write default retries #4279 |
| 6 | +* [CHANGE] Remove /heap endpoint #4460 |
| 7 | +* [FEATURE] Persist alert 'for' state across restarts #4061 |
| 8 | +* [FEATURE] Add API providing per target metric metadata #4183 |
| 9 | +* [FEATURE] Add API providing recording and alerting rules #4318 #4501 |
| 10 | +* [ENHANCEMENT] Brand new WAL implementation for TSDB. Backwards incompatible with previous WAL. |
| 11 | +* [ENHANCEMENT] Show rule evaluation errors in UI #4457 |
| 12 | +* [ENHANCEMENT] Throttle resends of alerts to Alertmanager #4538 |
| 13 | +* [ENHANCEMENT] Send EndsAt along with the alert to Alertmanager #4550 |
| 14 | +* [ENHANCEMENT] Limit the samples returned by remote read endpoint #4532 |
| 15 | +* [ENHANCEMENT] Limit the data read in through remote read #4239 |
| 16 | +* [ENHANCEMENT] Coalesce identical SD configuations #3912 |
| 17 | +* [ENHANCEMENT] `promtool`: Add new commands for debugging and querying #4247 #4308 #4346 #4454 |
| 18 | +* [ENHANCEMENT] Update console examples for node_exporter v0.16.0 #4208 |
| 19 | +* [ENHANCEMENT] Optimize PromQL aggregations #4248 |
| 20 | +* [ENHANCEMENT] Remote read: Add Offset to hints #4226 |
| 21 | +* [ENHANCEMENT] `consul_sd`: Add support for ServiceMeta field #4280 |
| 22 | +* [ENHANCEMENT] `ec2_sd`: Maintain order of subnet_id label #4405 |
| 23 | +* [ENHANCEMENT] `ec2_sd`: Add support for custom endpoint to support EC2 compliant APIs #4333 |
| 24 | +* [ENHANCEMENT] `ec2_sd`: Add instance_owner label #4514 |
| 25 | +* [ENHANCEMENT] `azure_sd`: Add support for VMSS discovery and multiple environments #4202 #4569 |
| 26 | +* [ENHANCEMENT] `gce_sd`: Add instance_id label #4488 |
| 27 | +* [ENHANCEMENT] Forbid rule-abiding robots from indexing #4266 |
| 28 | +* [ENHANCEMENT] Log virtual memory limits on startup #4418 |
| 29 | +* [BUGFIX] Wait for service discovery to stop before exiting #4508 |
| 30 | +* [BUGFIX] Render SD configs properly #4338 |
| 31 | +* [BUGFIX] Only add LookbackDelta to vector selectors #4399 |
| 32 | +* [BUGFIX] `ec2_sd`: Handle panic-ing nil pointer #4469 |
| 33 | +* [BUGFIX] `consul_sd`: Stop leaking connections #4443 |
| 34 | +* [BUGFIX] Use templated labels also to identify alerts #4500 |
| 35 | +* [BUGFIX] Reduce floating point errors in stddev and related functions #4533 |
| 36 | +* [BUGFIX] Log errors while encoding responses #4359 |
| 37 | + |
1 | 38 | ## 2.3.2 / 2018-07-12
|
2 | 39 |
|
3 | 40 | * [BUGFIX] Fix various tsdb bugs #4369
|
|
0 commit comments