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-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a2bd91c7fe29efb9c47f6dfd680bae103b60adbd
Choose a base ref
...
head repository: getsentry/sentry-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39445fe2512a83e6e8f8e031a64e0c5d90457263
Choose a head ref
  • 6 commits
  • 24 files changed
  • 4 contributors

Commits on Nov 21, 2024

  1. Merge branch 'release/0.7.15'

    getsentry-bot committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d431ab9 View commit details
    Browse the repository at this point in the history
  2. feat: add support for SOCKS5 proxy (#1063)

    * Added socks5_proxy to options
    
    * correct options freeing
    
    * Update CHANGELOG.md
    
    * Add socks5_proxy attribute to curl_transport_state
    
    * formatting
    
    * refactor to use single proxy attribute
    
    * format
    
    * Added back deprecated http_proxy API
    
    * formatting
    
    * refactor sentry_transport_winhttp.c to use opts->proxy
    
    * formatting
    
    * update crashpad dependency
    
    * fix: update minimum libcurl version check to 7.21.7
    
    * update crashpad dependency
    
    * test: add proxy integration tests
    
    * get latest crashpad changes
    
    * feat: add example.c run-args for http and socks5 proxy
    
    * test: changed test name + added more mitmdump startup time
    
    * chore: format
    
    * test: add mitmproxy to requirements.txt
    
    * test: add skip for proxy test on non-MacOS platforms
    
    * test: move socksproxy-off assert into AssertionError check for Linux test
    
    * test: change expected http log length to match platform
    
    * test: order of operations
    
    * test: run http proxy tests on all platforms
    
    * test: add special case for Windows Autoproxy
    
    * apply suggestions from code review
    
    * chore: added comments about proxy behaviour
    
    * cleaned up test and moved comments to proper place
    (let's hope I didn't mess up CI)
    
    * chore: fix minor comment typo
    
    * chore: added api documentation
    
    * Update include/sentry.h
    
    Co-authored-by: Mischan Toosarani-Hausberger <mischan@abovevacant.com>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Mischan Toosarani-Hausberger <mischan@abovevacant.com>
    
    * update crashpad submodule
    
    * update crashpad submodule (again)
    
    * updated CHANGELOG.md
    
    * updated CHANGELOG.md again
    
    ---------
    
    Co-authored-by: Mischan Toosarani-Hausberger <mischan@abovevacant.com>
    JoshuaMoelans and supervacuus authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    99b1539 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. docs: update readme (#1091)

    * updated readme
    
    * added link to C+20 requirement issue
    
    * Add build prerequisites into readme
    
    * Added additional link to Contributing.md
    
    * apply suggestion from code review
    
    Co-authored-by: Mischan Toosarani-Hausberger <mischan@abovevacant.com>
    
    * apply suggestions from code review
    
    ---------
    
    Co-authored-by: Mischan Toosarani-Hausberger <mischan@abovevacant.com>
    JoshuaMoelans and supervacuus authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    679913e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f051f4c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. feat: extend performance API with explicit timings (#1093)

    * Extended API to allow explicit timings
    
    * Add tests for timestamped API functions
    
    * re-add todos and comments that went missing in refactoring
    
    * update changelog
    
    * update docstrings for new API
    
    * apply refactoring suggestion from code review
    
    * change assert_timestamp to be more accurate
    
    * cleanup unnecessary includes
    JoshuaMoelans authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    8eb612e View commit details
    Browse the repository at this point in the history
  2. release: 0.7.16

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