|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v3.2.0](https://github.com/faker-ruby/faker/tree/v3.2.0) (2023-04-14) |
| 4 | + |
| 5 | +Happy Spring with a new Faker release! 🌼 |
| 6 | + |
| 7 | +This version changes `Faker::Internet.email`, `Faker::Internet.domain_name`, `Faker::Internet.safe_email`, and `Faker::Internet.free_email` default behavior. |
| 8 | + |
| 9 | +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. |
| 10 | + |
| 11 | +`Faker::Internet.safe_email`, and `Faker::Internet.free_email` have been deprecated. Users have until October 2023 to make the necessary changes. |
| 12 | + |
| 13 | +[More details and updated docs can be found here](https://github.com/faker-ruby/faker/blob/main/doc/default/internet.md#about-faker-ruby-transition-to-be-rfc-2606-compliant). |
| 14 | + |
| 15 | +Other changes included in this version: |
| 16 | + |
| 17 | +## Features |
| 18 | +* Generate safe `email` and `domain_name` by default (RFC 2606) by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2733 |
| 19 | +* Add avatar movie by @lexisvar in https://github.com/faker-ruby/faker/pull/2699 |
| 20 | +* add chess sport by @lexisvar in https://github.com/faker-ruby/faker/pull/2701 |
| 21 | +* Remove FillMurray service by @ferblape in https://github.com/faker-ruby/faker/pull/2702 |
| 22 | +* Add Allergens to Food by @AaronRustad in https://github.com/faker-ruby/faker/pull/2706 |
| 23 | +* Update sport docs by @clementf in https://github.com/faker-ruby/faker/pull/2716 |
| 24 | +* Add country code +44 to en-gb locale by @jremes-foss in https://github.com/faker-ruby/faker/pull/2731 |
| 25 | +* Add names to DnD generator by @dollerbill in https://github.com/faker-ruby/faker/pull/2735 |
| 26 | +* add digits to password by @wyattroyc in https://github.com/faker-ruby/faker/pull/2705 |
| 27 | +* performance: remove unnecessary i18n locale reload by @codez in https://github.com/faker-ruby/faker/pull/2723 |
| 28 | +* Add Faker::Company.department generator by @acuppy in https://github.com/faker-ruby/faker/pull/2737 |
| 29 | +* Mitch Hedberg quotes by @MosDeef in https://github.com/faker-ruby/faker/pull/2721 |
| 30 | + |
| 31 | +## Bug fixes |
| 32 | +* Fix explanation what Marketing.buzzwords does by @danieldiekmeier in https://github.com/faker-ruby/faker/pull/2700 |
| 33 | +* fix: Typo in Faker::Travel::Airport docs by @evanlouden in https://github.com/faker-ruby/faker/pull/2712 |
| 34 | +* Fix full changelog link for 3.1.1 by @rnestler in https://github.com/faker-ruby/faker/pull/2714 |
| 35 | +* Stop publishing to RubyGem by @VladVadlja in https://github.com/faker-ruby/faker/pull/2711 |
| 36 | +* Add default_country_code in locale by @ashwin-elangovan in https://github.com/faker-ruby/faker/pull/2732 |
| 37 | +* Fix formatting in readme.md by @leon-vogt in https://github.com/faker-ruby/faker/pull/2722 |
| 38 | + |
| 39 | +## Update local dependencies |
| 40 | +* Fix rubocop updates by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2708 |
| 41 | +* Update rubocop-minitest requirement from = 0.29.0 to = 0.30.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2743 |
| 42 | +* Update minitest requirement from = 5.17.0 to = 5.18.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2727 |
| 43 | +* Update rubocop requirement from = 1.48.1 to = 1.50.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2747 |
| 44 | +* Add Faker::Company.department generator by @acuppy in https://github.com/faker-ruby/faker/pull/2737 |
| 45 | +* Update Pull Request template and guides by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2749 |
| 46 | + |
| 47 | +## New Contributors |
| 48 | +* @lexisvar made their first contribution in https://github.com/faker-ruby/faker/pull/2699 |
| 49 | +* @danieldiekmeier made their first contribution in https://github.com/faker-ruby/faker/pull/2700 |
| 50 | +* @AaronRustad made their first contribution in https://github.com/faker-ruby/faker/pull/2706 |
| 51 | +* @evanlouden made their first contribution in https://github.com/faker-ruby/faker/pull/2712 |
| 52 | +* @rnestler made their first contribution in https://github.com/faker-ruby/faker/pull/2714 |
| 53 | +* @VladVadlja made their first contribution in https://github.com/faker-ruby/faker/pull/2711 |
| 54 | +* @clementf made their first contribution in https://github.com/faker-ruby/faker/pull/2716 |
| 55 | +* @leon-vogt made their first contribution in https://github.com/faker-ruby/faker/pull/2722 |
| 56 | +* @ashwin-elangovan made their first contribution in https://github.com/faker-ruby/faker/pull/2732 |
| 57 | +* @wyattroyc made their first contribution in https://github.com/faker-ruby/faker/pull/2705 |
| 58 | +* @codez made their first contribution in https://github.com/faker-ruby/faker/pull/2723 |
| 59 | +* @acuppy made their first contribution in https://github.com/faker-ruby/faker/pull/2737 |
| 60 | +* @MosDeef made their first contribution in https://github.com/faker-ruby/faker/pull/2721 |
| 61 | + |
| 62 | +**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.1.1...v3.2.0 |
| 63 | + |
| 64 | +------------------------------------------------------------------------------ |
| 65 | + |
3 | 66 | ## [v3.1.1](https://github.com/faker-ruby/faker/tree/v3.1.1) (2023-02-03)
|
4 | 67 |
|
5 | 68 | Happy Valentine's Day with a new Faker release! 🎉
|
|
0 commit comments