Skip to content

Commit

Permalink
Bump 0.8.1-alpha1 TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Mar 4, 2020
1 parent abebccd commit bf8cf69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ Basic example:
| **`cachingRsaPublicKey`** | <i>only for MySQL server</i><br/> Server caching RSA public key, for cachingSHA256 authentication |*String* | |
| **`allowPublicKeyRetrieval`** | <i>only for MySQL server</i><br/> Permit retrieved Server RSA public key from server. This can create a security issue |*boolean* | |
## Roadmap

* Performance !
* Fast batch using mariadb bulk
* GeoJSON datatype
* Pluggable types for MariaDB 10.5 (JSON, INET4, INET6, BOOLEAN, ...)


## Tracker

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>org.mariadb</groupId>
<artifactId>r2dbc-mariadb</artifactId>
<version>0.8.1-alpha1-SNAPSHOT</version>
<version>0.8.1-alpha1</version>
<packaging>jar</packaging>

<name>R2DBC driver for MariaDB</name>
Expand Down

0 comments on commit bf8cf69

Please sign in to comment.