Changelog History
Page 1
-
v1.11.1 Changes
๐ Various fixes & improvements
- Move set_transaction_name out of event processor in fastapi/starlette (#1751) by @sl0thentr0py
- ๐ฆ Expose proxy_headers as top level config and use in ProxyManager: https://docs.sentry.io/platforms/python/configuration/options/#proxy-headers (#1746) by @sl0thentr0py
-
v1.11.0 Changes
๐ Various fixes & improvements
- ๐ Fix signals problem on sentry.io (#1732) by @antonpirker
- ๐ Fix reading FastAPI request body twice. (#1724) by @antonpirker
- ref(profiling): Do not error if already setup (#1731) by @Zylphrex
- โฑ ref(profiling): Use sleep scheduler by default (#1729) by @Zylphrex
- feat(profiling): Extract more frame info (#1702) by @Zylphrex
- โก๏ธ Update actions/upload-artifact to v3.1.1 (#1718) by @mattgauntseo-sentry
- ๐ Performance optimizations (#1725) by @antonpirker
- feat(pymongo): add PyMongo integration (#1590) by @Agalin
- ๐ Move relay to port 5333 to avoid collisions (#1716) by @sl0thentr0py
- ๐ fix(utils): strip_string() checks text length counting bytes not chars (#1711) by @mgaligniana
- ๐ chore: remove jira workflow (#1707) by @vladanpaunovic
- ๐ build(deps): bump checkouts/data-schemas from
a214fbcto20ff3b9(#1703) by @dependabot - ๐ perf(profiling): Tune the sample profile generation code for performance (#1694) by @Zylphrex
-
v1.10.1 Changes
๐ Various fixes & improvements
- ๐ Bug fixes for FastAPI and Sentry SDK 1.10.0 (#1699) by @antonpirker
- The wrapped receive() did not return anything. (#1698) by @antonpirker
-
v1.10.0 Changes
๐ Various fixes & improvements
- Unified naming for span ops (#1661) by @antonpirker
We have unified the strings of our span operations. See https://develop.sentry.dev/sdk/performance/span-operations/
WARNING: If you have Sentry Dashboards or Sentry Discover queries that use
transaction.opin their fields, conditions, aggregates or columns this change could potentially break your Dashboards/Discover setup. Here is a list of the changes we made to theops. Please adjust your dashboards and Discover queries accordingly:| Old operation (
op) | New Operation (op) | | ------------------------ | ---------------------- | |asgi.server|http.server| |aws.request|http.client| |aws.request.stream|http.client.stream| |celery.submit|queue.submit.celery| |celery.task|queue.task.celery| |django.middleware|middleware.django| |django.signals|event.django| |django.template.render|template.render| |django.view|view.render| |http|http.client| |redis|db.redis| |rq.task|queue.task.rq| |serverless.function|function.aws| |serverless.function|function.gcp| |starlette.middleware|middleware.starlette|- Include framework in SDK name (#1662) by @antonpirker
- Asyncio integration (#1671) by @antonpirker
- โ Add exception handling to Asyncio Integration (#1695) by @antonpirker
- ๐ Fix asyncio task factory (#1689) by @antonpirker
- Have instrumentation for ASGI middleware receive/send callbacks. (#1673) by @antonpirker
- ๐ Use Django internal ASGI handling from Channels version 4.0.0. (#1688) by @antonpirker
- ๐ fix(integrations): Fix http putrequest when url is None (#1693) by @MattFlower
- ๐ build(deps): bump checkouts/data-schemas from
f0a57f2toa214fbc(#1627) by @dependabot - ๐ build(deps): bump flake8-bugbear from 22.9.11 to 22.9.23 (#1637) by @dependabot
- ๐ build(deps): bump sphinx from 5.1.1 to 5.2.3 (#1653) by @dependabot
- ๐ build(deps): bump actions/stale from 5 to 6 (#1638) by @dependabot
- ๐ build(deps): bump black from 22.8.0 to 22.10.0 (#1670) by @dependabot
- โ Remove unused node setup from ci. (#1681) by @antonpirker
- Check for Decimal is in_valid_sample_rate (#1672) by @Arvind2222
- โ Add session for aiohttp integration (#1605) by @denys-pidlisnyi
- feat(profiling): Extract qualified name for each frame (#1669) by @Zylphrex
- ๐ feat(profiling): Attach thread metadata to profiles (#1660) by @Zylphrex
- ref(profiling): Rename profiling frame keys (#1680) by @Zylphrex
- fix(profiling): get_frame_name only look at arguments (#1684) by @Zylphrex
- ๐ fix(profiling): Need to sample profile correctly (#1679) by @Zylphrex
- ๐ fix(profiling): Race condition spawning multiple profiling threads (#1676) by @Zylphrex
- โ tests(profiling): Add basic profiling tests (#1677) by @Zylphrex
- โฑ tests(profiling): Add tests for thread schedulers (#1683) by @Zylphrex
-
v1.9.11 Changes
๐ Various fixes & improvements
- Unified naming of span "op"s (#1643) by @antonpirker
We have unified the strings of our span operations. See https://develop.sentry.dev/sdk/performance/span-operations/
WARNING: If you have dashboards defined that use
transaction.opin their fields, conditions, aggregates or columns please check them before updating to this version of the SDK.Here a list of all the changes:
| Old operation (
op) | New Operation (op) | | ------------------------ | ---------------------- | |asgi.server|http.server| |aws.request|http.client| |aws.request.stream|http.client.stream| |celery.submit|queue.submit.celery| |celery.task|queue.task.celery| |django.middleware|middleware.django| |django.signals|event.django| |django.template.render|template.render| |django.view|view.render| |http|http.client| |redis|db.redis| |rq.task|queue.task.rq| |serverless.function|function.aws| |serverless.function|function.gcp| |starlette.middleware|middleware.starlette| -
v1.9.10 Changes
๐ Various fixes & improvements
- ๐ Use content-length header in ASGI instead of reading request body (#1646, #1631, #1595, #1573) (#1649) by @antonpirker
- โ Added newer Celery versions to test suite (#1655) by @antonpirker
- ๐ Django 4.x support (#1632) by @antonpirker
- ๐ท Cancel old CI runs when new one is started. (#1651) by @antonpirker
- Increase max string size for desc (#1647) by @k-fish
- ๐ท Pin Sanic version for CI (#1650) by @antonpirker
- ๐ Fix for partial signals in old Django and old Python versions. (#1641) by @antonpirker
- Convert profile output to the sample format (#1611) by @phacops
- Dynamically adjust profiler sleep time (#1634) by @Zylphrex
-
v1.9.9 Changes
โก๏ธ Django update (ongoing)
- ๐ Instrument Django Signals so they show up in "Performance" view (#1526) by @BeryJu
- include other Django enhancements brought up by the community
๐ Various fixes & improvements
- ๐ fix(profiling): Profiler mode type hints (#1633) by @Zylphrex
- ๐ New ASGIMiddleware tests (#1600) by @antonpirker
- ๐ build(deps): bump mypy from 0.961 to 0.971 (#1517) by @dependabot
- ๐ build(deps): bump black from 22.3.0 to 22.8.0 (#1596) by @dependabot
- ๐ build(deps): bump sphinx from 5.0.2 to 5.1.1 (#1524) by @dependabot
- โฌ๏ธ ref: upgrade linters to flake8 5.x (#1610) by @asottile-sentry
- โฑ feat(profiling): Introduce different profiler schedulers (#1616) by @Zylphrex
- ๐ fix(profiling): Check transaction sampled status before profiling (#1624) by @Zylphrex
- Wrap Baggage ser/deser in capture_internal_exceptions (#1630) by @sl0thentr0py
- โ Faster Tests (DjangoCon) (#1602) by @antonpirker
- feat(profiling): Add support for profiles_sample_rate (#1613) by @Zylphrex
- ๐ feat(profiling): Support for multithreaded profiles (#1570) by @Zylphrex
-
v1.9.8 Changes
๐ Various fixes & improvements
- Baggage creation for head of trace (#1589) by @sl0thentr0py
- The SDK now also generates new baggage entries for dynamic sampling when it is the first (head) SDK in the pipeline.
- Baggage creation for head of trace (#1589) by @sl0thentr0py
-
v1.9.7 Changes
๐ Various fixes & improvements
- Let SentryAsgiMiddleware work with Starlette and FastAPI integrations (#1594) by @antonpirker
Note: The last version 1.9.6 introduced a breaking change where projects that used Starlette or FastAPI ๐ and had manually setup
SentryAsgiMiddlewarecould not start. This versions fixes this behaviour. With this version if you have a manualSentryAsgiMiddlewaresetup and are using Starlette or FastAPI everything just works out of the box.Sorry for any inconveniences the last version might have brought to you.
๐ We can do better and in the future we will do our best to not break your code again.
-
v1.9.6 Changes
๐ Various fixes & improvements
- Auto-enable Starlette and FastAPI (#1533) by @antonpirker
- โ Add more version constraints (#1574) by @isra17
- ๐ Fix typo in starlette attribute check (#1566) by @sl0thentr0py