All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Upgraded
jackson
to2.13.4
(was2.0.5
). - Upgraded
slf4j
to1.7.36
(was1.6.6
). - Upgraded
guava
to19.0
(was12.0
). - Upgraded
httpclient
to4.5.13
(was4.2.1
). - Upgraded
commons-io
to2.11.0
(was2.7
).
- Add 3 missing cover art types -
poster
,watermark
andliner
.
-
Extended API to provide a methods to find cover art for release group.
-
Implemented optional usage of HTTPS.
-
Increased compatibility with android.
-
Migrated project to lastfm-oss-parent.
- Added new methods to CoverArt (getImageById, getFrontImage and getBackImage).
- Changed return type of CoverArt#getImages to List as images in JSON response from CoverArtArchive are ordered.
- Initial release. Provides access to cover art through the /release/{mbid}/ end point.