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-php-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.4
Choose a base ref
...
head repository: couchbase/couchbase-php-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.5
Choose a head ref
  • 12 commits
  • 44 files changed
  • 2 contributors

Commits on Jun 1, 2023

  1. PCBC-831 implement search index management (#115)

    * Implement options
    
    * Implement API from cluster
    
    * Implement SearchIndexManager
    
    * Add SearchIndexManagerTest
    
    * shorten return type
    
    * Linting
    
    * update package.xml
    
    * Use wrap exception for VariousTasks test
    
    * update package.xml again
    Matt-Woz authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    4d2f26f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. PCBC-938 Override exception constructor in PHP Extension (#117)

    * Added CBException constructor with context array
    
    * run clang-format
    Matt-Woz authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3059c9e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. PCBC-939 Support query with read from replica (#118)

    * Support query with read from replica
    
    * formatting
    
    * update package.xml
    Matt-Woz authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cdaa7db View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Aug 14, 2023

  1. PCBC-937: fix getMulti (#123)

    avsej authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c347b27 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    cc07cf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d85448 View commit details
    Browse the repository at this point in the history
  3. fix formatting (#124)

    avsej authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    900e0ef View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. update core to 1.0.0-dp.8 (#126)

    * Expose spec-specific errors in the public API for lookup in (#443)
    * CXXCBC-365: handle >16 specs in lookup_in_any_replica (#441)
    * use fully qualified names to avoid conflicts in wrappers (#440)
    * CXXCBC-362: Remove node hostname port stripping logic from config parsing (#438)
    avsej authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9a610fc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

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

Commits on Aug 21, 2023

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