From 0fa7d91e8bb3a68a2b3a6d804e20f1288a82e495 Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Mon, 8 Jul 2024 10:40:18 -0500 Subject: [PATCH] Add missing changelog entry --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bb7eef553..9211d9203 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,11 @@ Unreleased .. vendor-insert-here - Update vendored schemas (2024-07-07) +- Improve caching to include caching of remote ``$ref`` downloads. This should + improve performance in cases where a schema has many remote refs and is used + in repeat invocations. The ``$ref`` cache can be disabled via the same + ``--no-cache`` flag which disables use of the pre-existing cache. Thanks + :user:`alex1701c`! (:issue:`452`, :pr:`454`) - Fix an ordering bug which caused caching to be ineffective, resulting in repeated downloads of remote schemas even when the cache was populated. Thanks :user:`alex1701c` for reporting! (:issue:`453`)