Sourced from polyfactory's releases.
v2.16.0
Sponsors 🌟
Thanks to these incredible business sponsors:
Scalar (
@​scalar
), Telemetry Sports (via@​chris-telemetry
), Stok (@​stok-team
)A huge 'Thank you!' to all other sponsors across Polar.sh, OpenCollective and GitHub Sponsors!
What's Changed
New Contributors
@​wangxin688
made their first contribution in litestar-org/polyfactory#530@​impaktor
made their first contribution in litestar-org/polyfactory#537Fixes 🔧
- Ignore non-columns types by
@​adhtruong
in litestar-org/polyfactory#510- Favour SA mapped type over impl type by
@​adhtruong
in litestar-org/polyfactory#513- Update typing by
@​adhtruong
in litestar-org/polyfactory#540- Fix json type error and pg dialect default value by
@​wangxin688
in litestar-org/polyfactory#542New Features 🚀
- Support nested type in pg.array types and others by
@​wangxin688
in litestar-org/polyfactory#530- Refresh object in async_session after commit to db by
@​wangxin688
in litestar-org/polyfactory#541- Copy mutable args by
@​adhtruong
in litestar-org/polyfactory#529Docs đź“š
- Apply organization theme by
@​JacobCoffee
in litestar-org/polyfactory#533- Update Polyfactory landing page by
@​JacobCoffee
in litestar-org/polyfactory#535- Update changelog.rst by
@​impaktor
in litestar-org/polyfactory#537Infra 🚆
- Add codecov coverage, fix badges by
@​JacobCoffee
in litestar-org/polyfactory#536Full Changelog: https://github.com/litestar-org/polyfactory/compare/v2.15.0...v2.16.0
Sourced from polyfactory's changelog.
========= Changelog
All commits to this project will be documented in this file.
[unreleased]
1d1c7f9 <https://github.com/litestar-org/polyfactory/commit/1d1c7f9d02f9c7a8eb977dc0624bf5a045d55ddc>
_ is the last commit in the changelog before unreleased changes.Bug Fixes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- (
719495e <https://github.com/litestar-org/polyfactory/commit/719495e6dca5c6938975b6bc0456205d28e2c90d>
) - Ignore non-columns types (#510) by@adhtruong <https://github.com/adhtruong>
in[#510](https://github.com/litestar-org/polyfactory/issues/510) <https://github.com/litestar-org/polyfactory/pull/510>
_- (
bb04b4e <https://github.com/litestar-org/polyfactory/commit/bb04b4e81764289ba5a138c0b82faa73bb4e5257>
) - Favour SA mapped type over impl type (#513) by@adhtruong <https://github.com/adhtruong>
in[#513](https://github.com/litestar-org/polyfactory/issues/513) <https://github.com/litestar-org/polyfactory/pull/513>
_- (
0032b5e <https://github.com/litestar-org/polyfactory/commit/0032b5e962906239ecd4c4bd7276dc0d9e9f142d>
) - Add footer to changelog generation by@JacobCoffee <https://github.com/JacobCoffee>
- (
5fd7d6c <https://github.com/litestar-org/polyfactory/commit/5fd7d6c2bedb3c602e009618137c6ab215172625>
) - Resolve mypy issues (#540) by@adhtruong <https://github.com/adhtruong>
in[#540](https://github.com/litestar-org/polyfactory/issues/540) <https://github.com/litestar-org/polyfactory/pull/540>
_- (
9e6edab <https://github.com/litestar-org/polyfactory/commit/9e6edabd4ee5242c54f3ddb66e539a415da86901>
) - Fix json type error and pg dialect default value e… (#542) by@wangxin688 <https://github.com/wangxin688>
in[#542](https://github.com/litestar-org/polyfactory/issues/542) <https://github.com/litestar-org/polyfactory/pull/542>
_Documentation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- (
01d1dbe <https://github.com/litestar-org/polyfactory/commit/01d1dbeb46cc722b075dba85cfd6bcb94505e65d>
) - Apply organization theme (#533) by@JacobCoffee <https://github.com/JacobCoffee>
in[#533](https://github.com/litestar-org/polyfactory/issues/533) <https://github.com/litestar-org/polyfactory/pull/533>
_- (
5a0a5be <https://github.com/litestar-org/polyfactory/commit/5a0a5bed4ddb679868d9365a5ffbcc6c3fed686c>
) - Polyfactory landing page (#535) by@JacobCoffee <https://github.com/JacobCoffee>
in[#535](https://github.com/litestar-org/polyfactory/issues/535) <https://github.com/litestar-org/polyfactory/pull/535>
_- (
2f781ee <https://github.com/litestar-org/polyfactory/commit/2f781eee7f06436661874a4e469c601bb0de6cd4>
) - Add wangxin688 as a contributor for code (#544) by@allcontributors[bot] <https://github.com/allcontributors[bot]>
in[#544](https://github.com/litestar-org/polyfactory/issues/544) <https://github.com/litestar-org/polyfactory/pull/544>
_Features ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- (
1792c19 <https://github.com/litestar-org/polyfactory/commit/1792c19fc100b16b610902c19c90b2031420c57e>
) - Support nested type in pg.array types and others (#530) by@wangxin688 <https://github.com/wangxin688>
in[#530](https://github.com/litestar-org/polyfactory/issues/530) <https://github.com/litestar-org/polyfactory/pull/530>
_- (
013135c <https://github.com/litestar-org/polyfactory/commit/013135c17387e451d88a7b73157ad08333649112>
) - Refresh object in async_session after commit to db (#541) by@wangxin688 <https://github.com/wangxin688>
in[#541](https://github.com/litestar-org/polyfactory/issues/541) <https://github.com/litestar-org/polyfactory/pull/541>
_- (
e4695a7 <https://github.com/litestar-org/polyfactory/commit/e4695a7d16e1a63b7cce036ca653d839ea0104fb>
) - Copy mutable args (#529) by@adhtruong <https://github.com/adhtruong>
in[#529](https://github.com/litestar-org/polyfactory/issues/529) <https://github.com/litestar-org/polyfactory/pull/529>
_Miscellaneous Tasks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- (
fac9fba <https://github.com/litestar-org/polyfactory/commit/fac9fbad94f0a82a062bfdac11b2da19f906e32f>
) - Upgrade dependencies (#517) by@adhtruong <https://github.com/adhtruong>
in[#517](https://github.com/litestar-org/polyfactory/issues/517) <https://github.com/litestar-org/polyfactory/pull/517>
_- (
3da64f6 <https://github.com/litestar-org/polyfactory/commit/3da64f615056c8d2f11c6bfc55c86877a89c2414>
) - Update changelog.rst (#537) by@impaktor <https://github.com/impaktor>
in[#537](https://github.com/litestar-org/polyfactory/issues/537) <https://github.com/litestar-org/polyfactory/pull/537>
_- (
3e2d22c <https://github.com/litestar-org/polyfactory/commit/3e2d22c5bafc5ed984338be54c3eace3cacc720f>
) - Update maintainer emails (#545) by@guacs <https://github.com/guacs>
in[#545](https://github.com/litestar-org/polyfactory/issues/545) <https://github.com/litestar-org/polyfactory/pull/545>
_Ci ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- (
6507c6d <https://github.com/litestar-org/polyfactory/commit/6507c6d86094dbcf678083e3ce7d06a5b4dd2f60>
) - Add codecov coverage, fix badges (#536) by@JacobCoffee <https://github.com/JacobCoffee>
in[#536](https://github.com/litestar-org/polyfactory/issues/536) <https://github.com/litestar-org/polyfactory/pull/536>
_
4928f07
chore(release): prepare for v2.16.0 (#546)3e2d22c
chore: update maintainer emails (#545)e4695a7
feat: copy mutable args (#529)3da64f6
chore: Update changelog.rst (#537)9e6edab
fix(sqla_factory): fix json type error and pg dialect default value e…
(#542)2f781ee
docs: add wangxin688 as a contributor for code (#544)013135c
feat(sqla_factory): refresh object in async_session after commit to db
(#541)1792c19
feat(sqlfactory): support nested type in pg.array types and others (#530)5fd7d6c
fix: resolve mypy issues (#540)0032b5e
fix(docs): add footer to changelog generation