diff options
author | Victor Shyba <victor1984@riseup.net> | 2017-09-11 18:41:33 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2017-09-11 18:41:33 -0300 |
commit | ae11ec7d685cdf313778e0c5126ecd748608be26 (patch) | |
tree | e0e5fb06ede1e8d0a69f09a294346521dd34f478 /CHANGELOG.rst | |
parent | 855ab772a800c522cca58e67140f833fa7815034 (diff) |
[pkg] update changelog
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8ef5404e..7ca5ab40 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,12 +12,16 @@ Server - [bug] Add DELETE method to url mapper. - [bug[ Use correct keyword argument for server state initialization. - [feat] Get config file name from environment variable. +- [bug] FileBodyProducer consumer usage wasn't closing the file +- [feat] Finished adding support for Incoming API Client ~~~~~~ - [bug] Several bugfixes for BlobManager initialization. - [bug] Fix usage of StringIO class in gzip middleware. +- [bug] FileBodyProducer consumer usage wasn't closing the db handle +- [feat] Add columns for sync state of blobs inside sqlcipher Misc ~~~~ @@ -25,6 +29,8 @@ Misc - Use latest version of pytest-benchmark. - Find correct twistd when outside tox envs - Build packages for zesty and stretch. +- Add benchmark comparing legacy vs blobs sync +- Add reactor responsiveness tests 0.10.2 - Mon 21 Aug, 2017 |