Skip to content

Commit 17b956f

Browse files
authored
Copy v19.0.2 release notes on main (#15647)
1 parent c8385bb commit 17b956f

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

changelog/19.0/19.0.2/changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog of Vitess v19.0.2
2+
3+
### Bug fixes
4+
#### Backup and Restore
5+
* [release-19.0] Configurable incremental restore files path (#15451) [#15564](https://github.com/vitessio/vitess/pull/15564)
6+
#### Build/CI
7+
* CI: Upgrade/Downgrade use N+1 version of vtctld when testing with N+1 of vttablet [#15631](https://github.com/vitessio/vitess/pull/15631)
8+
#### Evalengine
9+
* [release-19.0] evalengine: Ensure to pass down the precision (#15611) [#15612](https://github.com/vitessio/vitess/pull/15612)
10+
* [release-19.0] evalengine: Fix additional time type handling (#15614) [#15616](https://github.com/vitessio/vitess/pull/15616)
11+
#### Query Serving
12+
* [release-19.0] Fix aliasing in routes that have a derived table (#15550) [#15554](https://github.com/vitessio/vitess/pull/15554)
13+
* [release-19.0] bugfix: handling of ANDed join predicates (#15551) [#15557](https://github.com/vitessio/vitess/pull/15557)
14+
* [release-19.0] Fail insert when primary vindex cannot be mapped to a shard (#15500) [#15573](https://github.com/vitessio/vitess/pull/15573)
15+
#### Throttler
16+
* [release-19.0] Dedicated poolDialer logic for VTOrc, throttler (#15562) [#15567](https://github.com/vitessio/vitess/pull/15567)
17+
#### VReplication
18+
* [release-19.0] VReplication: Fix workflow update changed handling (#15621) [#15629](https://github.com/vitessio/vitess/pull/15629)
19+
### CI/Build
20+
#### Build/CI
21+
* [release-19.0] Update to latest CodeQL (#15530) [#15534](https://github.com/vitessio/vitess/pull/15534)
22+
#### General
23+
* [release-19.0] Upgrade go version to go1.22.2 [#15641](https://github.com/vitessio/vitess/pull/15641)
24+
### Regression
25+
#### Query Serving
26+
* [release-19.0] fix: remove keyspace from column during query builder (#15514) [#15517](https://github.com/vitessio/vitess/pull/15517)
27+
### Release
28+
#### General
29+
* [release-19.0] Bump to `v19.0.2-SNAPSHOT` after the `v19.0.1` release [#15491](https://github.com/vitessio/vitess/pull/15491)
30+
* [release-19.0] Code Freeze for `v19.0.2` [#15644](https://github.com/vitessio/vitess/pull/15644)
31+
### Testing
32+
#### VReplication
33+
* [release-19.0] Fix vtctldclient SwitchReads related bugs and move the TestBasicV2Workflows e2e test to vtctldclient (#15579) [#15584](https://github.com/vitessio/vitess/pull/15584)
34+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release of Vitess v19.0.2
2+
The entire changelog for this release can be found [here](https://github.com/vitessio/vitess/blob/main/changelog/19.0/19.0.2/changelog.md).
3+
4+
The release includes 15 merged Pull Requests.
5+
6+
Thanks to all our contributors: @GrahamCampbell, @app/vitess-bot, @frouioui, @rohit-nayak-ps, @shlomi-noach, @systay
7+

changelog/19.0/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## v19.0
2+
* **[19.0.2](19.0.2)**
3+
* [Changelog](19.0.2/changelog.md)
4+
* [Release Notes](19.0.2/release_notes.md)
5+
26
* **[19.0.1](19.0.1)**
37
* [Changelog](19.0.1/changelog.md)
48
* [Release Notes](19.0.1/release_notes.md)

0 commit comments

Comments
 (0)