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)
0.12.31
* Add `NotImplementedError` to ignored exc when resolving `unwrap-mode`. [1324](https://github.com/uriyyo/fastapi-pagination/issues/1324)
0.12.30
* Fix issue when `select` model with single field. [1317](https://github.com/uriyyo/fastapi-pagination/pull/1317)
**NOTE!** This is last release before `0.13.0` version.