File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change
1
+ v2.5.0
2
+ ------
3
+
4
+ * Improved performance on CPython by adding caching around ref resolution
5
+ (#203)
6
+
1
7
v2.4.0
2
8
------
3
9
Original file line number Diff line number Diff line change @@ -52,14 +52,11 @@ Features
52
52
Release Notes
53
53
-------------
54
54
55
- * A simple CLI was added for validation
56
- * Validation errors now keep full absolute paths and absolute schema paths in
57
- their ``absolute_path `` and ``absolute_schema_path `` attributes. The ``path ``
58
- and ``schema_path `` attributes are deprecated in favor of ``relative_path ``
59
- and ``relative_schema_path ``\ .
60
-
61
- *Note: * Support for Python 3.2 was dropped in this release, and installation
62
- now uses setuptools.
55
+ Version 2.5.0 is mainly a performance release. The interface for `RefResolver `
56
+ was extended to add methods that improve performance on CPython.
57
+
58
+ Support for custom `RefResolver ` objects with the legacy interface should *not *
59
+ be affected. If you notice something amiss please file an issue ticket.
63
60
64
61
65
62
Running the Test Suite
You can’t perform that action at this time.
0 commit comments