Skip to content

Commit

Permalink
bump 1.2.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jun 17, 2024
1 parent 3bc6850 commit 215b630
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [1.2.1](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/tree/1.2.1) (19 Jun 2024)

[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/compare/1.2.0...1.2.1)

Notable Changes:
* R2DBC-96 Missing UUID support

Bugs Fixed:
* R2DBC-97 NPE if No HaMode provided
* R2DBC-98 correcting possible bug connecting if project contain a project.properties file
* R2DBC-99 No encoding set for ByteBuffer parameter
* R2DBC-101 Wrong default return type for MySQL JSON fields
* R2DBC-102 avoid netty unneeded dependencies

## [1.2.0](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/tree/1.2.0) (08 Feb 2024)

[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-r2dbc/compare/1.1.4...1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The MariaDB Connector is available through maven using :
<dependency>
<groupId>org.mariadb</groupId>
<artifactId>r2dbc-mariadb</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mariadb</groupId>
<artifactId>r2dbc-mariadb</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<url>https://github.com/mariadb-corporation/mariadb-connector-r2dbc</url>

Expand Down

2 comments on commit 215b630

@JohnNiang
Copy link

@JohnNiang JohnNiang commented on 215b630 Jun 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @rusher , I would very grateful if a new version 1.2.1 could be really released as soon as possible.

We got an error 404 - page not found when I check https://github.com/mariadb-corporation/mariadb-connector-r2dbc/tree/1.2.1.

image

@rusher
Copy link
Collaborator Author

@rusher rusher commented on 215b630 Jun 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's in the release process, and will be done today or next week.

Please sign in to comment.