Skip to content

Releases: uriyyo/fastapi-pagination

0.12.1

09 Apr 10:03
4620c20
Compare
Choose a tag to compare
  • Fix bug with optional params and page creation. #608

0.12.0

09 Apr 09:45
Compare
Choose a tag to compare
  • 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

11 Feb 11:41
a96458c
Compare
Choose a tag to compare
  • Fix issue when beanie pagination returns incorrect total with fetch_links=True. #534

0.11.3

02 Feb 10:56
511038e
Compare
Choose a tag to compare
  • Set Any as the return type annotation for paginator functions. #525
  • Add pages attribute to Page class. #526

0.11.2

10 Jan 09:07
Compare
Choose a tag to compare
  • Fix databases DeprecationWarning #474

0.11.1

11 Dec 09:31
Compare
Choose a tag to compare
  • 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

27 Nov 17:24
Compare
Choose a tag to compare
  • 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:

  • Drop python 3.7 support

0.10.0

04 Sep 09:01
fa020c0
Compare
Choose a tag to compare
  • 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

16 Apr 13:55
Compare
Choose a tag to compare
  • Fix issue with ctx var resetting #310

0.9.2

09 Apr 14:07
Compare
Choose a tag to compare
  • 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.