Skip to content

Commit d0af1f0

Browse files
committed
Add more details to changelog
1 parent 4c8b082 commit d0af1f0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
### Various fixes & improvements
66

77
- Capture GraphQL client errors (#2243) by @sentrivana
8+
- The SDK will now create dedicated errors whenever an HTTP client makes a reqwuest to a `/graphql` endpoint and the response contains an error. You can opt out of this by providing `capture_graphql_errors=False` to the HTTP client integration.
89
- Read MAX_VALUE_LENGTH from client options (#2121) (#2171) by @puittenbroek
910
- Rename `request_bodies` to `max_request_body_size` (#2247) by @mgaligniana
10-
- Always sample checkin regardless of sample_rate (#2279) by @szokeasaurusrex
11+
- Always sample checkin regardless of `sample_rate` (#2279) by @szokeasaurusrex
1112
- Add information to short-interval cron error message (#2246) by @lobsterkatie
1213
- Add DB connection attributes in spans (#2274) by @antonpirker
13-
- Add db.system to remaining redis spans (#2271) by @AbhiPrasad
14+
- Add `db.system` to remaining Redis spans (#2271) by @AbhiPrasad
1415
- Clarified the procedure for running tests (#2276) by @szokeasaurusrex
15-
- Fix chalice tests (#2278) by @sentrivana
16-
- Bump black from 23.3.0 to 23.7.0 (#2256) by @dependabot
16+
- Fix Chalice tests (#2278) by @sentrivana
17+
- Bump Black from 23.3.0 to 23.7.0 (#2256) by @dependabot
1718
- Remove py3.4 from tox.ini (#2248) by @sentrivana
1819

1920
## 1.28.1

0 commit comments

Comments
 (0)