From f37598f9a9b81c22ff08ca3411191ab8e7144a59 Mon Sep 17 00:00:00 2001 From: Ronen Botzer Date: Mon, 16 Mar 2026 11:08:44 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7490257..82fd7cd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Python port of the Aerospike Document API in [Java](https://github.com/aerospike/aerospike-document-lib). -This is currently in beta, so there may be bugs or features that aren't supported yet. +**Aerospike Document API is a community OSS project**. As described on the [Product Stages](https://aerospike.com/docs/database/reference/product-stages#open-source-products-tools-and-libraries) page, this means that Aerospike will no longer provide support for the Document API library, including vulnerability patching. If you are interested in contributing to the project please open an issue or a pull request. + +**For an actively developed alternative**, see [Expression DSL](https://github.com/aerospike/expression-dsl-java). ## More Info - [API Documentation](https://document-library-python.readthedocs.io/en/latest/)