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: ruby/logger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: ruby/logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.1
Choose a head ref
  • 10 commits
  • 10 files changed
  • 4 contributors

Commits on Jun 6, 2024

  1. 1 Configuration menu
    Copy the full SHA
    44b42b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e540ee View commit details
    Browse the repository at this point in the history
  3. Merge pull request #97 from ruby/fix-ci

    Exclude Ruby 2.5 from macos-latest
    hsbt authored Jun 6, 2024
    1 Configuration menu
    Copy the full SHA
    1a9c0a8 View commit details
    Browse the repository at this point in the history
  4. Add support for symbols in #shift_age

    Resolves issue: #46
    bazay authored and hsbt committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    83502c2 View commit details
    Browse the repository at this point in the history
  5. Retired CHANGELOG

    hsbt committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0270e7b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #98 from ruby/retire-changelog

    Retired CHANGELOG
    hsbt authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b23069d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Add reraise_write_errors keyword argument to Logger and LogDevice

    This allows the user to specify exception classes to treat as regular
    exceptions instead of being swallowed.  Among other things, it is
    useful for having Logger work with Timeout.
    
    Fixes Ruby Bug 9115.
    jeremyevans committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    436a7d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Guarantee level_override exists

    Some Ruby apps subclass Logger without running the superclass
    constructor, which means that `@level_override` isn't initialized
    properly. This can be fixed in some cases, but the gem should maintain
    backwards compatibility.
    saraid committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3246f38 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge pull request #100 from saraid/guarantee-level_override-existence

    Guarantee level_override exists
    hsbt authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d5400dd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Bump up 1.6.1

    hsbt committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bda937b View commit details
    Browse the repository at this point in the history
Loading