Skip to content

Commit

Permalink
Removed [EXPERIMENTAL] from KV API
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Feb 16, 2025
1 parent 7220e9f commit 54948d7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/nats.h
Original file line number Diff line number Diff line change
Expand Up @@ -6880,19 +6880,13 @@ 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.
*
* @{
*/

/** \defgroup kvGroupMgt KeyValue store management
*
* 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.
*
* @{
*/

Expand Down Expand Up @@ -6970,9 +6964,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.
*
* @{
*/

Expand Down Expand Up @@ -7442,9 +7433,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.
*
* @{
*/

Expand Down Expand Up @@ -7493,9 +7481,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.
*
* @{
*/

Expand Down

0 comments on commit 54948d7

Please sign in to comment.