diff options
| author | Stefan Boberg <[email protected]> | 2023-09-15 09:20:49 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-09-15 09:20:49 +0200 |
| commit | ddc2771d193ec4cfcc963b0df3d7d2ad57c8fb40 (patch) | |
| tree | 69f253f6eb62a9e6e67f6f1b5f35b95622066c7b | |
| parent | bugfix: http.sys async response handling race (#406) (diff) | |
| download | zen-ddc2771d193ec4cfcc963b0df3d7d2ad57c8fb40.tar.xz zen-ddc2771d193ec4cfcc963b0df3d7d2ad57c8fb40.zip | |
updated CHANGELOG.md release versions
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 11021a506..e4b185c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## +- Bugfix: Under heavy load, an http.sys async response handler could end up deleting the HTTP transaction object before the issuing call had completed. This is now fixed + +## 0.2.21 - Feature: New http endpoint for background jobs `/admin/jobs` which will return a response listing the currently active background jobs and their status - Feature: New http endpoint for background jobs information `/admin/jobs/{jobid}` which will return a response detailing status, pending messages and progress status - GET will return a response detailing status, pending messages and progress status @@ -25,12 +28,11 @@ - Bugfix: Make sure error logging or destructors don't throw exception when trying to get file name from handle - Bugfix: Issue warning instead of assert on bad data in cid store - Bugfix: Don't index out of string_view range when parsing URI in httpsys -- Bugfix: Under heavy load, an http.sys async response handler could end up deleting the HTTP transaction object before the issuing call had completed. This is now fixed - Improvement: Sorting attachments in oplog blocks based on Op key to group op attachments together - Improvement: Don't split attachments associated with the same op across oplog blocks - Improvement: 25% faster oplog op reading, only read and parse op data of latest op for particular key speeding up reading of oplog with old oplog data -## 0.2.10 +## 0.2.20 - Feature: `zen up` command has two new command line options - `--config <file_path>` tells zenserver to start with a specific config file - `--owner-pid <pid>` tells zenserver to start with a owning process id |