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/gocb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.4
Choose a base ref
...
head repository: couchbase/gocb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.5
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 12, 2023

  1. GOCBC-1493: Update how we assign errors in setting kv durability

    Motivation
    -----------
    When we set durability level options on an op after setting the
    value then we will swallow any transcoding errors as we assign
    the error value straight into the op manager error, even if that
    value is nil.
    
    Changes
    -------
    Update op manager so that the error is only assigned if it is
    non-nil after translating to memd.
    
    Change-Id: Ieb01b295b6ea1bd82e6459d2b15d1e781270911d
    Reviewed-on: https://review.couchbase.org/c/gocb/+/198636
    Reviewed-by: Dimitris Christodoulou <[email protected]>
    Tested-by: Charles Dixon <[email protected]>
    chvck committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c9408eb View commit details
    Browse the repository at this point in the history
  2. Update gocbcore version

    Change-Id: I181ff2dca02da1aa7fa6a025101157f5db1d82b7
    Reviewed-on: https://review.couchbase.org/c/gocb/+/198719
    Reviewed-by: Dimitris Christodoulou <[email protected]>
    Tested-by: Charles Dixon <[email protected]>
    chvck committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f72c06b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. GOCBC-1489: Expose ErrCircuitBreakerOpen

    Motivation
    ----------
    Currently this error is not exposed by the API, meaning that users cannot take action on it
    
    Modification
    ------------
    * Add ErrCircuitBreakerOpen
    * Update gocbcore version to the one that exposes ErrCircuitBreakerOpen
    
    Change-Id: I14ae57efdc5af4ffa28b62af35a969b11ed351d9
    Reviewed-on: https://review.couchbase.org/c/gocb/+/199008
    Reviewed-by: Charles Dixon <[email protected]>
    Tested-by: Dimitris Christodoulou <[email protected]>
    DemetrisChr committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3a2e75c View commit details
    Browse the repository at this point in the history
  2. Prepare v2.6.5 release

    Change-Id: I3bd3daf199a8c55e8dcb41a6febbfd8e5a0844d5
    Reviewed-on: https://review.couchbase.org/c/gocb/+/199031
    Reviewed-by: Dimitris Christodoulou <[email protected]>
    Tested-by: Charles Dixon <[email protected]>
    chvck committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    23b5d22 View commit details
    Browse the repository at this point in the history
Loading