Skip to content

v1.23.0

Compare
Choose a tag to compare
@FasterSpeeding FasterSpeeding released this 14 Jul 15:26
· 31 commits to master since this release
0bbbd5a

1.23.0 - 2024-07-14

Added

  • BaseContext.alluka property for getting the context's Alluka client.

Changed

  • pagination.ResponseKwargs is now publicly exported to allow 3rd party implementations of AbstractPage.ctx_to_kwargs and AbstractPage.to_kwargs to have properly typed return types.
  • pagination.ResponseKwargs's fields are now all marked as not required.