All Versions
43
Latest Version
Avg Release Cycle
35 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v4.5.0 Changes
- Validator classes for each version now maintain references to the correct corresponding format checker (#905)
- ๐ Development has moved to a
GitHub organization <https://github.com/python-jsonschema/>
_. No functional behavior changes are expected from the change.
-
v4.4.0 Changes
- โ Add
mypy
support (#892) - โ Add support for Python 3.11
- โ Add
-
v4.3.3 Changes
- ๐ Properly report deprecation warnings at the right stack level (#899)
-
v4.3.2 Changes
- โ Additional performance improvements for resolving refs (#896)
-
v4.3.1 Changes
- ๐ Resolving refs has had performance improvements (#893)
-
v4.3.0 Changes
- ๐ Fix undesired fallback to brute force container uniqueness check on certain input types (#893)
- Implement a PEP544 Protocol for validator classes (#890)
-
v4.2.1 Changes
- ๐ Pin
importlib.resources
from below (#877)
- ๐ Pin
-
v4.2.0 Changes
- ๐ Use
importlib.resources
to load schemas (#873) - Ensure all elements of arrays are verified for uniqueness by
uniqueItems
(#866)
- ๐ Use
-
v4.1.2 Changes
- ๐ Fix
dependentSchemas
to properly consider non-object instances to be valid (#850)
- ๐ Fix
-
v4.1.1 Changes
- ๐ Fix
prefixItems
not indicating which item was invalid within the instance path (#862)
- ๐ Fix