fetch_util 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 022d84d7957fe472fb629b924f94186dfac9b9580f82c5328ff12cf3b5ca6a46
4
- data.tar.gz: 8763a069528603a7eec56627a307a912de04e5496fc474a3595896e891219e55
3
+ metadata.gz: 4bcb1e17c499f83e71fc156a6af3ab13bdb48939f74a603cd39b1d756e095cfb
4
+ data.tar.gz: 82df77df9d229c4b50605ba58feb4b1dd0411d9f5af625eab2a0d06c70c38c01
5
5
  SHA512:
6
- metadata.gz: 6d683c14eb03d374c4d62eb52bd84f27e0dd118f0474c50899670554d9a33a7bd4fd8497c5784ab5748cf107fc1d7da968e68687fabb18b22a0cd57d94ba1f3b
7
- data.tar.gz: b3af03045cdad03da66eda66229395d3a93ab6494b867eeee5e66a68c892d3c58928d75b66d2a6c01499f007b1875ae50023190395a7a68429fc054fade709d1
6
+ metadata.gz: 01e44a36f92efeca5084718ad355529f014dfa6a18ea338db766c65688d928889cfca189ecdfc24db4554db55575dbbd9475da474de04a4194ca030d99329953
7
+ data.tar.gz: 0e01b06f45e5fe22c92193cd8dc3879c2818662460648d55c6ad4ae214633fcd564df1731539d61e42e99f4428d503ec52456b2c3e257d2fd379255c1ff9dabc
data/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## v0.6.1 - 2026-09-10
6
+
7
+ ### Fixed
8
+
9
+ - Preserve visible homepage actions, wrapped semantic records, short paired-media cards, search tools, scholarly citation exports, quotations and record-owned fields without reviving inactive panels or navigation.
10
+ - Keep supporting citations, source lists, author profiles and exact fragment references with their nearest record while avoiding sibling ownership, fallback pseudo-records, duplicate primary links and repeated article prose.
11
+ - Preserve unrendered card summaries, broader homepage descriptions and stale-opacity record headings while rejecting nested noise collections and incomplete fallback ownership.
12
+ - Retain safe inline references and selected details in table rows and descriptions, including records discovered outside the primary table-index path.
13
+
14
+ ### Performance
15
+
16
+ - Reuse visibility, section, headline and supporting-card ownership proofs within each immutable extraction pass, and skip unrelated product and scholarly probes without raising timeouts or capping output.
17
+
18
+ ### Known Limitations
19
+
20
+ - The latest 300-site comparison against v0.5.2 has no high-severity regressions, but still contains one medium and twenty low regressions plus mixed outcomes. This patch does not establish a generalized strict win.
21
+
5
22
  ## v0.6.0 - 2026-09-08
6
23
 
7
24
  ### Added