Releases: uriyyo/fastapi-pagination
Releases ยท uriyyo/fastapi-pagination
0.12.1
- Fix bug with optional params and page creation. #608
0.12.0
- Add the ability to transform items before passing them to
Page
. #601
- Make old
sqlalchemy
modules deprecated. #597
- Extend
beanie
integration. #565
- Add ability to have optional pagination params. commit
0.11.4
- Fix issue when
beanie
pagination returns incorrect total with fetch_links=True
. #534
0.11.3
- Set
Any
as the return type annotation for paginator
functions. #525
- Add
pages
attribute to Page
class. #526
0.11.2
- Fix
databases
DeprecationWarning
#474
0.11.1
- Add deprecation warning regarding old signature #467
- Add ability to pass
fetch_links
to beanie query #466
- Add ability to have non-unique
sqlalchemy
results #465
- Make
sqlakeyset
module optional #464
0.11.0
- Add cursor pagination integration #377 #376
- Add
cassandra
integration
- Add
beanie
integration #372
- Add
PonyORM
integration #357
- Update Django version
- Add ability to pass additional data to page cls #431
Breaking changes:
0.10.0
- Add
pymongo
integration.
- Reset
order_by
for sqlachemy
/sqlmodel
paginators.
- Fix issue when selecting non-scalar values using
sqalchemy
paginators.
Breaking changes:
gino
was removed from the list of dependencies and sqlmodel
was added.
- Update all dependencies to latest versions.
0.9.3
- Fix issue with ctx var resetting #310
0.9.2
- Add async
sqlmodel
integration #288
- Add ability to prefetch related models for tortoise #243
- Add
mongoengine
integration #259
And also minor internal refactoring and cleanups.