Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zwright authored Nov 20, 2024
1 parent a5a5940 commit aeb6c6d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release 3.5
Brief summary of what's in this release:

We've made a few changes to fix some timeout issues with large files:
- Changed the WSGI server to uWSGI
- Instead of using Flask's send_file, we're now using a FileWrapper and a content disposition of "application/octet-stream"

### Breaking changes
None

### Non-breaking changes
None

## Release 3.4 (10/3/2024)

Brief summary of what's in this release:
Expand Down

0 comments on commit aeb6c6d

Please sign in to comment.