Skip to content

Commit

Permalink
Corrects last two changelog entries (#1238)
Browse files Browse the repository at this point in the history
* Adds failing test for smaps pathnames with whitespace

* Adds fix for pathnames containing whitespace

* Adds changelog entry

* Corrects last two changelog entries
  • Loading branch information
scottopell authored Feb 6, 2025
1 parent b729d77 commit 39688fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Added
## Fixed
- `smaps` parsing logic correctly collects memory region pathnames that contain whitespace
- Fixes issue when parsing `NaN` values from a prometheus endpoint

## [0.25.5]
## Added
- Introduced the ability for users to configure lading's sample rate,
configuration option `sample_period_milliseconds` in `lading.yaml`.
- Users can now configure expvar scraping on https endpoints, skipping certificate validation.
- `smaps` parsing logic correctly collects memory region pathnames that contain whitespace
- Fixes issue when parsing `NaN` values from a prometheus endpoint

## [0.25.4]
## Changed
Expand Down

0 comments on commit 39688fe

Please sign in to comment.