Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 22, 2025

Bumps scripts/update-java.ps1 from 8.26.0 to 8.27.1.

Auto-generated by a dependency updater.

Changelog

8.27.1

Fixes

  • Do not log if sentry.properties in rundir has not been found (#4929)

8.27.0

Features

  • Implement OpenFeature Integration that tracks Feature Flag evaluations (#4910)
    • To make use of it, add the sentry-openfeature dependency and register the the hook using: openFeatureApiInstance.addHooks(new SentryOpenFeatureHook());
  • Implement LaunchDarkly Integrations that track Feature Flag evaluations (#4917)
    • For Android, please add sentry-launchdarkly-android as a dependency and register the SentryLaunchDarklyAndroidHook
    • For Server / JVM, please add sentry-launchdarkly-server as a dependency and register the SentryLaunchDarklyServerHook
  • Detect oversized events and reduce their size (#4903)
    • You can opt into this new behaviour by setting enableEventSizeLimiting to true (sentry.enable-event-size-limiting=true for Spring Boot application.properties)
    • You may optionally register an onOversizedEvent callback to implement custom logic that is executed in case an oversized event is detected
      • This is executed first and if event size was reduced sufficiently, no further truncation is performed
    • In case we detect an oversized event, we first drop breadcrumbs and if that isn't sufficient we also drop stack frames in order to get an events size down

Improvements

  • Do not send manual log origin (#4897)

Dependencies

  • Bump Spring Boot 4 to GA (#4923)

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Nov 22, 2025
@github-actions github-actions bot requested a review from Flash0ver as a code owner November 22, 2025 03:16
@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Nov 22, 2025
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1 branch from 347c3ff to 195f06c Compare November 22, 2025 03:16
@codecov
Copy link

codecov bot commented Nov 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.88%. Comparing base (0e30c90) to head (dfd9ad6).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4761      +/-   ##
==========================================
- Coverage   73.91%   73.88%   -0.03%     
==========================================
  Files         485      485              
  Lines       17682    17682              
  Branches     3494     3494              
==========================================
- Hits        13070    13065       -5     
- Misses       3755     3759       +4     
- Partials      857      858       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1 branch 2 times, most recently from 2e1adfa to 877c401 Compare November 25, 2025 03:22
@github-actions github-actions bot changed the title chore(deps): update Java SDK to v8.27.0 chore(deps): update Java SDK to v8.27.1 Nov 25, 2025
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1 branch 3 times, most recently from c02ac16 to cc9f3cb Compare December 3, 2025 03:24
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-java.ps1 branch from cc9f3cb to f38aa57 Compare December 4, 2025 03:25
@jamescrosswell jamescrosswell merged commit 43d4fb1 into main Dec 5, 2025
52 of 53 checks passed
@jamescrosswell jamescrosswell deleted the deps/scripts/update-java.ps1 branch December 5, 2025 00:32
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.

3 participants