File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.5 "
2+ "." : " 0.1.6 "
33}
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.6] ( https://github.com/judoscale/judoscale-java/compare/judoscale-java-v0.1.5...judoscale-java-v0.1.6 ) (2026-03-05)
9+
10+
11+ ### Bug Fixes
12+
13+ * Add exponential backoff to retry attempts when sending API requests ([ #12 ] ( https://github.com/judoscale/judoscale-java/issues/12 ) ) ([ 26f04dc] ( https://github.com/judoscale/judoscale-java/commit/26f04dc685200fb0b3d29de8e1e52d229b8a9ed3 ) )
14+
815## [ 0.1.5] ( https://github.com/judoscale/judoscale-java/compare/judoscale-java-v0.1.4...judoscale-java-v0.1.5 ) (2026-02-09)
916
1017
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add the dependency to your `pom.xml`:
3131<dependency >
3232 <groupId >com.judoscale</groupId >
3333 <artifactId >judoscale-spring-boot-starter</artifactId >
34- <version >0.1.5 </version >
34+ <version >0.1.6 </version >
3535</dependency >
3636```
3737
@@ -40,7 +40,7 @@ Add the dependency to your `pom.xml`:
4040Add the dependency to your ` build.gradle ` :
4141
4242``` groovy
43- implementation 'com.judoscale:judoscale-spring-boot-starter:0.1.5 '
43+ implementation 'com.judoscale:judoscale-spring-boot-starter:0.1.6 '
4444```
4545
4646## judoscale-spring-boot-2-starter
@@ -62,7 +62,7 @@ Add the dependency to your `pom.xml`:
6262<dependency >
6363 <groupId >com.judoscale</groupId >
6464 <artifactId >judoscale-spring-boot-2-starter</artifactId >
65- <version >0.1.5 </version >
65+ <version >0.1.6 </version >
6666</dependency >
6767```
6868
@@ -71,7 +71,7 @@ Add the dependency to your `pom.xml`:
7171Add the dependency to your ` build.gradle ` :
7272
7373``` groovy
74- implementation 'com.judoscale:judoscale-spring-boot-2-starter:0.1.5 '
74+ implementation 'com.judoscale:judoscale-spring-boot-2-starter:0.1.6 '
7575```
7676
7777### Usage
Original file line number Diff line number Diff line change 1- 0.1.5
1+ 0.1.6
You can’t perform that action at this time.
0 commit comments