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: AppsDevTeam/utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 23705dc
Choose a base ref
...
head repository: AppsDevTeam/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4672a55
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Apr 7, 2026

  1. Merge pull request #22 from AppsDevTeam/f-add-components-method

    add components method
    thorewi authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    73e0dff View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. Sanitize and truncate Guzzle error messages

    Prevent binary data and excessively long request/response bodies from being included in exception messages to ensure logs remain readable.
    thorewi committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    e4a9120 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2026

  1. fix deprecated

    AdtMax committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    889f132 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2026

  1. Prevent memory exhaustion from large Guzzle message bodies

    The original GuzzleHttp\Psr7\Message::toString() loads entire request/response bodies into memory. For large payloads (e.g., file uploads), this can cause out-of-memory errors before the body can be sanitized or truncated for logging.
    
    This introduces a custom messageToString() method that reads only a limited portion of the message stream, effectively truncating the body proactively to prevent memory issues during error logging.
    thorewi committed Jul 31, 2026
    Configuration menu
    Copy the full SHA
    eaff13d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4672a55 View commit details
    Browse the repository at this point in the history
Loading