From c1acbf525d6566ca553d7c59613bb9945a6db733 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 8 Aug 2022 15:11:44 +0200 Subject: [PATCH] Add maintenance notice --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1195a20dd9..c26c5ea1e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,12 @@ Released: 2022-08-08 | @uppy/compressor | 0.3.2 | uppy | 2.13.3 | | @uppy/utils | 4.1.1 | | | +This release marks the transition of Uppy 2.x to maintenance mode. The team is +now focused on working Uppy 3.0.0 releases, and plan to not land any new feature +on the 2.x release line. We are committed on backporting bug fixes that affects +the deprecated Robodog package and its dependencies for at least one year, we +encourage Robodog users to migrate away from Robodog to Uppy plugins. + - @uppy/aws-s3-multipart: Fix race condition in `#uploadParts` (Morgan Zolob / #3955) - meta: fork branch in preparation for LTS (Antoine du Hamel) - @uppy/aws-s3-multipart: ignore exception inside `abortMultipartUpload` (Antoine du Hamel / #3950)