You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact, it supports lower versions, in the theory, such as 4.1, 4.0, etc.
54
57
55
58
However, Docker-certified images do not have these versions lower than 5.5.0, so tests are not integrated on these versions.
@@ -61,7 +64,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
61
64
<dependency>
62
65
<groupId>io.asyncer</groupId>
63
66
<artifactId>r2dbc-mysql</artifactId>
64
-
<version>1.2.0</version>
67
+
<version>1.3.1</version>
65
68
</dependency>
66
69
```
67
70
@@ -71,7 +74,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
71
74
72
75
```groovy
73
76
dependencies {
74
-
implementation 'io.asyncer:r2dbc-mysql:1.2.0'
77
+
implementation 'io.asyncer:r2dbc-mysql:1.3.1'
75
78
}
76
79
```
77
80
@@ -80,7 +83,7 @@ dependencies {
80
83
```kotlin
81
84
dependencies {
82
85
// Maybe should to use `compile` instead of `implementation` on the lower version of Gradle.
83
-
implementation("io.asyncer:r2dbc-mysql:1.2.0")
86
+
implementation("io.asyncer:r2dbc-mysql:1.3.1")
84
87
}
85
88
```
86
89
@@ -113,7 +116,7 @@ See [Usage](https://github.com/asyncer-io/r2dbc-mysql/wiki/usage) wiki for more
113
116
114
117
## Reporting Issues
115
118
116
-
The R2DBC MySQL Implementation uses GitHub as issue tracking system to record bugs and feature requests.
119
+
The R2DBC MySQL Implementation uses GitHub as issue tracking system to record bugs and feature requests.
117
120
If you want to raise an issue, please follow the recommendations below:
118
121
119
122
- Before log a bug, please search the [issue tracker](https://github.com/asyncer-io/r2dbc-mysql/issues) to see if someone has already reported the problem.
@@ -152,7 +155,7 @@ Thanks a lot for your support!
152
155
153
156
## Supports
154
157
155
-
-[R2DBC Team](https://r2dbc.io) - Thanks for their support by sharing all relevant resources around R2DBC
158
+
-[R2DBC Team](https://r2dbc.io) - Thanks for their support by sharing all relevant resources around R2DBC
0 commit comments