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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.36.1
Choose a base ref
...
head repository: getsentry/sentry-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.36.5
Choose a head ref
  • 15 commits
  • 29 files changed
  • 5 contributors

Commits on Sep 10, 2024

  1. Merge branch 'release/2.36.1'

    getsentry-bot committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b9acc54 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    c433b4c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix(deploys): Honor --project in deploys new subcommand (#2160)

    Previously, we ignored the --project arguments passed to the sentry-cli deploys new command. Regardless of whether any --project was provided, the deploy was created for all projects associated with the given release.
    
    Now, we respect the --project argument. If provided, we only create the deploy for the project(s) specified. If omitted, the deploy is created for all projects associated with the release, as previously.
    
    Fixes #2156
    szokeasaurusrex authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    099919a View commit details
    Browse the repository at this point in the history
  2. ref(api): Separate Deploy struct into separate submodule (#2161)

    Also, use `Cow` in the struct to avoid allocations
    szokeasaurusrex authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    19d08fb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. release: 2.36.2

    getsentry-bot committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    41534b8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    szokeasaurusrex authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f4ac394 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/2.36.2'

    getsentry-bot committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6e3e9a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e71dcc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. build: Upgrade curl-sys (#2164)

    Fixes #2155
    szokeasaurusrex authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b04e91e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix(crons): Run monitors run program on check-in failure (#2171)

    Fix a bug where a failure in sending the crons checkin before running the program in the monitors run command (e.g. due to a Sentry outage) would cause the program to be prevented from running. Now, we instead log the error and continue running the program.
    
    Also, ensure that a failure in sending the final checkin (after the program has finished) does not cause the program to exit with a different exit code. sentry-cli monitors run should propagate the exit code of the program it runs.
    
    Fixes #2169
    szokeasaurusrex authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    928a2b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    e0a589b View commit details
    Browse the repository at this point in the history
  2. release: 2.36.5

    getsentry-bot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ebd8c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0baa5a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8df52e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    362ff38 View commit details
    Browse the repository at this point in the history
Loading