We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e247f commit 744202eCopy full SHA for 744202e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.44.2] - 2025-02-26
2
+
3
+### Fixed
4
5
+Rate limiting headers interpreted dynamically based on `X-RateLimit-Reset` time and for a variable number of bucket
6
+values.
7
8
## [2.44.1] - 2025-02-11
9
10
### Fixed
build.gradle
@@ -40,7 +40,7 @@ task javadocJar(type: Jar) {
40
}
41
42
group = 'com.mangopay'
43
-version = '2.44.1'
+version = '2.44.2'
44
sourceCompatibility = '1.7'
45
46
publishing {
@@ -49,7 +49,7 @@ publishing {
49
pom {
50
groupId 'com.mangopay'
51
artifactId 'mangopay2-java-sdk'
52
- version '2.44.1'
+ version '2.44.2'
53
54
from(components.java)
55
0 commit comments