You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/default/internet.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,5 @@
1
1
# Faker::Internet
2
2
3
-
### About faker-ruby transition to be RFC 2606 compliant
4
-
5
-
faker-ruby is transitioning to no longer generating real email and url addresses.
6
-
7
-
The migration plan is:
8
-
- First step:
9
-
- change `email` and `domain_name` to be RFC 2606 compliant. Both now 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
-
- add deprecation message for `free_email` and `safe_email` users to switch to `email` instead.
11
-
- Second step (after October 2023):
12
-
- remove deprecated generators and locales.
13
-
14
-
To give users time, once the first step is released, users will have until October 2023 to make the necessary changes.
0 commit comments