---------------------
.. _added-43:
Added
~~~~~
- added ``get_loggable_url`` to avoid logging secrets
- added integration test for private artifacts
.. _changed-38:
Changed
~~~~~~~
- ``create_artifact`` now has a default expiration of the task
expiration date.
- ``get_artifact_url`` now supports signed URLs for private artifacts
- ``get_artifact_url`` no longer returns unquoted urls (breaks signed
urls)
- ``validate_artifact_url`` unquotes paths before returning them
.. _fixed-35:
Fixed
~~~~~
- fix integration tests for osx py36
`135 <https://github.com/mozilla-releng/scriptworker/issues/135>`__
.. _removed-16:
Removed
~~~~~~~
- removed the config for ``artifact_expiration_hours``.
- removed support for taskcluster 0.3.x
.. _section-79: