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.1.0
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.1.1
Choose a head ref
  • 10 commits
  • 28 files changed
  • 3 contributors

Commits on Jun 4, 2025

  1. [backport] CXXCBC-696: Use the external exception field to determine …

    …txn op error code in Public API (#772)
    DemetrisChr authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    3b0dea6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. [backport] CXXCBC-699: Allow to randomize list of bootstrap nodes (#778)

    * [backport] CXXCBC-699: Allow to randomize list of bootstrap nodes
    
    By default the SDK would shuffle node list (including list received via
    DNS-SRV request). To disable this behavior use
    preserve_bootstrap_nodes_order option.
    avsej authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    4f55702 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

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

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    d7b6ae7 View commit details
    Browse the repository at this point in the history
  2. [backport] CXXCBC-693: Handle empty/null indexDefs for search_index_g…

    …et_all (#801)
    
    Changes
    =======
    * Do not return an error if/when indexDefs are empty/null. Instead return w/ an empty list of index definitions.
    thejcfactor authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    53c8092 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Configuration menu
    Copy the full SHA
    54cf1cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8198878 View commit details
    Browse the repository at this point in the history
  3. [backport] CXXCBC-651: Preserve cached node labels after generating r…

    …eport in app telemetry meter (#804)
    DemetrisChr authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    d89ee04 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. [backport] CXXCBC-715: Hard Failover Intermittent Crash (#817)

    Motivation
    ===========
    An HTTP workload can potentially use an invalid node index to access a
    node in the config in scenarios to where a node in the cluster has been
    failed over.
    
    Changes
    =======
    * Upon updating the config w/in the HTTP Session manager, reset the
      next node index if its current value is greater than or equal to the
      number of nodes in the new config
    * Update analytics tool to only populate error context if the analytics
      operation has an error
    thejcfactor authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    55c5be5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Update meta for 1.1.1 (#829)

    avsej authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    3d4d3ba View commit details
    Browse the repository at this point in the history
Loading