Skip to content
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

website: 2.0-2.3 post draft #3370

Merged
merged 17 commits into from Dec 22, 2021
Merged

website: 2.0-2.3 post draft #3370

merged 17 commits into from Dec 22, 2021

Conversation

arturi
Copy link
Contributor

@arturi arturi commented Dec 13, 2021

No description provided.

@arturi
Copy link
Contributor Author

arturi commented Dec 13, 2021

@mifi could you please add some updates that happened to Companion since 2.0?

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
website/src/_posts/2021-12-2.0-2.3.md Outdated Show resolved Hide resolved
website/src/_posts/2021-12-2.0-2.3.md Outdated Show resolved Hide resolved
website/src/_posts/2021-12-2.0-2.3.md Outdated Show resolved Hide resolved
website/src/_posts/2021-12-2.0-2.3.md Outdated Show resolved Hide resolved

PR [#3299](https://github.com/transloadit/uppy/pull/3299).

## `@uppy/unsplash` is now production ready
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should make sure the prod API keys are in hosted companion before releasing this post

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That could delay the post, if the keys are already available, then yes. Can we make sure Unsplash is on uppy.io and API2 soon, @mifi?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The keys are already available yes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For api2, I'm thinking that because we have quite big changes (not breaking but potentially bug-introducing) from #3159 we may want to test it first on uppy.io

For uppy.io, I still haven't had time to look into this #3362

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But do we need to upgrade Companion to enable Unsplash? I think that code has already been there quite a while, so we could just add keys.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were some changes in companion related to Unsplash in https://github.com/transloadit/uppy/pull/3196/files on 1st october. I'm not sure if those companion changes are needed for the new unsplash frontend to work @Murderlon

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are definitely needed yes.

website/src/_posts/2021-12-2.0-2.3.md Outdated Show resolved Hide resolved
@Murderlon
Copy link
Member

We could mention the issue count went from around 110 since 2.0.0 to around 45 now.

Co-authored-by: Merlijn Vos <merlijn@soverin.net>
@mifi
Copy link
Contributor

mifi commented Dec 16, 2021

Just to be sure, you want a list of all changes since "@uppy/companion 2.0.0-alpha.0" (30. apr 2020) until now (3.1.3)?

@arturi
Copy link
Contributor Author

arturi commented Dec 16, 2021

@mifi no :) Uppy and Companion versions are not synced, so just a few highlights of what happened since August? Like simultaneous upload/download, etc?

@mifi
Copy link
Contributor

mifi commented Dec 17, 2021

Ok I will try to summarize everything that happened after this tag then https://github.com/transloadit/uppy/tree/uppy%402.0.0-alpha.0

@mifi
Copy link
Contributor

mifi commented Dec 17, 2021

Ok I added the changes. Feel free to edit.

website/src/_posts/2021-12-2.1-2.3.md Outdated Show resolved Hide resolved
website/src/_posts/2021-12-2.1-2.3.md Outdated Show resolved Hide resolved
website/src/_posts/2021-12-2.1-2.3.md Outdated Show resolved Hide resolved
website/src/_posts/2021-12-2.1-2.3.md Outdated Show resolved Hide resolved
website/src/_posts/2021-12-2.1-2.3.md Outdated Show resolved Hide resolved
website/src/_posts/2021-12-2.1-2.3.md Outdated Show resolved Hide resolved
website/src/_posts/2021-12-2.1-2.3.md Outdated Show resolved Hide resolved
website/src/_posts/2021-12-2.1-2.3.md Outdated Show resolved Hide resolved
website/src/_posts/2021-12-2.1-2.3.md Outdated Show resolved Hide resolved
arturi and others added 6 commits December 21, 2021 14:55
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
@Murderlon
Copy link
Member

I'll do another iteration now


![status bar improvements screenshot](/images/blog/2.1-2.3/status-bar-improvements.jpg)

## Internal housekeeping
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once sentence below this would be nice to justify the heading

