Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: couchbase/couchbase-cxx-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.5
Choose a base ref
...
head repository: couchbase/couchbase-cxx-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.7
Choose a head ref
  • 9 commits
  • 31 files changed
  • 2 contributors

Commits on Feb 14, 2025

  1. CXXCBC-646: Do not copy configuration when the operation depends on it (

    #713)
    
    For performance reasons, store bucket configuration as shared pointer,
    and copy it instead. The SDK can use shared pointer here, as
    configuration is readonly, and only access to the pointer have to be
    protected by the mutex
    avsej authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    2dfcdc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. CXXCBC-646: add feature flag for FIT performer (#721)

    FIT performer need it to compile, as it must support both old and new
    version of the core
    
    Backport of #720
    avsej authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    ff0f0e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. CXXCBC-660: Fix potential race condition in the logger (#723)

    All code paths must use update_file_logger to ensure thread safety. The
    create_file_logger just updated the logger pointer without incrementing
    version.
    avsej authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    7e50742 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    9c484b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Update meta for 1.0.6 (#730)

    avsej authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    b5b5145 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. CXXCBC-666: Fix pkg-config file (#736)

    couchbase_cxx_client.pc have to use absolute path for libdir
    avsej authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    7b244c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bb8ac7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    49aa651 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Update meta for 1.0.7 (#751)

    avsej authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    3b7defd View commit details
    Browse the repository at this point in the history
Loading