@@ -11,57 +11,62 @@ words, they're the ones you'll want to watch, and the others are mostly noise.
1111Releases are also tagged in git, if that's helpful.
1212
1313## Coming up
14-
15- - Fix ` me ` Update maine scraper and add backscraper
16- - Update ` sd ` backscraper and extract from text
14+ - Fix ` bia ` scraper and add extract from text test cases
1715- update ` nc ` scraper to OpinionSiteLinear and new website #1373
18- - Fix ` bia ` scraper
1916
2017## Current
2118
22- ** 2.6.65 - 2024-04-11**
19+ ** 2.6.66 - 2025-04-29**
20+
21+ - Add backscraper for ` dcd ` #1336
22+ - Update ` sd ` backscraper and extract from text
23+ - Implement datestring format validation in test_ScraperExtractFromTextTest #838
24+ - Implement ` or ` extract_from_text to collection regional citations #1226
25+ - Fix ` bia ` scraper
26+
27+ ** 2.6.65 - 2025-04-11**
2328
2429- ` nh ` was blocking; fixed by updating the user agent string #1370
2530- Update ` vtsuperct_* ` scrapers to inherit ` extract_from_text ` from ` vt ` #1150
2631
2732## Past
2833
29- ** 2.6.64 - 2024 -04-10**
34+ ** 2.6.64 - 2025 -04-10**
3035
3136- Fix ` me ` Update maine scraper and add backscraper #1360
3237- Sites were blocking ` cafc ` scrapers. Fixed by passing a browser user agent #1366
3338
3439
35- ** 2.6.63 - 2024 -03-25**
40+ ** 2.6.63 - 2025 -03-25**
3641
3742- Make ` ga ` backscraper take kwargs; fix a bug in 2018 #1349
3843- Implement extract from text for ` ga ` #1349
3944- Fix ` ill ` oral argument scraper #1356
4045
41- ** 2.6.62 - 2024 -03-19**
46+ ** 2.6.62 - 2025 -03-19**
4247
4348- Fix ` uscgcoca ` and ` asbca ` by replicating browser request headers #1352
4449- Fix ` uscgcoca ` citation regex #1351
4550
46- ** 2.6.61 - 2024 -03-06**
51+ ** 2.6.61 - 2025 -03-06**
4752
4853- Fix ` ca8 ` opinion scraper by setting ` request.verify = False ` #1346
4954
50- ** 2.6.60 - 2024 -03-05**
55+ ** 2.6.60 - 2025 -03-05**
5156
5257- Fix ` ca7 ` scrapers url from http to https
5358
54- ** 2.6.59 - 2024 -03-04**
59+ ** 2.6.59 - 2025 -03-04**
5560
5661- Change ` colo ` user agent to prevent site block #1341
5762
58- ** 2.6.58 - 2024 -02-26**
63+ ** 2.6.58 - 2025 -02-26**
5964
6065- Fixes:
6166 - Add backscraper for ` mesuperct ` #1328
6267 - Fix ` mont ` cleanup_content, would fail when content was bytes #1323
6368
64- ** 2.6.57 - 2024 -02-25**
69+ ** 2.6.57 - 2025 -02-25**
6570
6671- Fixes:
6772 - fix cafc oral argument scraper PR (#1325 )[ https://github.com/freelawproject/juriscraper/pull/1325 ]
@@ -73,7 +78,7 @@ Releases are also tagged in git, if that's helpful.
7378 - Add workflow to check for new entries in CHANGES.md file
7479
7580
76- ** 2.6.56 - 2024 -02-19**
81+ ** 2.6.56 - 2025 -02-19**
7782
7883- Fixes:
7984 - n/a
@@ -83,7 +88,7 @@ Releases are also tagged in git, if that's helpful.
8388 - Add citation extraction and author for MT
8489
8590
86- ** 2.6.55 - 2024 -02-10**
91+ ** 2.6.55 - 2025 -02-10**
8792
8893- Fixes:
8994 - ` cafc ` opinion scraper now requests using ` verify=False ` #1314
@@ -94,27 +99,27 @@ Releases are also tagged in git, if that's helpful.
9499 - recap: improvement to the download_pdf method to handle cases where
95100 attachment pages are returned instead of the expected PDF documents. #1309
96101
97- ** 2.6.54 - 2024 -01-24**
102+ ** 2.6.54 - 2025 -01-24**
98103
99104- Fixes:
100105 - ` ca6 ` oral argument scraper is no longer failing
101106 - update the pypi.yml github actions workflow to solve a bug with twine and
102107 packaging packages interaction. It now forces the update of packaging
103108 - due to that bug, we discarded the 2.6.53 version
104109
105- ** 2.6.52 - 2024 -01-20**
110+ ** 2.6.52 - 2025 -01-20**
106111
107112- Fixes:
108113 - ` AppellateDocketReport.download_pdf ` now returns a two-tuple containing the
109114 response object or None and a str. This aligns with the changes introduced
110115 in v 2.5.1.
111116
112- ** 2.6.51 - 2024 -01-14**
117+ ** 2.6.51 - 2025 -01-14**
113118
114119- Fixes:
115120 - ` extract_from_text ` now returns plain citation strings, instead of parsed dicts
116121
117- ** 2.6.50 - 2024 -01-10**
122+ ** 2.6.50 - 2025 -01-10**
118123
119124- Fixes:
120125 - add tests to ensure that ` extract_from_text ` does not fail
@@ -128,7 +133,7 @@ Releases are also tagged in git, if that's helpful.
128133- Features
129134 - ` pacer.email._parse_bankruptcy_short_description ` now supports Multi Docket NEFs
130135
131- ** 2.6.49 - 2024 -01-08**
136+ ** 2.6.49 - 2025 -01-08**
132137
133138- Fixes:
134139 - ` nh ` scrapers no longer depend on harcoded year filter
0 commit comments