Datafaker 2.7.0 (24-06-2026)¶
What's changed¶
- Released Datafaker 2.6.0 by @github-actions[bot] in https://github.com/datafaker-net/datafaker/pull/1838
- Address JavaDoc warning by @kingthorin in https://github.com/datafaker-net/datafaker/pull/1840
- Post release workflow improvements by @kingthorin in https://github.com/datafaker-net/datafaker/pull/1839
- Update exclude_docs format in mkdocs.yml by @kingthorin in https://github.com/datafaker-net/datafaker/pull/1841
- Run docs generator on every build by @kingthorin in https://github.com/datafaker-net/datafaker/pull/1842
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1844
- Docs: sentence-case headings and cleaner release nav by @kingthorin in https://github.com/datafaker-net/datafaker/pull/1843
- fix(docs): render 2.6.0 release page H1 by @kingthorin in https://github.com/datafaker-net/datafaker/pull/1846
- Fix typo in custom-providers documentation by @kingthorin in https://github.com/datafaker-net/datafaker/pull/1847
- Bump com.googlecode.libphonenumber:libphonenumber from 9.0.32 to 9.0.33 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1848
- Use jdk 25 and 26 in ci by @snuyanzin in https://github.com/datafaker-net/datafaker/pull/1850
- Do not create RegExpContext each time by @snuyanzin in https://github.com/datafaker-net/datafaker/pull/1849
- Use primitive int as return type for nextInt by @snuyanzin in https://github.com/datafaker-net/datafaker/pull/1852
- docs: fix typos, syntax, formating by @kingthorin in https://github.com/datafaker-net/datafaker/pull/1851
- Add dedicated Http faker with status codes, headers, user agents and more by @bodiam in https://github.com/datafaker-net/datafaker/pull/1835
- Bump actions/cache from 5 to 6 by @dependabot[bot] in https://github.com/datafaker-net/datafaker/pull/1854
- Fix lowercase country code in Finance.bic() by @spannm in https://github.com/datafaker-net/datafaker/pull/1855
Full Changelog: https://github.com/datafaker-net/datafaker/compare/2.6.0...2.7.0
Providers added¶
- Http faker with status codes, headers, user agents, and more.