Datafaker 2.5.0 (16-09-2025)¶
What's Changed¶
- Updated release documentation and set autopublish while publishing to… by @bodiam in https://github.com/datafaker-net/datafaker/pull/1588
- Add some new titles to the Zelda game list by @yuokada in https://github.com/datafaker-net/datafaker/pull/1589
- Fix Singapore ID number generation by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1594
- Removing parent, not sure if still needed. by @bodiam in https://github.com/datafaker-net/datafaker/pull/1600
- [build] Use jdk25-ea in CI by @snuyanzin in https://github.com/datafaker-net/datafaker/pull/1601
- Refactor tests extending
BaseFakerTest
by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1606 - Refactor BaseFakerTest (provider list test) by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1607
- Fix csv generate by limit by @abudevich in https://github.com/datafaker-net/datafaker/pull/1615
- Avoid useless
NoSuchMethodRuntimeException
in logs by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1620 - Remove duplicates in "*.yml" files by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1608
- Fix flaky test WeightedRandomSelectorTest by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1626
- Fixed toLocalPart; Fixed tests; Fixed formatting by @rcriosbr in https://github.com/datafaker-net/datafaker/pull/1624
- Creates new Credential provider; Deprecated Internet provider methods by @rcriosbr in https://github.com/datafaker-net/datafaker/pull/1628
- Renamed Credential to Credentials by @bodiam in https://github.com/datafaker-net/datafaker/pull/1630
- make Brazilian ID Number accessible via
faker.idNumber()
by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1631 - Removed System.out.printlns and other useless bits. by @bodiam in https://github.com/datafaker-net/datafaker/pull/1632
- Fix Correct typo in kpop.boy_bands key in ko.yml by @Chanwon-Seo in https://github.com/datafaker-net/datafaker/pull/1635
- Feat Improve Korean name data in ko.yml by @Chanwon-Seo in https://github.com/datafaker-net/datafaker/pull/1636
- Update CreditCard formats in Finance provider by @Fishbowler in https://github.com/datafaker-net/datafaker/pull/1637
- Finance Provider - update Swift IBAN data standard from v87 to v99 by @Fishbowler in https://github.com/datafaker-net/datafaker/pull/1641
- Add missing javadoc for the Finance provider by @Fishbowler in https://github.com/datafaker-net/datafaker/pull/1640
- Add Starships to the Star Trek provider by @Fishbowler in https://github.com/datafaker-net/datafaker/pull/1642
- Make Finance provider's UnionPay test more readable, especially on failure by @Fishbowler in https://github.com/datafaker-net/datafaker/pull/1643
- Make "as" message more informative in few tests by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1644
- Fewer logs in tests by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1646
- Corrected typos in ko.yml by @momoysm in https://github.com/datafaker-net/datafaker/pull/1645
- Add methods to generate random port within given range by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1651
- Remove unneeded test
testNoDuplications
by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1652 - Refactoring: eliminate recursive provider calls by @asolntsev in https://github.com/datafaker-net/datafaker/pull/1650
New Contributors¶
- @abudevich made their first contribution in https://github.com/datafaker-net/datafaker/pull/1615
- @rcriosbr made their first contribution in https://github.com/datafaker-net/datafaker/pull/1624
- @Chanwon-Seo made their first contribution in https://github.com/datafaker-net/datafaker/pull/1635
- @Fishbowler made their first contribution in https://github.com/datafaker-net/datafaker/pull/1637
- @momoysm made their first contribution in https://github.com/datafaker-net/datafaker/pull/1645
Full Changelog: https://github.com/datafaker-net/datafaker/compare/2.4.4...2.5.0