Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

64 lines (43 loc) · 1.22 KB

Changelog

[0.5.1] - 2024-08-24

Fixed

  • Fixed wrong access modifiers for classes:
    • net.beardbot.subsonic.client.api.browsing.ArtistParams
    • net.beardbot.subsonic.client.api.browsing.ArtistInfoParams
    • net.beardbot.subsonic.client.api.lists.AlbumListParams

[0.5.0] - 2024-08-23

Added

  • New API implementations:
    • Lists
      • getAlbumList
      • getAlbumList2
    • Annotation
      • setRating
    • Browsing
      • getAlbumInfo
      • getAlbumInfo2
      • getArtistInfo
      • getArtistInfo2

[0.4.0] - 2024-07-27

Added

  • Migration to Java 17
  • New API implementations:
    • Lists
      • getStarred
      • getStarred2
    • Annotation
      • star
      • unstar

Fixed

  • Incompatibility with time-zoned date time strings in created/starred fields
  • Possible XXE vulnerability in media API operations

[0.3.0] - 2021-09-26

Added

  • New method subsonic.media().getCoverArtUrl(songId) that returns a URL without reading from it.

[0.2.0] - 2021-04-08

Added

  • New method subsonic.media().streamUrl(songId) that returns a stream URL without reading from it.

Fixed

  • Fixed InputStream returned by subsonic.media().stream(songId) not readable as audio stream.

[0.1.0] - 2020-11-30

Initial Release