diff options
| author | Stefan Boberg <[email protected]> | 2023-05-16 10:42:11 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-16 10:42:11 +0200 |
| commit | 5ab2c46747d865c2c5b53fb0da853abdfeb7e54d (patch) | |
| tree | 32cc2ad34eb0bd0f5655235673cb3a8d03c4db49 | |
| parent | clear partially formatted response if request fails (http asio) (#310) (diff) | |
| download | zen-5ab2c46747d865c2c5b53fb0da853abdfeb7e54d.tar.xz zen-5ab2c46747d865c2c5b53fb0da853abdfeb7e54d.zip | |
Added CHANGELOG.md descriptions for recent changes
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd679adc5..25885462b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## - Bugfix: Improve error handling when processing requests in http asio +- Bugfix: Error out if `test` is passed to zenserver in release builds (tests are only compiled in for debug) +- Improvement: Added logging when bad chunks are detected in `BlockStore` +- Improvement: `zen::SetCurrentThreadName` now also sets trace (Insights) thread name +- Improvement: All thread pool threads now have names +- Improvement: zenserver now emits session information to trace (Insights) for a better session browser experience +- Improvement: Eliminated ATL header dependency +- Improvement: If no `-hosturl=...` parameter is passed to zen CLI commands we use the current session state from shared memory to pick an instance to communicate with ## 0.2.11 - Feature: Gracefully exit if Ctrl-C is pressed |