Skip to content

Version 0.9.1

Choose a tag to compare

@dmfutcher dmfutcher released this 20 Nov 13:50
· 100 commits to main since this release
  • Re-designed authentication API:
    • Add support for authenticating with session key (#16)
    • Implement current password authentication in Scrobbler::authenticate_with_passsword
    • Deprecate old authenticate method
  • Expose current session key via Scrobbler::session_key (#17)
  • Separate API response structs and common values contained in the structs (new
    responses::values package)
    • Use wrapped-vec derived ScrobbleList instead of Vec<ScrobbleResponse> in various response
      structs