From 5ece05b5e19c76af6bebaa472a4f365e1d6ad15c Mon Sep 17 00:00:00 2001 From: James McTavish Date: Wed, 6 Sep 2023 12:19:20 -0400 Subject: [PATCH 1/2] docs: Document archival status --- README.md | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 6c8fc9a..d52f8f9 100644 --- a/README.md +++ b/README.md @@ -11,27 +11,19 @@ than 10ms to the request latency only when the application state is captured. In most cases, this isn’t noticeable by users. -## Limitations - -* Python 2.7 will not be supported +## Project Status: Archived +This project has been archived and is no longer supported. There will be no +further bug fixes or security patches. The repository can be forked by users +if they want to maintain it going forward. -## Support Period +This OSS solution provides an alternative to Cloud Debugger. Cloud Debugger was +deprecated on May 16, 2022 and the service was shut down on May 31, 2023 -Snapshot Debugger and associated agents will be supported until Aug 31, 2023, -after which they will be archived and frozen. No bug fixes or security patches -will be made after the freeze date. The repository can be forked by users if -they wish to maintain it going forward. -### What happens after Aug 31 - -After Aug 31, 2023, Snapshot Debugger CLI and agents remain functional. Users -can fork the repository to add features. +## Limitations -This OSS solution is being provided as an alternative to Cloud Debugger that -users can use beyond the end of the support period. The purpose of the support -period is to assist users with issues or questions they have around -transitioning from Cloud Debugger to Snapshot Debugger. +* Python 2.7 is not be supported ## CLI Command Reference From f6b24ff835b85c9a404bf9144098eedd92af19fa Mon Sep 17 00:00:00 2001 From: James McTavish Date: Wed, 6 Sep 2023 13:29:52 -0400 Subject: [PATCH 2/2] fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d52f8f9..a4f2629 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ deprecated on May 16, 2022 and the service was shut down on May 31, 2023 ## Limitations -* Python 2.7 is not be supported +* Python 2.7 is not supported ## CLI Command Reference