@@ -6,7 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to
77[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
9- ## [ 1.16.0] - 2024-12-02
9+ ## [ 1.16.1] - 2024-01-06
10+
11+ This is a small release that adds coredump capture support for 32-bit ARM
12+ targets using [ musl libc] ( https://www.musl-libc.org/ ) .
13+
14+ ### Fixed
15+
16+ - The ` coredump ` feature can now be compiled for the
17+ ` armv7-unknown-linux-musleabihf ` target.
18+
19+ ## [ 1.16.0] - 2024-12-20
1020
1121This release includes two major new features:
1222
@@ -37,28 +47,29 @@ This release includes two major new features:
3747 branch if you are using that version of Yocto!
3848- The built-in system memory metrics now include additional states such as
3949 Cached and Buffered.
40- - The ` metrics.statsd_server ` has had a new option, ` legacy_gauge_aggregation ` ,
41- added that averages Gauge metric readings rather than simply storing the
42- most recent value. This is meant to allow for a smooth migration from
43- ` collectd ` 's StatsD server to ` memfaultd ` 's. New integrations should
44- use the ` h ` (Histogram) metric type for metrics whose readings should
45- be aggregated via average.
50+ - The ` metrics.statsd_server ` has had a new option, ` legacy_gauge_aggregation ` ,
51+ added that averages Gauge metric readings rather than simply storing the most
52+ recent value. This is meant to allow for a smooth migration from ` collectd ` 's
53+ StatsD server to ` memfaultd ` 's. New integrations should use the ` h `
54+ (Histogram) metric type for metrics whose readings should be aggregated via
55+ average.
4656
4757### Changed
4858
4959- The default on-device rate limit for logs ingested by ` memfaultd ` has been
5060 increased from 500 lines per minute to 1000 lines per minute
5161
52- ### Fixed
53- - Arbitrary ASCII strings between 1 and 128 in length can
54- now be used in StatsD metric keys (besides the ` : ` delimiter),
55- matching the behavior described in the docs.
62+ ### Fixed
63+
64+ - Arbitrary ASCII strings between 1 and 128 in length can now be used in StatsD
65+ metric keys (besides the ` : ` delimiter), matching the behavior described in
66+ the docs.
5667
5768### Removed
5869
5970Some built-in metrics were removed, as the naming conventions were not
60- consistent. All of these metrics were added in 1.15.0. The list can
61- be found below:
71+ consistent. All of these metrics were added in 1.15.0. The list can be found
72+ below:
6273
6374- ` cpu_usage_pct `
6475- ` connectivity_recv_bytes `
@@ -1169,3 +1180,5 @@ package][nginx-pid-report] for a discussion on the topic.
11691180 https://github.com/memfault/memfault-linux-sdk/releases/tag/1.15.1-kirkstone
11701181[ 1.16.0] :
11711182 https://github.com/memfault/memfault-linux-sdk/releases/tag/1.16.0-kirkstone
1183+ [ 1.16.1] :
1184+ https://github.com/memfault/memfault-linux-sdk/releases/tag/1.16.1-kirkstone
0 commit comments