Skip to content

v1.11.0 - 2024-04-10

Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 11 Apr 02:26
· 137 commits to main since this release

This release adds support for Python 3.12! It also fixes a bug that kept certain functions from being used on the AnonymizedFaker when locales were provided.

Maintenance

Bugs Fixed

  • Providing locales to AnonymizedFaker with a function that uses the BaseProvider crashes - Issue #774 by @frances-h
  • Fix minimum version workflow when pointing to github branch - Issue #783 by @R-Palazzo

New Features

  • Move out sdtype validations from multi-column transformers - Issue #778 by @R-Palazzo