|
@@ -1,11 +1,11 @@
|
|
|
---
|
|
|
title: "Uppy 1.7: A Small One"
|
|
|
-date: 2019-12-16
|
|
|
+date: 2020-01-10
|
|
|
author: renee
|
|
|
-published: false
|
|
|
+published: true
|
|
|
---
|
|
|
|
|
|
-Uppy 1.7 is out! This release adds Hebrew translations, a recording length timer for the `@uppy/webcam` plugin, and a collection of improvements to Companion.
|
|
|
+Uppy 1.7 was released last December! This release added Hebrew translations, a recording length timer for the `@uppy/webcam` plugin, and a collection of improvements to Companion.
|
|
|
|
|
|
<!--more-->
|
|
|
|
|
@@ -17,7 +17,7 @@ When recording audio or video using the `@uppy/webcam` plugin, this new option c
|
|
|
|
|
|
## Companion
|
|
|
|
|
|
-The past month we've made some incremental improvements to Companion. We patched an issue where Companion could sometimes output remote provider authentication tokens into logs.
|
|
|
+The past months we've made some incremental improvements to Companion. We patched an issue where Companion could sometimes output remote provider authentication tokens into logs.
|
|
|
We now run Companion tests on Node.js 6 on each commit, in addition to Node.js 10, to make sure that we don't break compatibility in a minor release. Node.js 6 support will be dropped in a future major release, and we recommend you upgrade soon if you are still using it.
|
|
|
|
|
|
Uploading files from remote providers with the `@uppy/aws-s3-multipart` plugin now uses the correct file name in your S3 bucket by default, instead of the temporary filename that Companion uses internally.
|