Thanks to visit codestin.com
Credit goes to github.com

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-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: couchbase/couchbase-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release44
Choose a head ref
  • 4 commits
  • 12 files changed
  • 1 contributor

Commits on Sep 9, 2025

  1. Update C++ core

    Change-Id: Iae083da5dca136121264011358bad9cc478240b2
    Reviewed-on: https://review.couchbase.org/c/couchbase-python-client/+/233363
    Tested-by: Build Bot <[email protected]>
    Reviewed-by: Dimitris Christodoulou <[email protected]>
    thejcfactor committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    cfeace7 View commit details
    Browse the repository at this point in the history
  2. [backport] PYCBC-1699: Update SDK Build Setup

    Changes
    =======
    * Update Python version detection to allow pre-release versions of
      Python
    * Update OpenSSL build path to use 3.x by default
    * Added new build flag: PYCBC_USE_OPENSSLV1_1 to enable building against
      OpenSSL v1.1.
    * Update default OpenSSL versions: 1.1.1w and 3.5.2
    
    Change-Id: I718a5a591a3caebc109440644ffaace38d3b9ee6
    Reviewed-on: https://review.couchbase.org/c/couchbase-python-client/+/233367
    Tested-by: Build Bot <[email protected]>
    Reviewed-by: Dimitris Christodoulou <[email protected]>
    thejcfactor committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    80e6a48 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Update C++ core to 1.1.1

    Change-Id: I43254af75a5cc29a0291a3d85610adf7fa133835
    Reviewed-on: https://review.couchbase.org/c/couchbase-python-client/+/234186
    Reviewed-by: Dimitris Christodoulou <[email protected]>
    Tested-by: Build Bot <[email protected]>
    thejcfactor committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    8d09e87 View commit details
    Browse the repository at this point in the history
  2. [backport] PYCBC-1705: Fix FLE imports and exceptions

    Motivation
    ==========
    Update and modernize the encryption package interfaces and exceptions so
    that the separate cbencryption package is compatible with the 4.x version of the
    SDK.
    
    Changes
    =======
    * Update import order of encryption interfaces and classes to avoid
      circular import error
    * Migrate away from comment-based type annotations
    * Update crypto exceptions
    
    Change-Id: I6630d20ae22acbcd471ef595a6b66aa0000fb59c
    Reviewed-on: https://review.couchbase.org/c/couchbase-python-client/+/234368
    Tested-by: Build Bot <[email protected]>
    Reviewed-by: Dimitris Christodoulou <[email protected]>
    thejcfactor committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    120a7bb View commit details
    Browse the repository at this point in the history
Loading