Thanks to visit codestin.com
Credit goes to github.com

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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.14.3
Choose a base ref
...
head repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.4
Choose a head ref
  • 18 commits
  • 26 files changed
  • 6 contributors

Commits on Mar 20, 2020

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

Commits on Mar 23, 2020

  1. fix: Test transport rate limits parsing and enforcement (#652)

    
    Also fix a bug where missing categories ("123::project") would not
    enforce a rate limit for all categories, as they were parsed as category
    "" instead of category None.
    untitaker authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    b7679a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    4434636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301141d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Fix bug in _update_scope() (#662)

    Introduced in e680a75
    vasilty authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f49d620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9ffe89 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

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

Commits on Apr 17, 2020

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

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    b866e9b View commit details
    Browse the repository at this point in the history
  2. ref: reformat tox.ini

    untitaker committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    f90cb06 View commit details
    Browse the repository at this point in the history
  3. fix: Preserve contextvars in aiohttp integration (#674)

    aiohttp integration currently re-create a task to encapsulate the request
    handler.
    But:
    - aiohttp already does it.
    - contextvars created in it can't be read by aiohttp.
      It's an issue for users custom logger.
    
    Fix #670
    H--o-l authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    d617e54 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump sphinx from 2.3.1 to 3.0.2 (#672)

    Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.3.1 to 3.0.2.
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
    - [Commits](sphinx-doc/sphinx@v2.3.1...v3.0.2)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0da369f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    55b1df7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f7953 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Clarify console warning (#684)

    RDIL authored May 11, 2020
    Configuration menu
    Copy the full SHA
    f46373c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    26ecc05 View commit details
    Browse the repository at this point in the history
  2. doc: Changelog for 0.14.4

    untitaker committed May 13, 2020
    Configuration menu
    Copy the full SHA
    5f9a350 View commit details
    Browse the repository at this point in the history
  3. release: 0.14.4

    untitaker committed May 13, 2020
    Configuration menu
    Copy the full SHA
    a45ae81 View commit details
    Browse the repository at this point in the history
Loading