- Added many key functions for various transformations. See
mimesis/keys.pyfor the complete list. - Removed the
pytestplugin from the package. Use project-specific fixtures and theFieldclass instead. - Removed the
builtinsmodule from the package. Use custom field handlers instead. - The
Cryptographicprovider now uses a seedable random number generator instead of thesecretsmodule. See #1656. - Added
jwt,api_key, andcertificate_fingerprintmethods to theCryptographicprovider. - Added
SchemaBuilderfor generating relational data. - Added
ip_v4_cidr(),ip_v6_cidr(), andcloud_region()methods to theInternetprovider.