8000 Comparing 3.8.1...3.9.0 · Seldaek/monolog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: Seldaek/monolog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.8.1
Choose a base ref
...
head repository: Seldaek/monolog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.9.0
Choose a head ref
  • 15 commits
  • 103 files changed
  • 10 contributors

Commits on Dec 10, 2024

  1. Fix broken url (#1930)

    junyang-chin authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    d97d5e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Bump supercharge/mongodb-github-action from 1.11.0 to 1.12.0 (#1937)

    Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.11.0 to 1.12.0.
    - [Release notes](https://github.com/supercharge/mongodb-github-action/releases)
    - [Changelog](https://github.com/supercharge/mongodb-github-action/blob/main/CHANGELOG.md)
    - [Commits](supercharge/mongodb-github-action@1.11.0...1.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: supercharge/mongodb-github-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    548eeb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Add strtolower for fromName match statement (#1941)

    Changes the `fromName` method to be case-insensitive for more flexible use.
    Jonezzyboy authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    353f1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3606a19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95092b0 View commit details
    Browse the repository at this point in the history
  4. Add a mail() hook to NativeMailHandler. (#1948)

    Allows subclassing NativeMailHandler so that the call to mail()
    can be intercepted and replaced in cases where additional processing
    needs to happen.
    
    Tests are mostly updated to use this method to test sent messages,
    but one test is added to make sure that everything gets passed through
    intact.
    
    Co-authored-by: JDW <xs@jdw.sx>
    jdwx and JDW authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    9cfd246 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8bbe52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45b5e0e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2025

8000
  1. Fix build (#1954)

    * Fix build
    
    * Update phpstan-baseline.neon
    
    * better fix
    staabm authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    9d6bcfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca003e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    467e764 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    6294651 View commit details
    Browse the repository at this point in the history
  2. Updating while loops to have boolean conditions. (#1956)

    * Updating while loops to have boolean conditions.
    
    * Refactor exception normalization logic in LineFormatter for improved readability and efficiency
    
    * Update retry logic in Curl Util to use retry count .
    
    * Skip the if now that we check before starting the loop
    
    ---------
    
    Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
    rajmundtoth0 and Seldaek authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    5d0da0a View commit details
    Browse the repository at this point in the history
  3. SendGrid V3 API (#1952)

    Fixed SendGridHandler to use the new V3 API as the V2 one has been sunset. This requires configuring a new API key.
    
    Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
    rajmundtoth0 and Seldaek authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    2b8777d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Update changelog

    Seldaek committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    10d8574 View commit details
    Browse the repository at this point in the history
Loading
0