Skip to content

Conversation

@bbernays
Copy link
Collaborator

@bbernays bbernays commented Jul 7, 2023

Summary

Closes #11800

@bbernays bbernays requested review from a team and yevgenypats and removed request for a team July 7, 2023 13:43
@cq-bot cq-bot added the mysql label Jul 7, 2023
@bbernays bbernays added the automerge Automatically merge once required checks pass label Jul 11, 2023
@kodiakhq kodiakhq bot merged commit bce075f into cloudquery:main Jul 11, 2023
kodiakhq bot pushed a commit that referenced this pull request Jul 18, 2023
🤖 I have created a release *beep* *boop*
---


## [3.0.0](plugins-destination-mysql-v2.3.0...plugins-destination-mysql-v3.0.0) (2023-07-18)


### ⚠ BREAKING CHANGES

* This changes the prefix size for `text` and `blob` primary keys. Previous to this PR only the first 64 characters were included in the primary key, but now it will use maximum supported number of characters (191) in the primary key. Warning logs will be printed if there is any possible truncation. If you are using a source plugin that has a primary key on a `text` or `blob` column you will have to use `migrate_mode: forced` to upgrade.
* **mysql:** Improve Initial validation of server connection ([#12057](#12057))

### Features

* **mysql:** Improve Initial validation of server connection ([#12057](#12057)) ([bce075f](bce075f))


### Bug Fixes

* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 0a52533 ([#12091](#12091)) ([927cefa](927cefa))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 8e2219b ([#12220](#12220)) ([24e8fb5](24e8fb5))
* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to a2a76eb ([#12104](#12104)) ([311f474](311f474))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.7.0 ([#12166](#12166)) ([94390dd](94390dd))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.1.0 ([#12174](#12174)) ([80f0289](80f0289))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.1.1 ([#12185](#12185)) ([cfaff16](cfaff16))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.2.0 ([#12256](#12256)) ([eaec331](eaec331))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.2.1 ([#12272](#12272)) ([557ca69](557ca69))
* **deps:** Upgrade destination plugins to SDK v4.0.0 release ([#12137](#12137)) ([bf48760](bf48760))
* This changes the prefix size for `text` and `blob` primary keys. Previous to this PR only the first 64 characters were included in the primary key, but now it will use maximum supported number of characters (191) in the primary key. Warning logs will be printed if there is any possible truncation. If you are using a source plugin that has a primary key on a `text` or `blob` column you will have to use `migrate_mode: forced` to upgrade. ([c67fe97](c67fe97))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Validate and Enforce Default DB is specified for MySQL Destination

3 participants