Skip to content

Commit

Permalink
Update release metadata for 3.0.0-alpha.5
Browse files Browse the repository at this point in the history
Change-Id: I651bd9456a1137cc3319f9c9ea4cd8e0143ca58e
Reviewed-on: http://review.couchbase.org/113118
Tested-by: Build Bot <[email protected]>
Reviewed-by: Sergey Avseyev <[email protected]>
  • Loading branch information
avsej committed Aug 9, 2019
1 parent f912670 commit 684f9f7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions RELEASE_NOTES.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release Notes

## 3.0.0-alpha.5 (2019-08-09)

* Do not fallback to static config automatically. Now when we have G3CP mechanism, we can make static config fallback optional. In case of older server, connection string option `allow_static_config=true` or `LCB_CNTL_ALLOW_STATIC_CONFIG` to use previous behaviour.
* CCBC-983: Even more asynchronous example for libuv
* Don't log if the logger callback is not specified
* 3GCP improvements and examples
* Fix memory leak in collections wrapper
* Implement setter for prettiness of N1QL response payload.
* CCBC-1059: Fixed hostname truncation when using alt-network
* Add bucket to the connection config cache. When `config_cache` or `LCB_CNTL_CONFIGCACHE` argument is a directory (ends
with `/`), the library will use a bucket name as the file name, so that different buckets can use the same connection
string options set.
* Add missing timeouts for HTTP APIs.
* CCBC-1058: Fix some casting warnings on Mac OS.

## 3.0.0-alpha.4 (2019-07-10)

* Do not build cbc-bench if compiler does not support C++11
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha.4")
SET(LCB_VERSION "3.0.0-alpha.5")
ENDIF()
IF (NOT LCB_VERSION_CHANGESET)
SET(LCB_VERSION_CHANGESET "0xdeadbeef")
Expand All @@ -63,7 +63,7 @@ IF(APPLE)
ELSE()
SET(LCB_SONAME_MAJOR "3")
ENDIF()
SET(LCB_SONAME_FULL "${LCB_SONAME_MAJOR}.0.4")
SET(LCB_SONAME_FULL "${LCB_SONAME_MAJOR}.0.5")

MESSAGE(STATUS
"libcouchbase ${LCB_VERSION_MAJOR},${LCB_VERSION_MINOR},${LCB_VERSION_PATCH}")
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 = 3.0.0-alpha.4
PROJECT_NUMBER = 3.0.0-alpha.5

# 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 684f9f7

Please sign in to comment.