diff --git a/CHANGELOG.md b/CHANGELOG.md index f54c3c3488..ca7c15af1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @uppy/companion +## 4.4.0 + +Released: 2023-04-04 +Included in: Uppy v3.7.0 + +- @uppy/companion: add `service: 'companion'` to periodic ping (Mikael Finstad / #4383) +- @uppy/companion: add connection keep-alive to dropbox (Mikael Finstad / #4365) +- @uppy/companion: add missing env variable for standalone option (Mikael Finstad / #4382) +- @uppy/companion: add S3 prefix env variable (Mikael Finstad / #4320) +- @uppy/companion: allow local ips when testing (Mikael Finstad / #4328) +- @uppy/companion: fix typo in redis-emitter.js (Ikko Eltociear Ashimine / #4362) +- @uppy/companion: merge Provider/SearchProvider (Mikael Finstad / #4330) +- @uppy/companion: only body parse when needed & increased body size for s3 (Mikael Finstad / #4372) + ## 4.3.0 Released: 2023-02-13 diff --git a/package.json b/package.json index 59843a9f7e..6ab7298b11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uppy/companion", - "version": "4.3.0", + "version": "4.4.0", "description": "OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:", "main": "lib/companion.js", "types": "lib/companion.d.ts",