|
4 | 4 |
|
5 | 5 | ### Various fixes & improvements
|
6 | 6 |
|
7 |
| -- fix(ci): Fix AWS Lambda workflow (#2710) by @sentrivana |
8 |
| -- feat(metrics): Make metrics work with `gevent` (#2694) by @sentrivana |
9 |
| -- fix(sqlalchemy): Guard against `engine.url` being `None` (#2708) by @sentrivana |
10 |
| -- build(deps): bump codecov/codecov-action from 3 to 4 (#2706) by @dependabot |
11 |
| -- build(deps): bump actions/cache from 3 to 4 (#2661) by @dependabot |
12 |
| -- build(deps): bump actions/checkout from 3.1.0 to 4.1.1 (#2561) by @dependabot |
13 |
| -- build(deps): bump github/codeql-action from 2 to 3 (#2603) by @dependabot |
14 |
| -- build(deps): bump actions/setup-python from 4 to 5 (#2577) by @dependabot |
15 |
| -- Fix performance regression in sentry_sdk.utils._generate_installed_modules (#2703) by @GlenWalker |
16 |
| -- Guard against sentry initialization mid sqlalchemy cursor (#2702) by @apmorton |
17 |
| -- fix(ci): Fix yaml generation script (#2695) by @sentrivana |
| 7 | +- Fix uWSGI workers hanging (#2694) by @sentrivana |
| 8 | +- Make metrics work with `gevent` (#2694) by @sentrivana |
| 9 | +- Guard against `engine.url` being `None` (#2708) by @sentrivana |
| 10 | +- Fix performance regression in `sentry_sdk.utils._generate_installed_modules` (#2703) by @GlenWalker |
| 11 | +- Guard against Sentry initialization mid SQLAlchemy cursor (#2702) by @apmorton |
| 12 | +- Fix yaml generation script (#2695) by @sentrivana |
| 13 | +- Fix AWS Lambda workflow (#2710) by @sentrivana |
| 14 | +- Bump `codecov/codecov-action` from 3 to 4 (#2706) by @dependabot |
| 15 | +- Bump `actions/cache` from 3 to 4 (#2661) by @dependabot |
| 16 | +- Bump `actions/checkout` from 3.1.0 to 4.1.1 (#2561) by @dependabot |
| 17 | +- Bump `github/codeql-action` from 2 to 3 (#2603) by @dependabot |
| 18 | +- Bump `actions/setup-python` from 4 to 5 (#2577) by @dependabot |
18 | 19 |
|
19 | 20 | ## 1.40.0
|
20 | 21 |
|
|
0 commit comments