Skip to content

Releases: novanai/aiospotify.py

Version 1.1.0

28 Jul 12:35
009ff31
Compare
Choose a tag to compare

Features

  • Add paginator utility methods (#2)

Bugfixes

  • Remove debugging file logging, which was not intended to be included in the previous release
  • Add a missing pydantic field alias for PlaylistItem.item which was resulting in an InvalidPayloadError
  • Allow PlayHistory.context and CursorPaginator.cursors to be None

Documentation

  • Add installation method to README

Version 1.0

26 Jul 13:57
Compare
Choose a tag to compare

Complete library rewrite, covering all Spotify Web API endpoints with fully typed data models.

Warning

Contains debugging file logging, not intended to be included in a release.