Skip to content

Releases: tooxie/shiva-server

v0.10.0

27 Jun 10:09
Compare
Choose a tag to compare

Note: This release is backwards-incompatible, and given that we don't have migrations yet, you'll have to drop and recreate the DB. So please be careful when upgrading.

Notable changes:

  • Migrated the documentation from one massive README file to sphinx.
  • Test coverage improved.
  • Added needs_convertion attribute.
  • Introduced token-based authentication.
  • Introduced users.
  • Switched from numeric, incremental IDs to UUIDs.
  • Introduced playlists.
  • The track attribute on Tracks, which points to a file, is read-only.
  • Shiva won't start without a SECRET_KEY.
  • Introduced POST and PUT methods.
  • Renamed Track.number to Track.ordinal.
  • And many important bugfixes.

For more info read the commit log.

v0.9.0

17 Aug 18:24
Compare
Choose a tag to compare
  • Refactored all the resources.
  • Now all the resources have DELETE methods.
  • Added ALLOW_DELETE config.

v0.8.0

09 Oct 16:51
Compare
Choose a tag to compare
  • Instance URIs are now plural. This is backwards-incompatible (see #108).
  • Added --hash flag to indexer.
  • Bitrate saved in kbps.
  • And many bugfixes.

v0.7.0

17 Jul 19:59
Compare
Choose a tag to compare
Merge pull request #105 from tooxie/0.7.0

Version bump: 0.7.0