gems faker 3.2.0
v3.2.0

latest releases: 3.3.1, 3.3.0, 3.2.3...
12 months ago

v3.2.0 (2023-04-14)

Happy Spring with a new Faker release! 🌼

This version changes Faker::Internet.email, Faker::Internet.domain_name, Faker::Internet.safe_email, and Faker::Internet.free_email default behavior.

These generators email are now RFC 2606 compliant. They generate safe values by default using the Reserved Top Level DNS Names: example and test. To maintain backwards compatibility and give users the option to use non-safe domains at their own risk, custom domains are allowed.

Faker::Internet.safe_email, and Faker::Internet.free_email have been deprecated. Users have until October 2023 to make the necessary changes.

More details and updated docs can be found here.

Other changes included in this version:

Features

Bug fixes

Update local dependencies

New Contributors

Full Changelog: v3.1.1...v3.2.0

Don't miss a new faker release

NewReleases is sending notifications on new releases.