From bc0138a41e1ed5dd7d5ae0a947b08d3c75aaef1d Mon Sep 17 00:00:00 2001 From: Stephanie DiBenedetto Date: Thu, 9 Nov 2023 15:42:20 +0000 Subject: [PATCH 1/3] Update project status (November 2023) --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 891701c..602209f 100644 --- a/README.md +++ b/README.md @@ -27,20 +27,22 @@ To use Protocol Buffers with JavaScript, you need two main components: (look for the `protoc-*.zip` files under **Downloads**). -Project Status as of September 2022 +Project Status as of November 2023 === -This project is currently in a somewhat broken state that we are working to rectify. We expect to have updated releases by the end of September 2022. +This project is currently in a working state. **Support Status** -Protobuf JavaScript is widely used and well maintained internally at Google but does not currently have staffing for more than minimal support for this open source project. +We currently do not have staffing for more than minimal support for this open +source project. We will answer questions and triage any issues. **Contributing** -Contributions should preserve existing behavior where possible. Current customers rely on applications continuing to work across minor version upgrades. +Contributions should preserve existing behavior where possible. Current +customers rely on applications continuing to work across minor version upgrades. +We encourage small targeted contributions. Thanks! -We also currently have limited staffing for this project, as such we encourage small targeted contributions. Thanks! Setup ===== From cebe5e656e2d228eef1f1792ccb3bbbcc562b515 Mon Sep 17 00:00:00 2001 From: Stephanie DiBenedetto Date: Thu, 9 Nov 2023 15:42:20 +0000 Subject: [PATCH 2/3] Update project status (November) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 602209f..0569741 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ To use Protocol Buffers with JavaScript, you need two main components: (look for the `protoc-*.zip` files under **Downloads**). -Project Status as of November 2023 + +Project Status as of November === This project is currently in a working state. From a69b5a44f2902a05bc71740642533d521cb9c7de Mon Sep 17 00:00:00 2001 From: Stephanie DiBenedetto Date: Thu, 9 Nov 2023 12:22:38 -0800 Subject: [PATCH 3/3] Update README.md Co-authored-by: Luke Sandberg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0569741..e10b315 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To use Protocol Buffers with JavaScript, you need two main components: -Project Status as of November +Project Status === This project is currently in a working state.