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.3
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.4
Choose a head ref
  • 16 commits
  • 149 files changed
  • 5 contributors

Commits on Oct 25, 2024

  1. CXXCBC-620: Update core analytics_link_get_all to follow RFC (#687)

    Changes
    =======
    * Allow link_type, link_name and dataverse_name to be optional
    * Raise invalid_argument if a link_name is provided but a dataverse_name
      is not
    thejcfactor authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    960bdda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d9e4bf View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    66999c5 View commit details
    Browse the repository at this point in the history
  2. Update couchbase/common_options.hxx

    Co-authored-by: Sergey Avseyev <[email protected]>
    DemetrisChr and avsej committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    074ce40 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Updates for YUM/RPM builders

    avsej committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    05fd945 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. debian packaging

    avsej committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ce56ebc View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 7, 2024

  1. CXXCBC-624: Fix user agent ID generation

    SDK-RFC #47 expects space after version and all extra information must
    be surrounded with parentheses.
    
    Additionally this patch allows wrappers to override the ID during
    compile time, so that C++SDK version will be moved to the extras section
    of the identifier.
    
    * standalone C++SDK build ("cbc" is runtime extra part)
    
        "cxx/1.0.3+5.1.074ce40c (Darwin/arm64;ssl/0x30400000;cbc)"
    
    * cmake -DCOUCHBASE_CXX_CLIENT_WRAPPER_UNIFIED_ID=ruby/4.5.3
    
        "ruby/4.5.3 (cxx/1.0.3+5.1.074ce40c;Darwin/arm64;ssl/0x30400000;cbc)"
    avsej committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c24912f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    8bf1445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a797847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f21222 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

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

Commits on Nov 22, 2024

  1. CXXCBC-632: Do not assume Analytics will always send meta fields in r…

    …esponse (#699)
    
    "requestID", "clientContextID" and "metrics" might be missing.
    
    For example, the following payload might be sent with status 503:
    
        {
          "errors": [
            {
              "code": 23000,
              "msg": "Analytics Service is temporarily unavailable"
            }
          ],
          "status": "fatal"
        }
    avsej authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a0d41a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27fdfa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5355b0f View commit details
    Browse the repository at this point in the history
Loading