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

Bump splunk-library-javalogging from 1.8.0 to 1.11.0 in /src #86

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2021

Bumps splunk-library-javalogging from 1.8.0 to 1.11.0.

Release notes

Sourced from splunk-library-javalogging's releases.

Version 1.11.0

Minor Changes

  • Added a parameter to set await termination timeout. PR

Version 1.10.0

Bug Fixes

  • Fixed issue causing delayed time when using AsyncAppender (GitHub issue #186)
    • Now the timestamp is being recorded at the time when log event "occurs" instead of the time when log event is being "sent"

Minor Changes

  • Updated the project to use make conventions to spin up local dockerized instances.
  • Upgrade version of okhttp to 4.9.1.
  • Upgrade version of slf4j to 1.7.30.
  • Upgrade version of gson to 2.8.7.
  • Upgrade version of junit to 4.13.2.
  • Upgrade version of commons to 3.12.

Version 1.9.0

  • Resolve an issue with TcpAppender losing events when busy (@​avdv)
  • Fix an issue with middleware not delegating on completion (@​Blackbaud-MikeLueders)
  • Add EventHeaderSerializer that allows specifying HEC metadata (@​snorwin)
  • Allow specification of timeout parameters
  • Allow time to be specified by EventBodySerializer (@​avpavlov)
  • Use an Okhttp client per appender rather than a global client (@​snorwin)
  • Fix an issue with empty strings in configs (@​thomasmey)
  • Resolve an issue with sending raw events to HEC (@​tburch)
  • Allow templated metadata values to be applied to an appender (@​brunoalexandresantos)
Changelog

Sourced from splunk-library-javalogging's changelog.

Version 1.11.0

Minor Changes

  • Added a parameter to set await termination timeout. PR

Version 1.10.0

Bug Fixes

  • Fixed issue causing delayed time when using AsyncAppender (GitHub issue #186)
    • Now the timestamp is being recorded at the time when log event "occurs" instead of the time when log event is being "sent"

Minor Changes

  • Updated the project to use make conventions to spin up local dockerized instances.
  • Upgrade version of okhttp to 4.9.1.
  • Upgrade version of slf4j to 1.7.30.
  • Upgrade version of gson to 2.8.7.
  • Upgrade version of junit to 4.13.2.
  • Upgrade version of commons to 3.12.

Version 1.9.0

  • Resolve an issue with TcpAppender losing events when busy (@​avdv)
  • Fix an issue with middleware not delegating on completion (@​Blackbaud-MikeLueders)
  • Add EventHeaderSerializer that allows specifying HEC metadata (@​snorwin)
  • Allow specification of timeout parameters
  • Allow time to be specified by EventBodySerializer (@​avpavlov)
  • Use an Okhttp client per appender rather than a global client (@​snorwin)
  • Fix an issue with empty strings in configs (@​thomasmey)
  • Resolve an issue with sending raw events to HEC (@​tburch)
  • Allow templated metadata values to be applied to an appender (@​brunoalexandresantos)
Commits
  • e211b17 release changes
  • f681fb0 Merge pull request #179 from snorwin/await-termination-timeout
  • 4b7f686 Merge pull request #194 from splunk/release/1.10.0
  • b23222f Update CHANGELOG.md
  • 2f55182 Release 1.10.0
  • 2ef42f3 Merge pull request #186 from johncurrier/Delayed_timestamps_with_AsyncAppender
  • 18a2916 Merge pull request #191 from splunk/DVPL-9729
  • ac125ec Renamed license file for slf4j.
  • b30d1e7 Updating CONTRIBUTING.md to refer contributors to main branch, not develop
  • b1390ae Merge pull request #189 from splunk/DVPL-9729
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [splunk-library-javalogging](https://github.com/splunk/splunk-library-javalogging) from 1.8.0 to 1.11.0.
- [Release notes](https://github.com/splunk/splunk-library-javalogging/releases)
- [Changelog](https://github.com/splunk/splunk-library-javalogging/blob/main/CHANGELOG.md)
- [Commits](splunk/splunk-library-javalogging@1.8.0...1.11.0)

---
updated-dependencies:
- dependency-name: com.splunk.logging:splunk-library-javalogging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 12, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 14, 2021

A newer version of com.splunk.logging:splunk-library-javalogging exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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