Skip to content

Commit 8c51478

Browse files
authored
Merge pull request #1926 from braingram/4p2p0_release
update changelog for 4.2.0 release
2 parents b047e85 + 18cae09 commit 8c51478

10 files changed

Lines changed: 41 additions & 9 deletions

CHANGES.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
4.2.0 (2025-05-30)
2+
==================
3+
4+
Bugfix
5+
------
6+
7+
- Allow extra keywords in structured datatype validation. (`#1901
8+
<https://github.com/asdf-format/asdf/pull/1901>`_)
9+
- yield instead of raise ValidationError in validate_datatype to allow use in
10+
schema combiners (`#1904 <https://github.com/asdf-format/asdf/pull/1904>`_)
11+
- Support recursive tagged nodes in load_yaml. (`#1907
12+
<https://github.com/asdf-format/asdf/pull/1907>`_)
13+
- Allow non-null bytes before the first byte. (`#1918
14+
<https://github.com/asdf-format/asdf/pull/1918>`_)
15+
- Fix deepcopy of lazy tree. (`#1922
16+
<https://github.com/asdf-format/asdf/pull/1922>`_)
17+
18+
19+
Doc
20+
---
21+
22+
- Improve documentation based on review feedback. (`#1913
23+
<https://github.com/asdf-format/asdf/pull/1913>`_)
24+
25+
26+
Feature
27+
-------
28+
29+
- Optionally use fsspec for urls (like those for s3 resources) provided to
30+
asdf.open. (`#1906 <https://github.com/asdf-format/asdf/pull/1906>`_)
31+
- Load block index with CSafeLoader if available. (`#1920
32+
<https://github.com/asdf-format/asdf/pull/1920>`_)
33+
34+
35+
Removal
36+
-------
37+
38+
- Deprecate opening http uris unless fsspec is installed. (`#1906
39+
<https://github.com/asdf-format/asdf/pull/1906>`_)
40+
41+
142
4.1.0 (2025-01-31)
243
==================
344

changes/1901.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1904.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1906.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1906.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1907.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1913.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1918.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1920.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1922.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)