We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9b904 commit be1ce76Copy full SHA for be1ce76
RELEASE-NOTES.txt
@@ -19,6 +19,14 @@ The AceQL Client JDBC Driver is licensed under the Apache 2.0
19
License.
20
21
22
+AceQL Client JDBC Driver - Version 9.4 - 12-Aug-2023
23
+----------------------------------------------------
24
+
25
+What's new:
26
+- You can now define a maximum number of retries for failed HTTP calls,
27
+ with a configurable delay between each retry.
28
29
30
AceQL Client JDBC Driver - Version 9.3 - 02-Mar-2023
31
----------------------------------------------------
32
src/main/java/com/aceql/jdbc/driver/free/AceQLDriver.java
@@ -371,7 +371,7 @@ public int getMajorVersion() {
371
*/
372
@Override
373
public int getMinorVersion() {
374
- return 3;
+ return 4;
375
}
376
377
/**
0 commit comments