Skip to content

Commit 740c807

Browse files
authored
Merge pull request #1986 from braingram/5p1p0_release
update changelog for 5.1.0 release
2 parents 3e2d3b6 + d84ce14 commit 740c807

4 files changed

Lines changed: 25 additions & 6 deletions

File tree

CHANGES.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
5.1.0 (2025-11-06)
2+
==================
3+
4+
Bugfix
5+
------
6+
7+
- Fix but preventing extension checking when opening a file with lazy_tree
8+
enabled. (`#1979 <https://github.com/asdf-format/asdf/pull/1979>`_)
9+
10+
11+
Feature
12+
-------
13+
14+
- Add support for registering unstable/development versions of core extensions
15+
if the ASDF_UNSTABLE_CORE_SCHEMAS environment variable is set.
16+
Writing files with unstable/development extensions is discouraged as schema
17+
changes may make these files unreable in the future. (`#1962
18+
<https://github.com/asdf-format/asdf/pull/1962>`_)
19+
- Add ``warn_on_failed_conversion`` to ``AsdfConfig``.
20+
Enabling this option will convert any exceptions raised during conversion to
21+
warnings.
22+
This can be helpful when opening old files with unsupported tags. (`#1983
23+
<https://github.com/asdf-format/asdf/pull/1983>`_)
24+
25+
126
5.0.0 (2025-09-10)
227
==================
328

changes/1962.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/1979.bugfix.rst

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

changes/1983.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)