We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc6341 commit 0fa7d91Copy full SHA for 0fa7d91
CHANGELOG.rst
@@ -11,6 +11,11 @@ Unreleased
11
.. vendor-insert-here
12
13
- Update vendored schemas (2024-07-07)
14
+- Improve caching to include caching of remote ``$ref`` downloads. This should
15
+ improve performance in cases where a schema has many remote refs and is used
16
+ in repeat invocations. The ``$ref`` cache can be disabled via the same
17
+ ``--no-cache`` flag which disables use of the pre-existing cache. Thanks
18
+ :user:`alex1701c`! (:issue:`452`, :pr:`454`)
19
- Fix an ordering bug which caused caching to be ineffective, resulting in
20
repeated downloads of remote schemas even when the cache was populated.
21
Thanks :user:`alex1701c` for reporting! (:issue:`453`)
0 commit comments