Skip to content

Commit d3d60c1

Browse files
authored
Align strict encrypt and regular connector versions for destination-mysql (#15258)
* Align strict endrypt and regular connector versions * Retain changelog for strict encrypt
1 parent 67aab69 commit d3d60c1

File tree

2 files changed

+8
-7
lines changed
  • airbyte-integrations/connectors/destination-mysql-strict-encrypt
  • docs/integrations/destinations

2 files changed

+8
-7
lines changed

airbyte-integrations/connectors/destination-mysql-strict-encrypt/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ ENV APPLICATION destination-mysql-strict-encrypt
1616

1717
COPY --from=build /airbyte /airbyte
1818

19-
LABEL io.airbyte.version=0.1.4
19+
LABEL io.airbyte.version=0.1.20
2020
LABEL io.airbyte.name=airbyte/destination-mysql-strict-encrypt

docs/integrations/destinations/mysql.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,12 @@ Using this feature requires additional configuration, when creating the destinat
132132

133133
## CHANGELOG destination-mysql-strict-encrypt
134134

135-
| Version | Date | Pull Request | Subject |
136-
|:--------| :--- |:---------------------------------------------------------| :--- |
137-
| 0.1.5 | 2022-05-17 | [12820](https://github.com/airbytehq/airbyte/pull/12820) | Improved 'check' operation performance |
135+
| Version | Date | Pull Request | Subject |
136+
|:--------|:-----------|:---------------------------------------------------------|:----------------------------------------------------------------------------------------------------|
137+
| 0.1.20 | 2022-08-03 | [15258](https://github.com/airbytehq/airbyte/pull/15258) | Align versions of strict encrypt and regular connectors |
138+
| 0.1.5 | 2022-05-17 | [12820](https://github.com/airbytehq/airbyte/pull/12820) | Improved 'check' operation performance |
138139
| 0.1.4 | 2022-02-25 | [10421](https://github.com/airbytehq/airbyte/pull/10421) | Refactor JDBC parameters handling |
139-
| 0.1.3 | 2022-02-14 | [10256](https://github.com/airbytehq/airbyte/pull/10256) | Add `-XX:+ExitOnOutOfMemoryError` JVM option |
140-
| 0.1.2 | 2021-12-01 | [\#8371](https://github.com/airbytehq/airbyte/pull/8371) | Fixed incorrect handling "\n" in ssh key |
140+
| 0.1.3 | 2022-02-14 | [10256](https://github.com/airbytehq/airbyte/pull/10256) | Add `-XX:+ExitOnOutOfMemoryError` JVM option |
141+
| 0.1.2 | 2021-12-01 | [\#8371](https://github.com/airbytehq/airbyte/pull/8371) | Fixed incorrect handling "\n" in ssh key |
141142
| 0.1.1 | 2021-11-08 | [#7719](https://github.com/airbytehq/airbyte/pull/7719) | Improve handling of wide rows by buffering records based on their byte size rather than their count |
142-
| 0.1.0 | 06.10.2021 | [\#6763](https://github.com/airbytehq/airbyte/pull/6763) | Added destination-mysql-strict-encrypt that supports SSL connections only. |
143+
| 0.1.0 | 06.10.2021 | [\#6763](https://github.com/airbytehq/airbyte/pull/6763) | Added destination-mysql-strict-encrypt that supports SSL connections only. |

0 commit comments

Comments
 (0)