Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 899 Bytes

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 899 Bytes

Changelog

Breaking changes are prefixed with a "[BREAKING]" label.

master (unreleased)

0.0.6 (2019-07-09)

Added

  • Support for setting request headers in download requests [#10]

0.0.7 (2022-07-21)

Added

  • Support for setting AWS S3 bucket as filestorage solution [#11]

0.0.5 (2019-05-16)

Added

  • [BREAKING] Ferto::ResponseError exception raising when 40X or 50X response is returned [#9]

0.0.4 (2019-04-18)

Added

  • Support setting a job download timeout [#7]
  • Support setting an HTTP proxy for use in download requests [#7]
  • Support setting the User-Agent header in download requests [#7]