Skip to content

Commit

Permalink
docs(CHANGELOG): note about #125
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed May 11, 2024
1 parent f61dbf7 commit 3109dff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- telemeter: make preemption points to the merge process.

### Fixed
- core/init: stuck on startup if a config's deserialization fails ([#125]).
- telemetry: now `elfo_message_handling_time_seconds` doesn't include the time of task switching if an actor is preempted due to elfo's budget system.
- telemetry: don't produce allocator metrics if not enabled.
- telemeter: validate quantiles (0.0..=1.0) in the config.
- core: get rid of a dirty hack preventing high CPU usage in case of the large number of responses.

[#125]: https://github.com/elfo-rs/elfo/issues/125

## [0.2.0-alpha.14] - 2024-02-27
### Fixed
- test: `unstable` features ([#124]).
Expand Down

0 comments on commit 3109dff

Please sign in to comment.