diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b88b9fa..897318fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Improvement: Add more messaging and progress during oplog import/export - Improvement: Large loose file attachments are now saved to temp files after compressing during oplog export to reduce memory pressure - Improvement: Keep track of added ops during GCV2 instead of rescanning full oplog when added ops are detected +- Improvement: Added context to some http.sys warnings caused by HTTP API error returns - Bugfix: Make sure we clear read callback when doing Put in HttpClient to avoid timeout due to not sending data when reusing sessions - Bugfix: Respect `--ignore-missing-attachments` in `oplog-export` command when loose file is missing on disk - Bugfix: Only try to traverse an objectstore bucket if it really exists |