Skip to content

Commit

Permalink
Merge pull request #1606 from noirbizarre/fix-upload-race-condition
Browse files Browse the repository at this point in the history
Fix concurrent upload race condition
  • Loading branch information
noirbizarre authored Apr 19, 2018
2 parents 089d3dd + 0ae5fe4 commit 4350d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Fix some search parameters validation [#1601](https://github.com/opendatateam/udata/pull/1601)
- Prevent API tracking errors with unicode [#1602](https://github.com/opendatateam/udata/pull/1602)
- Prevent a race condition error when uploading file with concurrent chunking [#1606](https://github.com/opendatateam/udata/pull/1606)

## 1.3.6 (2018-04-16)

Expand Down
2 changes: 1 addition & 1 deletion requirements/install.pip
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ factory-boy==2.10.0
Faker==0.8.12
Flask-BabelEx==0.9.3
Flask-Caching==1.3.3
flask-fs==0.6.0
flask-fs==0.6.1
Flask-Gravatar==0.5.0
Flask-Login==0.4.1
Flask-Mail==0.9.1
Expand Down

0 comments on commit 4350d1f

Please sign in to comment.