* Add async analog of default paginate. [1039](https://github.com/uriyyo/fastapi-pagination/pull/1039) * Fix `piccolo` issue when filter by foreign field. [1038](https://github.com/uriyyo/fastapi-pagination/pull/1038)
* Add python 3.12 official support. [1023](https://github.com/uriyyo/fastapi-pagination/pull/1023) * Fix issue with paginate empty sequence using optional params. [1022](https://github.com/uriyyo/fastapi-pagination/pull/1022)
0.12.14
* Fix issue with default value fitler_field for pymongo. [955](https://github.com/uriyyo/fastapi-pagination/pull/955) * Raise 400 error on invalid cursor value. [957](https://github.com/uriyyo/fastapi-pagination/pull/957) * Fix issue with zero page size. [959 ](https://github.com/uriyyo/fastapi-pagination/pull/959)
* Remove usage of deprecated `pydantic` v2 field. [896](https://github.com/uriyyo/fastapi-pagination/pull/896) * Add support for `pydantic` v2 aliases. [897](https://github.com/uriyyo/fastapi-pagination/pull/897) * Add ability to control total fetching. [898](https://github.com/uriyyo/fastapi-pagination/pull/898) * Add wrapper for app lifespan. [899](https://github.com/uriyyo/fastapi-pagination/pull/899)