File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
You can’t perform that action at this time.
0 commit comments