Releases: yvasyliev/deezer-api
Releases · yvasyliev/deezer-api
v2.1.2
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>deezer-api</artifactId>
<version>2.1.2</version>
</dependency>
What's Changed
- Bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.0 by @dependabot in #45
- Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot in #46
- Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot in #47
- Bump actions/checkout from 3 to 4 by @dependabot in #48
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #49
Full Changelog: v2.1.1...v2.1.2
v2.1.1
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>deezer-api</artifactId>
<version>2.1.1</version>
</dependency>
What's Changed
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #29
- Bump slf4j-api from 2.0.6 to 2.0.7 by @dependabot in #31
- Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 by @dependabot in #32
- Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 by @dependabot in #30
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 by @dependabot in #33
- Bump okhttp from 4.10.0 to 4.11.0 by @dependabot in #34
- Bump junit-jupiter from 5.9.2 to 5.9.3 by @dependabot in #36
- Bump junit-jupiter-engine from 5.9.2 to 5.9.3 by @dependabot in #35
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #38
- Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #37
- Bump maven-assembly-plugin from 3.5.0 to 3.6.0 by @dependabot in #39
- Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #40
- Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot in #41
- Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #42
- fixed #43 by @yvasyliev in #44
Full Changelog: v2.1.0...v2.1.1
v2.1.0
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>deezer-api</artifactId>
<version>2.1.0</version>
</dependency>
What's Changed
- Bump log4j-slf4j2-impl from 2.19.0 to 2.20.0 by @dependabot in #25
- Bump maven-assembly-plugin from 3.4.2 to 3.5.0 by @dependabot in #26
- Bump log4j-core from 2.19.0 to 2.20.0 by @dependabot in #27
- Sonarcloud fix by @yvasyliev in #28
Full Changelog: v2.0.1...v2.1.0
v2.0.1
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>deezer-api</artifactId>
<version>2.0.1</version>
</dependency>
What's Changed
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #22
- Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 by @dependabot in #23
- fixed infinite deserialization recursion by @yvasyliev in #24
New Contributors
- @dependabot made their first contribution in #22
Full Changelog: v2.0.0...v2.0.1
v2.0.0
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>deezer-api</artifactId>
<version>2.0.0</version>
</dependency>
What's Changed
- Replaced Default HTTP client with OkHttp by @yvasyliev in #21
Full Changelog: v1.2.0...v2.0.0
v1.2.0
v1.1.4
v1.1.3
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>deezer-api</artifactId>
<version>1.1.3</version>
</dependency>
What's Changed
- Fixed #13 by @yvasyliev in #15
- fix(#16): Replace "offset" request param by "index" by @user4me in #17
New Contributors
- @yvasyliev made their first contribution in #15
Full Changelog: v1.1.1...v1.1.3