Skip to content

Commit bdfe280

Browse files
authored
Add RequestsDocumentLoader header handling to changelog
1 parent 10257a9 commit bdfe280

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- Zeros are now truncated for numeric values with negative exponent.
1515
- Blank node prefixes are now also used in IRI expansion.
1616
- Numbers with no fractions but that are >= 1e21 are now represented as xsd:double in json-ld-1.1 processing mode.
17+
- In `RequestsDocumentLoader`, constructor-level headers are now removed from `**kwargs` and stored separately, avoiding duplicate `headers=` when calling `session.get`. Per-call `options["headers"]` still takes precedence.
1718

1819
## 3.1.0 - 2026-06-19
1920

0 commit comments

Comments
 (0)