Skip to content

Releases: TheKnowles/MariaDB4j

v2.7.2

19 Sep 19:40
Compare
Choose a tag to compare

In all previous 2.7.x releases, the winx64 package was completely broken.

winx64 binary has been updated and deployed for this release and all future 2.7.x releases.

Full Windows support has been tested on Windows 11.

Fixes Windows tmpdir issue: MariaDB4j#749 MariaDB4j#651

v2.7.1

21 May 20:53
Compare
Choose a tag to compare

The release enables the binary log to be started in an embedded MariaDB4j instance.

This is useful for applications that make use of change data capture either through MaxScale or other eco system components and would like to emulate that behavior in their ephemeral db instance.

v2.7.0

21 May 17:37
Compare
Choose a tag to compare

2.7.0

  • This is the initial release in the 2.7.x maintenance branch.
  • It aims to serve a stopgap for Java 11 projects that need a more modern version of mariadb while using the embedded functionality of MariaDB4j.
  • This release provides mariadb 10.6.12 out of the box.
  • mysql* binary calls have been replaced with mariadb* ones. This is a breaking change for any version of MariaDB < 10.5.2.
  • Tests have been updated to handle new authentication mechanics introduced in MariaDB 10.4.

The deployment configuration has also been updated since this is a brand new repository for OSSRH.

This was released into maven central via OSSRH:

<dependency>
  <groupId>dev.atchison.mariaDB4j</groupId>
  <artifactId>mariaDB4j</artifactId>
  <version>2.7.0</version>
</dependency>