Skip to content

Commit b4ca43c

Browse files
authored
Release: 1.0.0 (#1039)
* Added Change log for major release 1.0.0 * Increased the timeout for tests in workflow * Added entry to changelog in regards to worker fix
1 parent 68fb0b4 commit b4ca43c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
test:
7474
continue-on-error: true
75-
timeout-minutes: 35
75+
timeout-minutes: 45
7676
runs-on: ubuntu-18.04
7777
strategy:
7878
matrix:
@@ -132,6 +132,7 @@ jobs:
132132
- name: run tests
133133
env:
134134
CI_PYTHON_VERSION: ${{ matrix.python-version }}
135+
timeout-minutes: 45
135136
run: |
136137
coverage erase
137138
./scripts/runtox.sh '' --cov=tests --cov=sentry_sdk --cov-report= --cov-branch

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ sentry-sdk==0.10.1
2020

2121
A major release `N` implies the previous release `N-1` will no longer receive updates. We generally do not backport bugfixes to older versions unless they are security relevant. However, feel free to ask for backports of specific commits on the bugtracker.
2222

23+
## 1.0.0
24+
25+
This release contains breaking changes
26+
27+
- Feat: Moved `auto_session_tracking` experimental flag to a proper option and removed `session_mode`, hence enabling release health by default #994
28+
- Fixed Django transaction name by setting the name to `request.path_info` rather than `request.path`
29+
- Fix for tracing by getting HTTP headers from span rather than transaction when possible #1035
30+
- Fix for Flask transactions missing request body in non errored transactions #1034
31+
- Fix for honoring the `X-Forwarded-For` header #1037
32+
- Fix for worker that logs data dropping of events with level error #1032
33+
2334
## 0.20.3
2435

2536
- Added scripts to support auto instrumentation of no code AWS lambda Python functions

0 commit comments

Comments
 (0)