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.2 to = 2.3.0 #276

Merged
merged 1 commit into from
Jan 11, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2021

Updates the requirements on logging to permit the latest version.

Changelog

Sourced from logging's changelog.

== 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]
  • console loggers (stdout, stderr) use write for compatibility [PR #127]
  • allow whitespace in traced method names [PR #128]
  • accessor methods for backtrace settings [PR #134]
  • asynchronous writing from buffered appenders [PR #135]
  • improve date format performance when outputting microseconds [PR #136]
  • added some thread safety to log level setters [PR #137]

... (truncated)

Commits
  • ae9872d Merge pull request #221 from TwP/release-2.3.0
  • 0f9ca81 updating gemspec
  • cb5d74b updating project history
  • b5dc82f simplify the file descriptor code smidge
  • 69324bb Merge remote-tracking branch 'origin/master' into release-2.3.0
  • 6a1c27f Merge pull request #220 from TwP/fix-up-console-appenders
  • ad246ec not using magic file descriptor numbers
  • 7b3525f verify we can reopen console appenders
  • a6ff105 assert that we have independent IO objects now for console appenders
  • 0247134 console appenders use their own IO objects now
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2021
@codecov-io
Copy link

Codecov Report

Merging #276 (67ab907) into master (b313a49) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #276   +/-   ##
=======================================
  Coverage   83.82%   83.82%           
=======================================
  Files          42       42           
  Lines        1261     1261           
=======================================
  Hits         1057     1057           
  Misses        204      204           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b313a49...67ab907. Read the comment docs.

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/logging-eq-2.3.0 branch from 67ab907 to d62a1ec Compare January 11, 2021 19:23
@sonarcloud
Copy link

sonarcloud bot commented Jan 11, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dgroup dgroup added this to the 0.7.0 milestone Jan 11, 2021
@dgroup dgroup merged commit 762a50a into master Jan 11, 2021
@delete-merged-branch delete-merged-branch bot deleted the dependabot/bundler/logging-eq-2.3.0 branch January 11, 2021 19:42
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.

2 participants