Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logging requirement from ~> 2.2.0, >= 2.2.0 to >= 2.2, < 2.4 #183

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Updates the requirements on logging to permit the latest version.

Changelog

Sourced from logging's changelog.

== 2.3.1 / 2022-05-24

Bug Fixes

  • logging hangs on JRuby when the stdout appender is closed [PR #237]
  • initialize the Logging framework when a Filter is created [PR #238]

== 2.3.0 / 2020-07-04

Enhancements

  • all appender output is now synchronized [PR #219]
  • renamed the LogEvent#method to no longer conflict with Kernel#method [PR #218]
  • @​bhuga (not the Fortnite star) added a raise_errors method for debugging [PR #203]
  • thanks to @​olleolleolle for keeping on top of Travis and Ruby versions

Bug Fixes

  • conosle appenders can be reopened [PR #220]
  • fixed a race condition in the rolling file appender [PR #216]
  • fixed a race condition when opening log file destinations [PR #208 #217]
  • @​MikaelSmith fixed a race condition in Logger creation [PR #201]
  • documentation bug fixes [PR #184 #185 #188 #194 #209]

== 2.2.2 / 2017-04-11

Enhancements

  • limit the depth of nested exceptions [PR #167]

== 2.2.1 / 2017-04-09

Enhancements

  • show exception cause if one exists [PR #165]

== 2.2.0 / 2017-03-09

Enhancements

  • diagnostic context inheritance is now optional [PR #160]
  • add support for setting a UTC offset [PR #157]
  • setting a basepath for call tracing [PR #154]

Bug Fixes

  • use thread-local variables for diagnostic contexts [PR #162]
  • replace Fixnum with Integer [PR #161]
  • fixed a race condition in the rolling file appender [PR #151]

Deprecations

  • dropped Ruby 1.9 support

== 2.1.0 / 2016-03-13

Enhancements

  • appender factories now fail explicitly on bad arguments [PR #117]

... (truncated)

Commits
  • a2f8769 Merge branch 'release-2.3.1'
  • 5bcb02c version update for release
  • 85b6e02 updating history
  • 6ddee3a Merge pull request #238 from TwP/initialize-when-creating-filters
  • 9a577f3 Initialize when creating a Filter
  • 3a4d95b Merge pull request #237 from TwP/fix-io-reopen-235
  • 100165a updating the caller tracing for JRuby
  • 5f00514 don't create copies of STDOUT/STDERR
  • 39a69fb handle JRuby separately
  • abf48a6 adding some tests
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [logging](https://github.com/TwP/logging) to permit the latest version.
- [Changelog](https://github.com/TwP/logging/blob/master/History.txt)
- [Commits](TwP/logging@logging-2.2.0...logging-2.3.1)

---
updated-dependencies:
- dependency-name: logging
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 11, 2024
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.43%. Comparing base (148769a) to head (267f247).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #183   +/-   ##
=======================================
  Coverage   85.43%   85.43%           
=======================================
  Files          49       49           
  Lines        4297     4297           
=======================================
  Hits         3671     3671           
  Misses        626      626           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michaelmior michaelmior merged commit 275eed0 into main Apr 1, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/logging-gte-2.2-and-lt-2.4 branch April 1, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant