8000 Comparing 3.6.0...3.7.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.6.0
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.7.0
Choose a head ref
  • 12 commits
  • 105 files changed
  • 5 contributors

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    233e0b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    884aa47 View commit details
    Browse the repository at this point in the history
  3. Merge branch '2.x'

    Seldaek committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a4471eb View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    47e301d View commit details
    Browse the repository at this point in the history
  2. Fix IntrospectionProcessor tests that were not validating the code un…

    …der test (#1896)
    
    Three tests in IntrospectionProcessorTest (testLevelTooLow, testLevelEqual, testLevelHigher) aren't actually testing anything. Because `$expected = $input` is a reference, the changes made to `$expected['extra']` are made to $input and carried forward to $actual. You can demonstrate this by adding a `return $record` at the immediate start of `InstrospectionProcessor::__invoke` -- the tests still pass despite bypassing all the code.
    healsdata authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4e03d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ba77d1 View commit details
    Browse the repository at this point in the history
  4. Fix CS

    Seldaek committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    07cd08e View commit details
    Browse the repository at this point in the history
  5. Fix build

    Seldaek committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4bfbba8 View commit details
    Browse the repository at this point in the history
  6. Expand code a bit

    Seldaek committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b56faa6 View commit details
    Browse the repository at this point in the history
  7. add formatted key in ArrayAccess for LogRecord (#1886)

    since $record['formatted'] is a legal syntax, it should not be flagged by static analysis tools like phpstan
    lekoala authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4112a18 View commit details
    Browse the repository at this point in the history
  8. Update example in RedisHandler (#1894)

    javaDeveloperKid authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f836e01 View commit details
    Browse the repository at this point in the history
  9. Update changelog

    Seldaek committed Jun 28, 2024
    Configura 5277 tion menu
    Copy the full SHA
    f4393b6 View commit details
    Browse the repository at this point in the history
Loading
0