Skip to content

Commit 6b3d831

Browse files
authored
chore(main): Release v4.7.0-rc1 (#1054)
🤖 I have created a release *beep* *boop* --- ## [4.7.0-rc1](v4.6.1-rc1...v4.7.0-rc1) (2023-07-04) ### Features * Add `WriteInserts.GetRecords()` ([#1053](#1053)) ([05e1edd](05e1edd)) * Add batch timeout support to mixed batch writer ([#1055](#1055)) ([7fe7c64](7fe7c64)) * Add Duration configtype ([#1014](#1014)) ([fbde15a](fbde15a)) ### Bug Fixes * Fix timer logic in batch writers ([#1056](#1056)) ([9179e7f](9179e7f)) --- 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 9179e7f commit 6b3d831

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [4.7.0-rc1](https://github.com/cloudquery/plugin-sdk/compare/v4.6.1-rc1...v4.7.0-rc1) (2023-07-04)
9+
10+
11+
### Features
12+
13+
* Add `WriteInserts.GetRecords()` ([#1053](https://github.com/cloudquery/plugin-sdk/issues/1053)) ([05e1edd](https://github.com/cloudquery/plugin-sdk/commit/05e1eddff293504be015b4ee76c911f35b91bfba))
14+
* Add batch timeout support to mixed batch writer ([#1055](https://github.com/cloudquery/plugin-sdk/issues/1055)) ([7fe7c64](https://github.com/cloudquery/plugin-sdk/commit/7fe7c642287609f9ea9a65e604741f2164f8f8ce))
15+
* Add Duration configtype ([#1014](https://github.com/cloudquery/plugin-sdk/issues/1014)) ([fbde15a](https://github.com/cloudquery/plugin-sdk/commit/fbde15a62c055270ce03dc9bbbced9400c53e943))
16+
17+
18+
### Bug Fixes
19+
20+
* Fix timer logic in batch writers ([#1056](https://github.com/cloudquery/plugin-sdk/issues/1056)) ([9179e7f](https://github.com/cloudquery/plugin-sdk/commit/9179e7f9184260e36018f83d13a5229f47dafdac))
21+
822
## [4.6.1-rc1](https://github.com/cloudquery/plugin-sdk/compare/v4.6.0-rc1...v4.6.1-rc1) (2023-07-03)
923

1024

0 commit comments

Comments
 (0)