This is an automated email from the ASF dual-hosted git repository. zfc pushed a commit to branch legacy in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
commit ddd37af1fdf4b71dda0ee967da131966962b9a7c Author: Zhaofeng Chen <[email protected]> AuthorDate: Thu Jul 17 13:18:26 2025 +0000 readme: add decrecated note for master/legacy branch. --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0d81855e..3f4f6a6f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ [](https://coveralls.io/github/apache/incubator-teaclave?branch=master) [](https://teaclave.apache.org/) +**Note**: The `master` branch has been renamed to `legacy` and is deprecated. +The Teaclave FaaS framework is no longer actively maintained as the community's focus has shifted to SDK development. +The legacy codebase remains available for historical reference and to recognize early contributions. + Apache Teaclave (incubating) is an open source ***universal secure computing*** platform, making computation on privacy-sensitive data safe and simple. @@ -59,14 +63,6 @@ platform, making computation on privacy-sensitive data safe and simple. - [Rust Development Guideline](docs/rust-guideline.md) - [Development Tips](docs/development-tips.md) -### API References - -- [Teaclave SGX SDK](https://teaclave.apache.org/api-docs/sgx-sdk/) -- [Teaclave Client SDK (Python)](https://teaclave.apache.org/api-docs/client-sdk-python/) -- [Teaclave Client SDK (Rust)](https://teaclave.apache.org/api-docs/client-sdk-rust/) -- [Crates in Teaclave (Enclave)](https://teaclave.apache.org/api-docs/crates-enclave/) -- [Crates in Teaclave (App)](https://teaclave.apache.org/api-docs/crates-app/) - ## Teaclave Projects This is the main repository for the Teaclave FaaS platform. There are several --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
