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 all non-major dependencies #392

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
redis service patch 7.4.1 -> 7.4.2 age adoption passing confidence
redis patch 7.4.1 -> 7.4.2 age adoption passing confidence
org.flywaydb:flyway-database-postgresql (source) dependencies patch 11.1.0 -> 11.1.1 age adoption passing confidence
io.sentry:sentry-jdbc dependencies minor 7.19.1 -> 7.20.0 age adoption passing confidence
io.sentry:sentry-logback dependencies minor 7.19.1 -> 7.20.0 age adoption passing confidence
io.sentry:sentry-kotlin-extensions dependencies minor 7.19.1 -> 7.20.0 age adoption passing confidence
io.sentry:sentry dependencies minor 7.19.1 -> 7.20.0 age adoption passing confidence
org.flywaydb:flyway-mysql (source) dependencies patch 11.1.0 -> 11.1.1 age adoption passing confidence
org.flywaydb:flyway-core (source) dependencies patch 11.1.0 -> 11.1.1 age adoption passing confidence
ch.qos.logback:logback-classic (source, changelog) dependencies patch 1.5.15 -> 1.5.16 age adoption passing confidence
org.jetbrains.kotlinx.kover plugin patch 0.9.0 -> 0.9.1 age adoption passing confidence
org.flywaydb.flyway plugin patch 11.1.0 -> 11.1.1 age adoption passing confidence

Release Notes

flyway/flyway (org.flywaydb:flyway-database-postgresql)

v11.1.1: Flyway 11.1.1

See release notes here

CLI artifact available here

getsentry/sentry-java (io.sentry:sentry-jdbc)

v7.20.0

Compare Source

Features

To enable Replay use the sessionReplay.sessionSampleRate or sessionReplay.onErrorSampleRate options.

import io.sentry.SentryReplayOptions
import io.sentry.android.core.SentryAndroid

SentryAndroid.init(context) { options ->
 
  options.sessionReplay.sessionSampleRate = 1.0
  options.sessionReplay.onErrorSampleRate = 1.0

  // To change default redaction behavior (defaults to true)
  options.sessionReplay.redactAllImages = true
  options.sessionReplay.redactAllText = true

  // To change quality of the recording (defaults to MEDIUM)
  options.sessionReplay.quality = SentryReplayOptions.SentryReplayQuality.MEDIUM // (LOW|MEDIUM|HIGH)
}
Fixes
  • Fix warm start detection (#​3937)
  • Session Replay: Reduce memory allocations, disk space consumption, and payload size (#​4016)
  • Session Replay: Do not try to encode corrupted frames multiple times (#​4016)
Internal
  • Session Replay: Allow overriding SdkVersion for replay events (#​4014)
  • Session Replay: Send replay options as tags (#​4015)
Breaking changes
  • Session Replay options were moved from under experimental to the main options object (#​4017)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8bf8863 to 4d1b295 Compare January 5, 2025 22:18
@renovate renovate bot changed the title Update all non-major dependencies to v7.20.0 Update all non-major dependencies Jan 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d1b295 to 0595cb1 Compare January 8, 2025 14:47
@tumugin tumugin merged commit 0a2495a into master Jan 9, 2025
3 checks passed
@tumugin tumugin deleted the renovate/all-minor-patch branch January 9, 2025 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant