Skip to content

Commit

Permalink
chore(main): Release plugins-source-alicloud v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed May 27, 2023
1 parent 733a9fc commit c1b4710
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"scaffold+FILLER": "0.0.0",
"plugins/source/oracle": "1.2.1",
"plugins/source/oracle+FILLER": "0.0.0",
"plugins/source/alicloud": "2.1.1",
"plugins/source/alicloud": "3.0.0",
"plugins/source/alicloud+FILLER": "0.0.0",
"plugins/destination/mssql": "4.2.0",
"plugins/destination/mssql+FILLER": "0.0.0",
Expand Down
36 changes: 36 additions & 0 deletions plugins/source/alicloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [3.0.0](https://github.com/cloudquery/cloudquery/compare/plugins-source-alicloud-v2.1.1...plugins-source-alicloud-v3.0.0) (2023-05-27)


### ⚠ BREAKING CHANGES

* This release introduces an internal change to our type system to use [Apache Arrow](https://arrow.apache.org/). This should not have any visible breaking changes, however due to the size of the change we are introducing it under a major version bump to communicate that it might have some bugs that we weren't able to catch during our internal tests. If you encounter an issue during the upgrade, please submit a [bug report](https://github.com/cloudquery/cloudquery/issues/new/choose). You will also need to update destinations depending on which one you use:
- Azure Blob Storage >= v3.2.0
- BigQuery >= v3.0.0
- ClickHouse >= v3.1.1
- DuckDB >= v1.1.6
- Elasticsearch >= v2.0.0
- File >= v3.2.0
- Firehose >= v2.0.2
- GCS >= v3.2.0
- Gremlin >= v2.1.10
- Kafka >= v3.0.1
- Meilisearch >= v2.0.1
- Microsoft SQL Server >= v4.2.0
- MongoDB >= v2.0.1
- MySQL >= v2.0.2
- Neo4j >= v3.0.0
- PostgreSQL >= v4.2.0
- S3 >= v4.4.0
- Snowflake >= v2.1.1
- SQLite >= v2.2.0

### Features

* **deps:** Upgrade to Apache Arrow v13 (latest `cqmain`) ([#10605](https://github.com/cloudquery/cloudquery/issues/10605)) ([a55da3d](https://github.com/cloudquery/cloudquery/commit/a55da3dbefafdc68a6bda2d5f1d334d12dd97b97))
* Update to use [Apache Arrow](https://arrow.apache.org/) type system ([#11014](https://github.com/cloudquery/cloudquery/issues/11014)) ([ed36296](https://github.com/cloudquery/cloudquery/commit/ed36296ce338d3c10f514e2ea5858f3035d22387))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.0.8 ([#10798](https://github.com/cloudquery/cloudquery/issues/10798)) ([27ff430](https://github.com/cloudquery/cloudquery/commit/27ff430527932d59a4d488a6767547eda8853940))

## [2.1.1](https://github.com/cloudquery/cloudquery/compare/plugins-source-alicloud-v2.1.0...plugins-source-alicloud-v2.1.1) (2023-05-02)


Expand Down

0 comments on commit c1b4710

Please sign in to comment.