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 712b164 commit 3e2cc59
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Release 3.5 [unreleased]
## Release 3.6 [unreleased]
Brief summary of what's in this release:


Expand All @@ -14,6 +14,20 @@ Breaking changes include any database updates needed, if we need to edit any fil
Just a place to keep track of things that have changed in the code that we may want to pay special attention to when smoke testing, etc.


## 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:
- GA download event added
Expand Down

0 comments on commit 3e2cc59

Please sign in to comment.