diff --git a/src/nats.h b/src/nats.h index f25bde0e..d8aaf4b7 100644 --- a/src/nats.h +++ b/src/nats.h @@ -6881,9 +6881,6 @@ natsMsg_GetTime(natsMsg *msg); * * A KeyValue store is a materialized view of JetStream. * - * \warning EXPERIMENTAL FEATURE! We reserve the right to change the API without - * necessarily bumping the major version of the library. - * * @{ */ @@ -6891,9 +6888,6 @@ natsMsg_GetTime(natsMsg *msg); * * These functions allow to create, get or delete a KeyValue store. * - * \warning EXPERIMENTAL FEATURE! We reserve the right to change the API without - * necessarily bumping the major version of the library. - * * @{ */ @@ -6971,9 +6965,6 @@ kvStore_Destroy(kvStore *kv); * * These functions allow to inspect a the value, or entry, of a given key. * - * \warning EXPERIMENTAL FEATURE! We reserve the right to change the API without - * necessarily bumping the major version of the library. - * * @{ */ @@ -7443,9 +7434,6 @@ kvStore_Status(kvStatus **new_status, kvStore *kv); * * These functions allow to receive updates for key(s) on a given bucket. * - * \warning EXPERIMENTAL FEATURE! We reserve the right to change the API without - * necessarily bumping the major version of the library. - * * @{ */ @@ -7494,9 +7482,6 @@ kvWatcher_Destroy(kvWatcher *w); * * These functions allow to inspect the status of a bucket. * - * \warning EXPERIMENTAL FEATURE! We reserve the right to change the API without - * necessarily bumping the major version of the library. - * * @{ */