-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: uppy@3.0.0-beta.2 #3868
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
indecies -> indices
* add warning about default getKey * add env variable to get a safer getKey default COMPANION_S3_GETKEY_SAFE_BEHAVIOR
* add testing dynamic oauth example * improve logging levels Log origin errors with error level * Update Dashboard.js Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
| Package | Version | Package | Version | | -------------------- | ------- | -------------------- | ------- | | @uppy/companion | 3.7.0 | @uppy/transloadit | 2.3.2 | | @uppy/locales | 2.1.1 | @uppy/robodog | 2.8.2 | | @uppy/provider-views | 2.1.2 | uppy | 2.12.2 | - @uppy/provider-views: improve logging (Mikael Finstad / #3638) - docs: de-dupe companion dev docs (Mikael Finstad / #3852) - @uppy/companion: Getkey safe behavior (Mikael Finstad / #3592) - website: fix broken links (YukeshShr / #3861) - @uppy/companion: doc: fix Google Drive example (Antoine du Hamel / #3855) - @uppy/locales,@uppy/transloadit: Fix undefined error in in onTusError (Merlijn Vos / #3848) - @uppy/companion: build an ARM64 container (Stuart Auld / #3841) - @uppy/locales: Add missing translations and reorder nl_NL locale (Kasper Meinema / #3839) - docs: Fix typo in aws-s3-multipart.md (Ikko Ashimine / #3838) - meta: do not rebase when preparing beta candidates (Antoine du Hamel) - meta: fix hard-coded branch name in release script (Antoine du Hamel)
This is a release candidate for the following packages: - `@uppy/companion`: 4.0.0-beta -> 4.0.0-beta.1 - `@uppy/locales`: 3.0.0-beta.1 -> 3.0.0-beta.2 - `@uppy/provider-views`: 3.0.0-beta.1 -> 3.0.0-beta.2 - `@uppy/transloadit`: 3.0.0-beta.1 -> 3.0.0-beta.2 - `@uppy/robodog`: 3.0.0-beta.1 -> 3.0.0-beta.2 - `uppy`: 3.0.0-beta.1 -> 3.0.0-beta.2
aduh95
approved these changes
Jul 6, 2022
HeavenFox
pushed a commit
to docsend/uppy
that referenced
this pull request
Jun 27, 2023
| Package | Version | Package | Version | | -------------------- | ------------ | -------------------- | ------------ | | @uppy/companion | 4.0.0-beta.1 | @uppy/transloadit | 3.0.0-beta.2 | | @uppy/locales | 3.0.0-beta.2 | @uppy/robodog | 3.0.0-beta.2 | | @uppy/provider-views | 3.0.0-beta.2 | uppy | 3.0.0-beta.2 | - example: fix `custom-provider` example (Antoine du Hamel / transloadit#3854) - example: fix Vue3 example (Antoine du Hamel / transloadit#3774) - @uppy/companion: remove deprecated duplicated metrics (Mikael Finstad / transloadit#3833) - example: update CDN example (Antoine du Hamel / transloadit#3803) - @uppy/companion: Companion 3 default to no s3 acl (Mikael Finstad / transloadit#3826) - @uppy/companion: rewrite companion.app() to return an object (Mikael Finstad / transloadit#3827) - @uppy/companion: remove companion provider compat api (Mikael Finstad / transloadit#3828) - @uppy/companion: rewrite code for node >=14 (Mikael Finstad / transloadit#3829) - @uppy/companion: remove chunkSize backwards compatibility (Mikael Finstad / transloadit#3830) - @uppy/companion: Companion: make `emitSuccess` and `emitError` private (Mikael Finstad / transloadit#3832) - @uppy/companion: do not use a default upload protocol (Mikael Finstad / transloadit#3834)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
custom-provider
example (Antoine du Hamel / example: fixcustom-provider
example #3854)emitSuccess
andemitError
private (Mikael Finstad / Companion: makeemitSuccess
andemitError
private #3832)