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.1 #55

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps sentry-logback from 1.7.30 to 3.1.1.

Release notes

Sourced from sentry-logback's releases.

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.

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
  • Spring
    • No more duplicate events with Spring and logback
    • Auto initalizes if DSN is available
    • Configuration options available with auto complete

... (truncated)

Changelog

Sourced from sentry-logback's changelog.

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
  • Spring
    • No more duplicate events with Spring and logback
    • Auto initalizes if DSN is available
    • Configuration options available with auto complete
  • Google App Engine support dropped

What’s Changed

  • Callback to validate SSL certificate (#944)
  • Attach stack traces enabled by default

Android specific

... (truncated)

Commits
  • c0eefac chore: 3.1.1
  • f6949d1 Prevent Logback and Log4j2 integrations from re-initializing Sentry when Sent...
  • 70e4a31 Build distribution zip files & upload to Zeus (#979)
  • 10621bf Bind logging related SentryProperties to Slf4j Level (#987)
  • 7952bcf log4j2 is supported
  • 7cf21e0 Fix SentryUserProvider execution order (#986)
  • b2a57a3 fix: fix setting up Sentry in Spring Webflux annotation (#982)
  • 518c15f prepare 3.1.1
  • 2c71d9f chore: 3.1.0
  • d84d65a bump: sentry-native to 0.4.3 (#977)
  • 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)
dependabot[bot] commented 3 years ago

Superseded by #58.