@arturi arturi merged commit 26fab80 into main Dec 22, 2021
@arturi arturi deleted the blog-post-2-3 branch December 22, 2021 18:25
@github-actions github-actions bot mentioned this pull request Jan 10, 2022
github-actions bot added a commit that referenced this pull request Jan 10, 2022
| Package              | Version | Package              | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/drag-drop      |   2.0.6 | @uppy/tus            |   2.2.0 |
| @uppy/image-editor   |   1.1.1 | @uppy/utils          |   4.0.5 |
| @uppy/screen-capture |   2.0.6 | @uppy/robodog        |   2.2.0 |
| @uppy/transloadit    |   2.1.0 | uppy                 |   2.4.0 |

- @uppy/transloadit: ignore rate limiting errors when polling (Antoine du Hamel / #3418)
- @uppy/tus: pause all requests in response to server rate limiting (Antoine du Hamel / #3394)
- @uppy/transloadit: better defaults for rate limiting (Antoine du Hamel / #3414)
- @uppy/companion: Fix Companion deploys (kiloreux / #3388)
- meta: update aws-presigned-url example to use esm (Antoine du Hamel / #3413)
- @uppy/image-editor: namespace input range css (Merlijn Vos / #3406)
- @uppy/screen-capture: Add missing option to the screen capture types (Mustafa Navruz / #3400)
- @uppy/drag-drop: fix `undefined is not a function` TypeError (Antoine du Hamel / #3397)
- website: update december 2021 blog post (Antoine du Hamel / #3396)
- website: Polished the latest update blog (AJvanLoon / #3390)
- website: docs: fix typo in audio.md (heocoi / #3389)
- website: 2.0-2.3 post draft (Artur Paikin / #3370)
Murderlon added a commit that referenced this pull request Jan 12, 2022
* main: (45 commits)
  Polished the latest update blog (#3390)
  docs: fix typo in audio.md (#3389)
  website: 2.0-2.3 post draft (#3370)
  Release: uppy@2.3.2 (#3383)
  meta: fix release script
  @uppy/core: document file.name (#3381)
  add `.npmignore` files to ignore .gitignore when packing (#3380)
  meta: add VSCode workspace settings to `.gitignore`
  Upgrade ws in companion (#3377)
  meta: use ESBuild to bundle in E2E test suite (#3375)
  meta: update linter config to parse ESM files (#3371)
  meta: move dev workspace to `private/` (#3368)
  meta: use Vite for examples/dev (#3361)
  website: remove dependency on `crypto` in @uppy/transloadit example (#3367)
  tools: enable linter on website examples (#3366)
  meta: enable linter on mjs scripts (#3364)
  Fix module field in @uppy/angular package.json (#3365)
  Release: uppy@2.3.1 (#3357)
  meta: improve release script wording and formatting
  meta: update npm deps (#3352)
  ...
vymao pushed a commit to vymao/uppy that referenced this pull request Mar 29, 2022
* main: (45 commits)
  Polished the latest update blog (transloadit#3390)
  docs: fix typo in audio.md (transloadit#3389)
  website: 2.0-2.3 post draft (transloadit#3370)
  Release: uppy@2.3.2 (transloadit#3383)
  meta: fix release script
  @uppy/core: document file.name (transloadit#3381)
  add `.npmignore` files to ignore .gitignore when packing (transloadit#3380)
  meta: add VSCode workspace settings to `.gitignore`
  Upgrade ws in companion (transloadit#3377)
  meta: use ESBuild to bundle in E2E test suite (transloadit#3375)
  meta: update linter config to parse ESM files (transloadit#3371)
  meta: move dev workspace to `private/` (transloadit#3368)
  meta: use Vite for examples/dev (transloadit#3361)
  website: remove dependency on `crypto` in @uppy/transloadit example (transloadit#3367)
  tools: enable linter on website examples (transloadit#3366)
  meta: enable linter on mjs scripts (transloadit#3364)
  Fix module field in @uppy/angular package.json (transloadit#3365)
  Release: uppy@2.3.1 (transloadit#3357)
  meta: improve release script wording and formatting
  meta: update npm deps (transloadit#3352)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants