Skip to content

Commit

Permalink
Update release meta for 3.0.0-alpha.1
Browse files Browse the repository at this point in the history
Change-Id: I14a9ee0284c07e0ece740817472d3a1cdb064946
Reviewed-on: http://review.couchbase.org/107244
Tested-by: Build Bot <[email protected]>
Reviewed-by: Sergey Avseyev <[email protected]>
  • Loading branch information
avsej committed Apr 3, 2019
1 parent d2bab1e commit 988e73b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 27 deletions.
30 changes: 5 additions & 25 deletions RELEASE_NOTES.markdown
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/GetVersionInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 988e73b

Please sign in to comment.