|
@@ -94,12 +94,6 @@ But, Uppy is also free as in freedom. And so if you can't help our cause, set `p
|
|
|
|
|
|
<img src="/images/blog/0.24/powered-by-1.png">
|
|
|
|
|
|
-## Docs
|
|
|
-
|
|
|
-- Uppy Server docs now point to a detailed write-up on how to run Uppy Server on Kubernetes (#706 / @kiloreux)
|
|
|
-- An Uppy Server custom provider example has been added, so now it’s easier create your own custom providers.
|
|
|
-- Added more useful events, i18n strings, fixed typos, and other polish.
|
|
|
-
|
|
|
## Server News
|
|
|
|
|
|
On the Server side we tackled a number of security issues:
|
|
@@ -116,6 +110,12 @@ Other non-security improvements are:
|
|
|
- We implemented a more standard logger for Uppy Server
|
|
|
- Added an example project to run Uppy Server on Serverless, [see](https://github.com/transloadit/uppy-server/tree/master/examples/serverless).
|
|
|
|
|
|
+## Docs
|
|
|
+
|
|
|
+- Uppy Server docs now point to a detailed write-up on how to run Uppy Server on Kubernetes (#706 / @kiloreux)
|
|
|
+- An Uppy Server custom provider example has been added, so now it’s easier create your own custom providers.
|
|
|
+- Added more useful events, i18n strings, fixed typos, and other polish.
|
|
|
+
|
|
|
## Other Fixes & Improvements
|
|
|
|
|
|
- ⚠️ **breaking** `addFile()`, `onBeforeFileAdded()` and `onBeforeUpload()` are now synchronous and have to return nothing or file objects to proceed, or false to abort; please check out the update docs for details: [onBeforeFileAdded()](https://uppy.io/docs/uppy/#onBeforeFileAdded) and [onBeforeUpload()](https://uppy.io/docs/uppy/#onBeforeUpload).
|