This version is a general availability (GA) release.
Changelog
Bug
- CONJ-490 - DataSource connectTimeout is in second, but was set on socket timeout that is in milliseconds
- CONJ-481 - Buffer overrun reading ResultSet when using option "useServerPrepStmts"
- CONJ-470 - Error when executing SQL contains "values" and rewriteBatchedStatements=true
- CONJ-471 - PK_NAME returned by DatabaseMetadata.getPrimaryKeys() should not be null
- CONJ-477 - Aurora not compatible with option usePipelineAuth. Now automatically disabled when aurora is detected
- CONJ-479 - ArrayIndexOutOfBoundsException on connect to MySQL 5.1.73
- CONJ-480 - Access denied error on connect to MySQL 5.1.73
- CONJ-483 - Wrong content of DEFERRABILITY column in MariaDbDatabaseMetaData
- CONJ-487 - No timeout exception on Client PrepareStatement
- CONJ-489 - javax.transaction.xa.XAException message error truncated ( near '0x )
Task
- CONJ-478 - Change CI tests to use maxscale 2.1 version
- CONJ-482 - Connection.setNetworkTimeout don't throw exception if no executor
- CONJ-488 - Use java.net.URL to read keyStore and trustStore again