niklas2810 / my-discord-butler

Discord bot for personal use written in Java.
https://niklas2810.github.io/my-discord-butler/
MIT License
0 stars 0 forks source link

Bump sentry-logback from 1.7.30 to 3.1.3 #58

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps sentry-logback from 1.7.30 to 3.1.3.

Release notes

Sourced from sentry-logback's releases.

3.1.3

What’s Changed

Packages were released on bintray sentry-java, bintray sentry-android, jcenter and mavenCentral

We'd love to get feedback.

3.1.2

What’s Changed

Attention: if you use the Android NDK Integration, please use v3.1.3 or higher

Packages were released on bintray sentry-java, bintray sentry-android, jcenter and mavenCentral

We'd love to get feedback.

3.1.1

What’s Changed

Packages were released on bintray sentry-java, bintray sentry-android, jcenter and mavenCentral

We'd love to get feedback.

3.1.0

What’s Changed

  • fix: Android 11 + targetSdkVersion 30 crashes Sentry on start (#977) @marandaneto
  • fix: remove chunked streaming mode (#974) @marandaneto
  • Enhancement: accepted quoted values in properties from external configuration (#972) @maciejwalkowiak
  • Enhancement: make getThrowable public and improve set contexts (#967) @marandaneto
  • Auto-configure inAppIncludes in Spring Boot integration. (#966) @maciejwalkowiak
  • fix: Don't require sentry.dsn to be set when using io.sentry:sentry-spring-boot-starter and io.sentry:sentry-logback together #965 @buckett

Packages were released on bintray sentry-java, bintray sentry-android, jcenter and mavenCentral

We'd love to get feedback.

... (truncated)

Changelog

Sourced from sentry-logback's changelog.

vNext

  • Increase max cached events to 30 (#1029)
  • Normalize DSN URI (#1030)

3.1.2

  • feat: Manually capturing User Feedback
  • Enhancement: Set environment to "production" by default.
  • Enhancement: Make public the Breadcrumb constructor that accepts a Date #1012
  • ref: Validate event id on user feedback submission

3.1.1

  • fix: Prevent Logback and Log4j2 integrations from re-initializing Sentry when Sentry is already initialized
  • Enhancement: Bind logging related SentryProperties to Slf4j Level instead of Logback to improve Log4j2 compatibility
  • fix: Make sure HttpServletRequestSentryUserProvider runs by default before custom SentryUserProvider beans
  • fix: fix setting up Sentry in Spring Webflux annotation by changing the scope of Spring WebMvc related dependencies

3.1.0

  • fix: Don't require sentry.dsn to be set when using io.sentry:sentry-spring-boot-starter and io.sentry:sentry-logback together #965
  • Auto-Configure inAppIncludes in Spring Boot integration #966
  • Enhancement: make getThrowable public and improve set contexts #967
  • Bump: Android Gradle Plugin 4.0.2 #968
  • Enhancement: accepted quoted values in properties from external configuration #972
  • fix: remove chunked streaming mode #974
  • fix: Android 11 + targetSdkVersion 30 crashes Sentry on start #977

3.0.0

Java + Android

This release marks the re-unification of Java and Android SDK code bases. It's based on the Android 2.0 SDK, which implements Sentry's unified API.

Considerable changes were done, which include a lot of improvements. More are covered below, but the highlights are:

  • Improved log4j2 integration
    • Capture breadcrumbs for level INFO and higher
    • Raises event for ERROR and higher.
    • Minimum levels are configurable.
    • Optionally initializes the SDK via appender.xml
  • Dropped support to log4j.
  • Improved logback integration
    • Capture breadcrumbs for level INFO and higher
    • Raises event for ERROR and higher.
    • Minimum levels are configurable.
    • Optionally initializes the SDK via appender.xml
    • Configurable via Spring integration if both are enabled

... (truncated)

Commits


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)
dependabot[bot] commented 3 years ago

Superseded by #61.