Skip to content

Releases: KPMP/atlas-file-service

Release v3.5

20 Nov 16:22
aeb6c6d
Compare
Choose a tag to compare

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"

Release v3.4

10 Oct 18:25
1b9fa34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3...v3.4

Release v1.3

01 Apr 14:00
50f5ee1
Compare
Choose a tag to compare

Q1 2024 Atlas Release
Highlights:

  • Ensure file service is secure

Release Version 1.2

30 Mar 17:20
2b9b22b
Compare
Choose a tag to compare

Upgrades to fix vulnerabilities.

V1.1

02 Nov 19:11
c335e79
Compare
Choose a tag to compare

Adds new downloads3 route

Release v1.0

29 Jul 19:03
8451adb
Compare
Choose a tag to compare

This is the initial release of the atlas-file-service. This service is used to create a bridge between portal-ui and a minio service running. It creates the appropriate requests for Minio to get files and returns them to the application to allow users to download the data they request.