зеркало из https://github.com/github/vitess-gh.git
14 строки
921 B
Markdown
14 строки
921 B
Markdown
|
## Major Changes
|
||
|
|
||
|
### Upgrade to `go1.17.13`
|
||
|
|
||
|
Vitess `v13.0.3` now runs on `go1.17.13`.
|
||
|
The patch release of Go, `go1.17.13`, was one of the main reasons for this release as it includes important security fixes to packages used by Vitess.
|
||
|
Below is a summary of this patch release. You can learn more [here](https://go.dev/doc/devel/release#go1.17).
|
||
|
|
||
|
> go1.17.13 (released 2022-08-01) includes security fixes to the encoding/gob and math/big packages, as well as bug fixes to the compiler and the runtime.
|
||
|
### End of life of MariadDB 10.2
|
||
|
|
||
|
Since the end-of-life of MariaDB 10.2, its Docker image is unavailable, and we decided to remove the unit tests using this version of MariaDB. The Pull Request doing this change is available [here](https://github.com/vitessio/vitess/pull/11073).
|
||
|
This change is documented on our website [here](https://vitess.io/docs/13.0/overview/supported-databases/#mariadb-versions-100-to-103).
|