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: neo4j-php/neo4j-php-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: neo4j-php/neo4j-php-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 76 files changed
  • 2 contributors

Commits on Oct 16, 2025

  1. Feat/tesktkit session run (#268)

    - Authentication Refactor: Unified all auth methods under BoltConnection, removed protocol-version coupling, and standardized send()->getResponse() flow.
    - Connection & Message Factory: BoltMessageFactory now uses the full connection; added state tracking, logging, and proper cleanup for unconsumed results.
    - Transaction Handling: BoltUnmanagedTransaction now throws TransactionException; improved commit/rollback guards and clearer error messages.
     - Session Management: Added Session::close() to discard unconsumed results; centralized retry logic in TransactionHelper; improved connection tracking and cleanup.
     - TransactionHelper: Extracted and unified retry/rollback logic for consistent transaction error handling.
     - SummarizedResultFormatter: Unified handling of contains-system-updates vs system-updates for cross-version compatibility.
     - Query ID Tracking: Added qid to CypherList for query traceability.
     - AbstractRunner: Returns more precise error responses (DriverErrorResponse, TransactionException); simplified result extraction.
     - Retryable Messages: RetryablePositive now actually commits; RetryableNegative returns proper client error types.
     - Metadata Decoding: All transaction methods now decode CypherMap/CypherList metadata into structured PHP values.
     - DriverErrorResponse: Extended to differentiate Neo4jException and TransactionException.
     - Socket Timeout: Set 24-hour timeout to ensure persistent connections for long-running sessions.
    p123-stack authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    c3f388f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b30ef26 View commit details
    Browse the repository at this point in the history
Loading