summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-12-29 10:58:11 -0500
committerJulian Berman <Julian@GrayVines.com>2023-02-21 09:58:40 +0200
commit238e7111ecb012c4674b55a02a3ad54d4ae25a36 (patch)
treea542da4e4185ab75da5c8a4958d280d497a9a90c /CHANGELOG.rst
parentbf94d57b2b6d77cc8057be295f077435f4d4020d (diff)
downloadjsonschema-238e7111ecb012c4674b55a02a3ad54d4ae25a36.tar.gz
Deprecate jsonschema.RefResolver from both places it is importable.
Internal uses of it will be removed, replaced with referencing's resolution APIs, though RefResolver will continue to function during its deprecation period.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 69edbd4..66d689d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,10 @@
+v4.18.0
+=======
+
+* ``jsonschema.RefResolver`` is now deprecated in favor of the new `referencing library <https://github.com/python-jsonschema/referencing/>`_.
+ ``referencing`` will begin in beta, but already is more compliant than the existing ``$ref`` support.
+ Please file issues on the ``referencing`` tracker if there is functionality missing from it.
+
v4.17.3
=======