Skip to content

Commit bf8cf69

Browse files
committed
Bump 0.8.1-alpha1 TAG
1 parent abebccd commit bf8cf69

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ Basic example:
9595
| **`cachingRsaPublicKey`** | <i>only for MySQL server</i><br/> Server caching RSA public key, for cachingSHA256 authentication |*String* | |
9696
| **`allowPublicKeyRetrieval`** | <i>only for MySQL server</i><br/> Permit retrieved Server RSA public key from server. This can create a security issue |*boolean* | |
9797
98+
## Roadmap
99+
100+
* Performance !
101+
* Fast batch using mariadb bulk
102+
* GeoJSON datatype
103+
* Pluggable types for MariaDB 10.5 (JSON, INET4, INET6, BOOLEAN, ...)
104+
98105

99106
## Tracker
100107

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>org.mariadb</groupId>
2525
<artifactId>r2dbc-mariadb</artifactId>
26-
<version>0.8.1-alpha1-SNAPSHOT</version>
26+
<version>0.8.1-alpha1</version>
2727
<packaging>jar</packaging>
2828

2929
<name>R2DBC driver for MariaDB</name>

0 commit comments

Comments
 (0)