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

chore(deps): update Java SDK to v6.20.0 #2395

Merged
merged 3 commits into from May 31, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Bumps scripts/update-java.ps1 from 6.19.1 to 6.20.0.

Auto-generated by a dependency updater.

Changelog

6.20.0

Features

  • Add support for Sentry Kotlin Compiler Plugin (#2695)
    • In conjunction with our sentry-kotlin-compiler-plugin we improved Jetpack Compose support for
  • More granular http requests instrumentation with a new SentryOkHttpEventListener (#2659)
    • Create spans for time spent on:
      • Proxy selection
      • DNS resolution
      • HTTPS setup
      • Connection
      • Requesting headers
      • Receiving response
    • You can attach the event listener to your OkHttpClient through client.eventListener(new SentryOkHttpEventListener()).addInterceptor(new SentryOkHttpInterceptor()).build();
    • In case you already have an event listener you can use the SentryOkHttpEventListener as well through client.eventListener(new SentryOkHttpEventListener(myListener)).addInterceptor(new SentryOkHttpInterceptor()).build();
  • Add a new option to disable RootChecker (#2735)

Fixes

  • Base64 encode internal Apollo3 Headers (#2707)
  • Fix SentryTracer crash when scheduling auto-finish of a transaction, but the timer has already been cancelled (#2731)
  • Fix AndroidTransactionProfiler crash when finishing a profile that happened due to race condition (#2731)

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label May 27, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1/6.20.0 branch 3 times, most recently from 8dc518d to 9120540 Compare May 30, 2023 03:01
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1/6.20.0 branch from 9120540 to 9c49f40 Compare May 31, 2023 03:05
@mattjohnsonpint mattjohnsonpint merged commit 80c3227 into main May 31, 2023
8 checks passed
@mattjohnsonpint mattjohnsonpint deleted the deps/scripts/update-java.ps1/6.20.0 branch May 31, 2023 16:19
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.

None yet

2 participants