diff --git a/RELEASE_NOTES.markdown b/RELEASE_NOTES.markdown index dbef8c2e0..ccc6fa566 100644 --- a/RELEASE_NOTES.markdown +++ b/RELEASE_NOTES.markdown @@ -1,30 +1,10 @@ # Release Notes -## 3.0.0 (TBD) - -* [CCBC-1017](https://issues.couchbase.com/browse/CCBC-1017): Removed v1 APIs. These functions and structures has been - declared as deprecated since second version of the library. - - Migration path: consider the following mapping, check the unit tests and examples: - - | old | new | - |--------------------------|------------------------| - | `lcb_get` | `lcb_get3` | - | `lcb_get_replica` | `lcb_rget3` | - | `lcb_unlock` | `lcb_unlock3` | - | `lcb_store` | `lcb_store3` | - | `lcb_arithmetic` | `lcb_arithmetic3` | - | `lcb_observe` | `lcb_observe3_ctxnew` | - | `lcb_remove` | `lcb_remove3` | - | `lcb_touch` | `lcb_touch3` | - | `lcb_durability_poll` | `lcb_endure3_ctxnew` | - | `lcb_server_stats` | `lcb_stats3` | - | `lcb_server_versions` | `lcb_server_versions3` | - | `lcb_set_verbosity` | `lcb_server_verbosity3`| - | `lcb_flush` | `lcb_cbflush3` | - | `lcb_flush3` | `lcb_cbflush3` | - | `lcb_make_http_request` | `lcb_http3` | - |--------------------------|------------------------| +## 3.0.0-alpha.1 (2019-04-03) + +* [CCBC-1017](https://issues.couchbase.com/browse/CCBC-1017): Removed v1,v2,v3 APIs. + + Migration path: New API have to used. Instead open structures, setter-functions available. * [CCBC-655](https://issues.couchbase.com/browse/CCBC-655): Removed `retry_backoff` setting. This is a redundant property, as the wait period is always `retry_interval * retry_backoff * num_attempts`. In this case, `retry_interval` diff --git a/cmake/Modules/GetVersionInfo.cmake b/cmake/Modules/GetVersionInfo.cmake index a39869519..415d43a6c 100644 --- a/cmake/Modules/GetVersionInfo.cmake +++ b/cmake/Modules/GetVersionInfo.cmake @@ -42,7 +42,7 @@ ENDIF() IF (NOT LCB_VERSION) SET(LCB_NOGITVERSION ON) - SET(LCB_VERSION "3.0.0") + SET(LCB_VERSION "3.0.0-alpha.1") ENDIF() IF (NOT LCB_VERSION_CHANGESET) SET(LCB_VERSION_CHANGESET "0xdeadbeef") diff --git a/doc/Doxyfile b/doc/Doxyfile index 6727e4780..8e9e04ee4 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Couchbase C Client" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.10.3 +PROJECT_NUMBER = 3.0.0-alpha.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a