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.2.5
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.2.6
Choose a head ref
  • 16 commits
  • 37 files changed
  • 4 contributors

Commits on Dec 2, 2024

  1. Fix archives on CI

    avsej committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    af1b61d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550fff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dd0e58 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Fix Undefined Error

    Should fix Error: Undefined constant "Couchbase\COUCHBASE_EXTENSION_NAMESPACE"
    srjlewis authored and avsej committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    3afcfcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3f387 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. PCBC-1018: Do not destroy expired connection if it still being used

    In some cases, when the extension is configured aggressively close
    persistent connections (e.g. with `couchbase.max_persistent=0` and
    `couchbase.persistent_timeout=0`), the connections might be considered
    expired and scheduled for destruction even if the application has
    references to them.
    
    This patch changes this behavior to skip such connection, and destroy
    them later, when the reference counter reaches zero.
    avsej committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    6ba2d52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16df3bf View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Ray Cardillo <[email protected]>
    avsej and raycardillo committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    582b0e1 View commit details
    Browse the repository at this point in the history
  4. fix formatting

    avsej committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    837dc27 View commit details
    Browse the repository at this point in the history
  5. Add link to PCBC-1018

    avsej committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    0443f45 View commit details
    Browse the repository at this point in the history
  6. Update MIGRATION_FROM_3_x.md

    Co-authored-by: Mateusz <[email protected]>
    avsej and Matt-Woz committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b91c165 View commit details
    Browse the repository at this point in the history
  7. Update MIGRATION_FROM_3_x.md

    Co-authored-by: Mateusz <[email protected]>
    avsej and Matt-Woz committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    8882b29 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Add zone aware replica reads

    Matt-Woz authored and avsej committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    9e5bad4 View commit details
    Browse the repository at this point in the history
  2. Install ctype on alpine

    avsej committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    f391220 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Update core to 1.0.5

    avsej committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    adfb98a View commit details
    Browse the repository at this point in the history
  2. Update meta for 4.2.6 (#204)

    avsej authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    f1452e2 View commit details
    Browse the repository at this point in the history
Loading