Skip to content

Commit 9c25670

Browse files
authored
chore(main): Release v2.5.0 (#826)
🤖 I have created a release *beep* *boop* --- ## [2.5.0](v2.4.0...v2.5.0) (2023-04-28) ### Features * Add table description to Arrow schema metadata ([#824](#824)) ([1a8072f](1a8072f)) * **arrow:** Streamline Apache Arrow extension types ([#823](#823)) ([f32fac3](f32fac3)) * **test:** Add double migration test ([#827](#827)) ([4cd3872](4cd3872)) * Time values are truncated uniformly ([#825](#825)) ([ffb97b0](ffb97b0)) ### Bug Fixes * TransformWithStruct/DefaultNameTransformer change for invalid column names ([#820](#820)) ([01e6649](01e6649)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent bc14251 commit 9c25670

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.5.0](https://github.com/cloudquery/plugin-sdk/compare/v2.4.0...v2.5.0) (2023-04-28)
9+
10+
11+
### Features
12+
13+
* Add table description to Arrow schema metadata ([#824](https://github.com/cloudquery/plugin-sdk/issues/824)) ([1a8072f](https://github.com/cloudquery/plugin-sdk/commit/1a8072ff7eff1c411569a538958069ad0744a0ce))
14+
* **arrow:** Streamline Apache Arrow extension types ([#823](https://github.com/cloudquery/plugin-sdk/issues/823)) ([f32fac3](https://github.com/cloudquery/plugin-sdk/commit/f32fac3b04c769bb86774c3d1b89991d5d2f51b3))
15+
* **test:** Add double migration test ([#827](https://github.com/cloudquery/plugin-sdk/issues/827)) ([4cd3872](https://github.com/cloudquery/plugin-sdk/commit/4cd3872f2a281c6b7e685d13061d6b7849fff3f4))
16+
* Time values are truncated uniformly ([#825](https://github.com/cloudquery/plugin-sdk/issues/825)) ([ffb97b0](https://github.com/cloudquery/plugin-sdk/commit/ffb97b0ddc949edccb2f05a4b67f3bc6b3ca2401))
17+
18+
19+
### Bug Fixes
20+
21+
* TransformWithStruct/DefaultNameTransformer change for invalid column names ([#820](https://github.com/cloudquery/plugin-sdk/issues/820)) ([01e6649](https://github.com/cloudquery/plugin-sdk/commit/01e66491f6a21b1ed8fe1837ac86c0cccafd0cab))
22+
823
## [2.4.0](https://github.com/cloudquery/plugin-sdk/compare/v2.3.8...v2.4.0) (2023-04-24)
924

1025

0 commit comments

Comments
 (0)