We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0131548 commit a062613Copy full SHA for a062613
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [Unreleased]
4
+- Make `boostedblob` much faster when `gunicorn` is present in the same environment.
5
+ It's been 1.5 years and `gunicorn` hasn't merged the fix, so add a hacky workaround
6
+ for the slowness
7
+- Remove upper bounds on the versions of some dependencies
8
+- Allow using `tox` for testing, several dev improvements
9
+
10
## [v0.11.0]
11
- Greatly increase speed of copying Azure blobs between storage accounts
12
- Allow `EDITOR` to have args when using `bbb edit`
0 commit comments