All Versions
145
Latest Version
Avg Release Cycle
8 days
Latest Release
-

Changelog History
Page 3

  • v1.6.0 Changes

    ๐Ÿ›  Various fixes & improvements

    • ๐Ÿ›  Fix Deployment (#1474) by @antonpirker
    • Serverless V2 (#1450) by @antonpirker
    • ๐ŸŒฒ Use logging levelno instead of levelname. Levelnames can be overridden (#1449) by @rrauenza
  • v1.5.12 Changes

    ๐Ÿ›  Various fixes & improvements

    • feat(measurements): Add experimental set_measurement api on transaction (#1359) by @sl0thentr0py
    • ๐Ÿ›  fix: Remove incorrect usage from flask helper example (#1434) by @BYK
  • v1.5.11 Changes

    ๐Ÿ›  Various fixes & improvements

    • chore: Bump mypy and fix abstract ContextManager typing (#1421) by @sl0thentr0py
    • ๐Ÿ‘ chore(issues): add link to Sentry support (#1420) by @vladanpaunovic
    • ๐Ÿ›  fix: replace git.io links with redirect targets (#1412) by @asottile-sentry
    • โšก๏ธ ref: Update error verbose for sentry init (#1361) by @targhs
    • ๐Ÿ›  fix(sessions): Update session also for non sampled events and change filter order (#1394) by @adinauer
  • v1.5.10 Changes

    ๐Ÿ›  Various fixes & improvements

    • โœ‚ Remove Flask version contraint (#1395) by @antonpirker
    • ๐Ÿ”„ Change ordering of event drop mechanisms (#1390) by @adinauer
  • v1.5.9 Changes

    ๐Ÿ›  Various fixes & improvements

    • ๐Ÿ›  fix(sqlalchemy): Use context instead of connection in sqlalchemy integration (#1388) by @sl0thentr0py
    • โšก๏ธ Update correct test command in contributing docs (#1377) by @targhs
    • โšก๏ธ Update black (#1379) by @antonpirker
    • ๐Ÿ— build(deps): bump sphinx from 4.1.1 to 4.5.0 (#1376) by @dependabot
    • ๐Ÿ›  fix: Auto-enabling Redis and Pyramid integration (#737) by @untitaker
    • โœ… feat(testing): Add pytest-watch (#853) by @lobsterkatie
    • Treat x-api-key header as sensitive (#1236) by @simonschmidt
    • fix: Remove obsolete MAX_FORMAT_PARAM_LENGTH (#1375) by @blueyed
  • v1.5.8 Changes

    ๐Ÿ›  Various fixes & improvements

    • ๐Ÿ‘ feat(asgi): Add support for setting transaction name to path in FastAPI (#1349) by @tiangolo
    • ๐Ÿ›  fix(sqlalchemy): Change context manager type to avoid race in threads (#1368) by @Fofanko
    • ๐Ÿ›  fix(perf): Fix transaction setter on scope to use containing_transaction to match with getter (#1366) by @sl0thentr0py
    • chore(ci): Change stale GitHub workflow to run once a day (#1367) by @kamilogorek
    • feat(django): Make django middleware expose more wrapped attributes (#1202) by @MattFisher
  • v1.5.7 Changes

    ๐Ÿ›  Various fixes & improvements

    • ๐Ÿ›  fix(serializer): Make sentry_repr dunder method to avoid mock problems (#1364) by @sl0thentr0py
  • v1.5.6 Changes

    ๐Ÿ›  Various fixes & improvements

    • Create feature.yml (#1350) by @vladanpaunovic
    • โšก๏ธ Update contribution guide (#1346) by @antonpirker
    • chore: add bug issue template (#1345) by @vladanpaunovic
    • Added default value for auto_session_tracking (#1337) by @antonpirker
    • ๐Ÿ“„ docs(readme): reordered content (#1343) by @antonpirker
    • ๐Ÿ›  fix(tests): Removed unsupported Django 1.6 from tests to avoid confusion (#1338) by @antonpirker
    • โš  Group captured warnings under separate issues (#1324) by @mnito
    • ๐Ÿ— build(changelogs): Use automated changelogs from Craft (#1340) by @BYK
    • fix(aiohttp): AioHttpIntegration sentry_app_handle() now ignores ConnectionResetError (#1331) by @cmalek
    • ๐Ÿšš meta: Remove black GH action (#1339) by @sl0thentr0py
    • feat(flask): Add sentry_trace() template helper (#1336) by @BYK
  • v1.5.5 Changes

    • โž• Add session tracking to ASGI integration (#1329)
    • โœ… Pinning test requirements versions (#1330)
    • ๐Ÿ‘ Allow classes to short circuit serializer with sentry_repr (#1322)
    • Set default on json.dumps in compute_tracestate_value to ensure string conversion (#1318)

    ๐Ÿš€ Work in this release contributed by @tomchuk. Thank you for your contribution!

  • v1.5.4 Changes

    • โž• Add Python 3.10 to test suite (#1309)
    • Capture only 5xx HTTP errors in Falcon Integration (#1314)
    • Attempt custom urlconf resolve in got_request_exception as well (#1317)