doc: remove the reference to the 6.2 version

This commit removes the OSS version name, which is irrelevant
and confusing for 2025.1 and later users.
Also, it updates the warning to avoid specifying the release
when the deprecated feature will be removed.

Fixes https://github.com/scylladb/scylladb/issues/22839

Closes scylladb/scylladb#22936
This commit is contained in:
Anna Stuchlik
2025-02-19 16:40:13 +01:00
committed by Botond Dénes
parent 6ab16006a2
commit d0a48c5661

View File

@@ -5,7 +5,7 @@ Bulk loads SSTables from a directory to a ScyllaDB cluster via the **CQL API**.
.. warning::
SSTableLoader is deprecated since ScyllaDB 6.2 and will be removed in the next release.
SSTableLoader is deprecated and will be removed in a future release.
Please consider switching to :doc:`nodetool refresh --load-and-stream </operating-scylla/nodetool-commands/refresh>`.
.. note::