[go: nahoru, domu]

Skip to content

Commit

Permalink
Release commit for 12.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Dec 14, 2021
1 parent 8b28f76 commit 558a5eb
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 16 deletions.
37 changes: 27 additions & 10 deletions doc/releasenotes/12_0_1_release_notes.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
# Release of Vitess v12.0.1

## Major Changes


## Deprecations

## Minor Changes

### vtctl VExec

The command `vtctl VExec` is restored after being deprecated in `v12.0.0`.
## Announcement

This patch is providing an update regarding the Apache Log4j security vulnerability (CVE-2021-44228) (#9357), along with a few bug fixes.

------------
## Changelog

### Bug fixes
#### Query Serving
* Ensure that hex query predicates are normalized for planner cache #9145
* Gen4: Fail cross-shard join query with aggregation and grouping #9167
* Make sure to copy bindvars when using them concurrently #9246
* Remove keyspace from query before sending it on #9247
* Use decoded hex string when calculating the keyspace ID #9293
#### VReplication
* Fix boolean parameter order in DropSources call for v2 flows #9178
* Take MySQL Column Type Into Account in VStreamer #9355
#### Cluster management
* Restoring 'vtctl VExec' command #9227
* This change restores vtctl VExec functionality. It was removed based on the assumption the only uses for this command were for Online DDL command. This was wrong, and VExec is also used as a wrapper around VReplication.

### CI/Build
#### Build/CI
* CI: ubuntu-latest now has MySQL 8.0.26, let us override it with latest 8.0.x #9373
### Internal Cleanup
#### Java
* build(deps): bump log4j-api from 2.13.3 to 2.15.0 in /java #9357


The release includes 21 commits (excluding merges)

Thanks to all our contributors: @GuptaManan100, @askdba, @deepthi, @dependabot[bot], @frouioui, @hallaroo, @harshit-gangal, @mattlord, @rohit-nayak-ps, @shlomi-noach, @systay, @vmg
3 changes: 3 additions & 0 deletions doc/releasenotes/12_0_1_summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Major Changes

This patch is providing an update regarding the Apache Log4j security vulnerability (CVE-2021-44228) (#9357), along with a few bug fixes.
2 changes: 1 addition & 1 deletion go/vt/servenv/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package servenv

const versionName = "12.0.1-SNAPSHOT"
const versionName = "12.0.1"
2 changes: 1 addition & 1 deletion java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>12.0.1</version>
</parent>
<artifactId>vitess-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>12.0.1</version>
</parent>
<artifactId>vitess-example</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/grpc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>12.0.1</version>
</parent>
<artifactId>vitess-grpc-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion java/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>12.0.1</version>
</parent>
<artifactId>vitess-jdbc</artifactId>

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

<groupId>io.vitess</groupId>
<artifactId>vitess-parent</artifactId>
<version>12.0.1-SNAPSHOT</version>
<version>12.0.1</version>
<packaging>pom</packaging>

<name>Vitess Java Client libraries [Parent]</name>
Expand Down

0 comments on commit 558a5eb

Please sign in to comment.