|
| 1 | +# Datafaker 2.5.0 (16-09-2025) |
| 2 | + |
| 3 | +## What's Changed |
| 4 | + |
| 5 | +* Updated release documentation and set autopublish while publishing to… by @bodiam in https://github.com/datafaker-net/datafaker/pull/1588 |
| 6 | +* Add some new titles to the Zelda game list by @yuokada in https://github.com/datafaker-net/datafaker/pull/1589 |
| 7 | +* Fix Singapore ID number generation by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1594 |
| 8 | +* Removing parent, not sure if still needed. by @bodiam in https://github.com/datafaker-net/datafaker/pull/1600 |
| 9 | +* [build] Use jdk25-ea in CI by @snuyanzin in https://github.com/datafaker-net/datafaker/pull/1601 |
| 10 | +* Refactor tests extending `BaseFakerTest` by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1606 |
| 11 | +* Refactor BaseFakerTest (provider list test) by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1607 |
| 12 | +* Fix csv generate by limit by @abudevich in https://github.com/datafaker-net/datafaker/pull/1615 |
| 13 | +* Avoid useless `NoSuchMethodRuntimeException` in logs by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1620 |
| 14 | +* Remove duplicates in "*.yml" files by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1608 |
| 15 | +* Fix flaky test WeightedRandomSelectorTest by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1626 |
| 16 | +* Fixed toLocalPart; Fixed tests; Fixed formatting by @rcriosbr in https://github.com/datafaker-net/datafaker/pull/1624 |
| 17 | +* Creates new Credential provider; Deprecated Internet provider methods by @rcriosbr in https://github.com/datafaker-net/datafaker/pull/1628 |
| 18 | +* Renamed Credential to Credentials by @bodiam in https://github.com/datafaker-net/datafaker/pull/1630 |
| 19 | +* make Brazilian ID Number accessible via `faker.idNumber()` by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1631 |
| 20 | +* Removed System.out.printlns and other useless bits. by @bodiam in https://github.com/datafaker-net/datafaker/pull/1632 |
| 21 | +* Fix Correct typo in kpop.boy_bands key in ko.yml by @Chanwon-Seo in https://github.com/datafaker-net/datafaker/pull/1635 |
| 22 | +* Feat Improve Korean name data in ko.yml by @Chanwon-Seo in https://github.com/datafaker-net/datafaker/pull/1636 |
| 23 | +* Update CreditCard formats in Finance provider by @Fishbowler in https://github.com/datafaker-net/datafaker/pull/1637 |
| 24 | +* Finance Provider - update Swift IBAN data standard from v87 to v99 by @Fishbowler in https://github.com/datafaker-net/datafaker/pull/1641 |
| 25 | +* Add missing javadoc for the Finance provider by @Fishbowler in https://github.com/datafaker-net/datafaker/pull/1640 |
| 26 | +* Add Starships to the Star Trek provider by @Fishbowler in https://github.com/datafaker-net/datafaker/pull/1642 |
| 27 | +* Make Finance provider's UnionPay test more readable, especially on failure by @Fishbowler in https://github.com/datafaker-net/datafaker/pull/1643 |
| 28 | +* Make "as" message more informative in few tests by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1644 |
| 29 | +* Fewer logs in tests by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1646 |
| 30 | +* Corrected typos in ko.yml by @momoysm in https://github.com/datafaker-net/datafaker/pull/1645 |
| 31 | +* Add methods to generate random port within given range by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1651 |
| 32 | +* Remove unneeded test `testNoDuplications` by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1652 |
| 33 | +* Refactoring: eliminate recursive provider calls by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1650 |
| 34 | + |
| 35 | +## New Contributors |
| 36 | +* @abudevich made their first contribution in https://github.com/datafaker-net/datafaker/pull/1615 |
| 37 | +* @rcriosbr made their first contribution in https://github.com/datafaker-net/datafaker/pull/1624 |
| 38 | +* @Chanwon-Seo made their first contribution in https://github.com/datafaker-net/datafaker/pull/1635 |
| 39 | +* @Fishbowler made their first contribution in https://github.com/datafaker-net/datafaker/pull/1637 |
| 40 | +* @momoysm made their first contribution in https://github.com/datafaker-net/datafaker/pull/1645 |
| 41 | + |
| 42 | +**Full Changelog**: https://github.com/datafaker-net/datafaker/compare/2.4.4...2.5.0 |
| 43 | + |
| 44 | +## Providers added |
| 45 | + |
| 46 | +See https://www.datafaker.net/documentation/providers/ |
0 commit comments