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 9b497fb commit 30e73c4Copy full SHA for 30e73c4
1 file changed
CHANGELOG.md
@@ -4,6 +4,9 @@ List of the most important changes for each release.
4
5
## 0.8.14
6
- Adds utility for addressing immediate FK constraints caused by Django upgrade, automatically performed for morango models in a Django migration.
7
+- Adds retry behavior for low-level connection issues not handled by `urllib3` retries
8
+- Allows repeat pushes and pulls of buffers during transfer
9
+- Ignores HTTP 404 errors during sync or transfer session closure, which may occur if they're already closed
10
11
## 0.8.13
12
- Removes multiprocessing fallback for RSA key generation to avoid leaving zombie processes; key generation now stays in-process
0 commit comments