Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 916 Bytes

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 916 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

v0.4.1 - 2023-04-07

Fixed

  • Handle URL verification correctly for relative vs absolute urls

v0.4.0 - 2023-04-07

Added

  • Add support for loading env vars from .env file

Fixed

  • Improve error handling by returning slighly better error responses

v0.3.0 - 2023-04-06

Added

  • Sign the download URLs to make sure only valid clients can download the assets

v0.2.0 - 2023-04-05

Added

  • Add support for settings authentication tokens

v0.1.1 - 2023-04-05

Fixed

  • Remove debug query param from download url

v0.1.0 - 2023-04-05

Added

  • Initial version (proof of concept)