Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.16.0
Choose a base ref
...
head repository: getsentry/sentry-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.17.0
Choose a head ref
  • 15 commits
  • 32 files changed
  • 12 contributors

Commits on Oct 23, 2024

  1. Merge branch 'release/7.16.0'

    getsentry-bot committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7b3de1d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Bump github/codeql-action from 3.26.12 to 3.26.13 (#3808)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.12 to 3.26.13.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@c36620d...f779452)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    378d12c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    771d13f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92ab1d9 View commit details
    Browse the repository at this point in the history
  3. Accept manifest integer values when requiring floating values (#3823)

    * ManifestMetadataReader now accepts integers other than floats
    stefanosiano authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    283c6cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58da2a3 View commit details
    Browse the repository at this point in the history
  5. Bump reactivecircus/android-emulator-runner from 2.32.0 to 2.33.0 (#3826

    )
    
    Bumps [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.32.0 to 2.33.0.
    - [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases)
    - [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md)
    - [Commits](ReactiveCircus/android-emulator-runner@v2.32.0...62dbb60)
    
    ---
    updated-dependencies:
    - dependency-name: reactivecircus/android-emulator-runner
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4c5d0ff View commit details
    Browse the repository at this point in the history
  6. Bump github/codeql-action from 3.26.13 to 3.27.0 (#3827)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.13 to 3.27.0.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@f779452...6624720)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c362c98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5183da9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Use Random through ThreadLocal<Random> (#3835)

    * Use Random as a ThreadLocal<>
    
    * changelog
    
    * code review changes
    adinauer authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    28a11a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Fix: Allow MaxBreadcrumb 0 / Expose MaxBreadcrumb metadata. (#3836)

    * expose max-breadcrumbs on meta data and implement disabled queue when maxbreadcrumbs sets to 0
    * missing queue class and test
    * update changelog
    
    ---------
    
    Co-authored-by: Lucas <luca-zimerman1@hotmail.com>
    Co-authored-by: Stefano <stefano.siano91@gmail.com>
    3 people authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2af8d1a View commit details
    Browse the repository at this point in the history
  2. Bump gradle/actions (#3842)

    Bumps [gradle/actions](https://github.com/gradle/actions) from bb0c460cbf5354b0cddd15bacdf0d6aaa3e5a32b to 707359876a764dbcdb9da0b0ed08291818310c3d.
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@bb0c460...7073598)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    fd1151b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Limit emulator size to 4096M (#3875)

    CI runs recently started to fail due to disk size issues when creating the emulator:
    
    >  ERROR        | Not enough space to create userdata partition. Available: 7329.925781 MB at /home/runner/.android/avd/../avd/test.avd, need 7372.800000 MB.
    
    #skip-changelog
    markushi authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fba10b8 View commit details
    Browse the repository at this point in the history
  2. Fix standalone tomcat jndi issue (#3873)

    * fix standalone tomcat jndi issue
    
    * format
    
    * add changelog entry
    
    * adapt changelog
    lbloder authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    566da76 View commit details
    Browse the repository at this point in the history
  3. release: 7.17.0

    getsentry-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4bd1aa3 View commit details
    Browse the repository at this point in the history
Loading