* Rename async paginate to apaginate. [1512](https://github.com/uriyyo/fastapi-pagination/pull/1512)
0.13.0a2
* Add flows. [1471](https://github.com/uriyyo/fastapi-pagination/pull/1471) * Connect params and page. [1504](https://github.com/uriyyo/fastapi-pagination/pull/1504)
0.13.0a1
Changes: * Drop deperacetad APIs. [1415](https://github.com/uriyyo/fastapi-pagination/pull/1415) * Drop python `3.8` support. [1409](https://github.com/uriyyo/fastapi-pagination/pull/1409)
A first alpha version of `0.13.x` 🙏
0.12.34
* Add ability to quote/unquote cursor. [1403](https://github.com/uriyyo/fastapi-pagination/pull/1403)
0.12.33
* Add `BaseSelect` type hint for SQLModel paginate. [1365](https://github.com/uriyyo/fastapi-pagination/pull/1365) * Fix issue with `sqlalchemy.paginate` with `session` + `session.query` case. [1384](https://github.com/uriyyo/fastapi-pagination/pull/1384) * Bump dependencies versions. [1379](https://github.com/uriyyo/fastapi-pagination/pull/1379)
0.12.32
* Add support for `sqlalchemy` `CompoundSelect`. [1361](https://github.com/uriyyo/fastapi-pagination/pull/1361)