Skip to content

Commit d1b2b73

Browse files
authored
chore(main): Release v4.2.0-rc1 (#1010)
🤖 I have created a release *beep* *boop* --- ## [4.2.0-rc1](v4.1.0-rc1...v4.2.0-rc1) (2023-06-28) ### Features * Add StreamingBatchWriter ([#1004](#1004)) ([986340f](986340f)) ### Bug Fixes * **batchwriter:** Allow zero batch size, flush before exceeding batch size instead of after ([#1008](#1008)) ([c7ea17b](c7ea17b)) * Naming fix for `messages.InsertMessage` (now `messages.GetInserts`) ([#1000](#1000)) ([b1e2bd4](b1e2bd4)) * Update scheduler for JSON marshal / unmarshal ([#1006](#1006)) ([970bad1](970bad1)) * **writers:** Move to sub packages ([#1011](#1011)) ([826e816](826e816)) --- 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 826e816 commit d1b2b73

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+
## [4.2.0-rc1](https://github.com/cloudquery/plugin-sdk/compare/v4.1.0-rc1...v4.2.0-rc1) (2023-06-28)
9+
10+
11+
### Features
12+
13+
* Add StreamingBatchWriter ([#1004](https://github.com/cloudquery/plugin-sdk/issues/1004)) ([986340f](https://github.com/cloudquery/plugin-sdk/commit/986340fc624a0370a726150fb733b723ec96fe74))
14+
15+
16+
### Bug Fixes
17+
18+
* **batchwriter:** Allow zero batch size, flush before exceeding batch size instead of after ([#1008](https://github.com/cloudquery/plugin-sdk/issues/1008)) ([c7ea17b](https://github.com/cloudquery/plugin-sdk/commit/c7ea17b08f340bb5eced749ec76eeb7a480cfa61))
19+
* Naming fix for `messages.InsertMessage` (now `messages.GetInserts`) ([#1000](https://github.com/cloudquery/plugin-sdk/issues/1000)) ([b1e2bd4](https://github.com/cloudquery/plugin-sdk/commit/b1e2bd4d1a5c5f904b82d6f41ed6eb0f26ef91cc))
20+
* Update scheduler for JSON marshal / unmarshal ([#1006](https://github.com/cloudquery/plugin-sdk/issues/1006)) ([970bad1](https://github.com/cloudquery/plugin-sdk/commit/970bad1fcf1f0e6aadcf1d0f381c8cd8177e8513))
21+
* **writers:** Move to sub packages ([#1011](https://github.com/cloudquery/plugin-sdk/issues/1011)) ([826e816](https://github.com/cloudquery/plugin-sdk/commit/826e816d8b8ec9668806b9d34ee5f92bd4a7ff56))
22+
823
## [4.1.0-rc1](https://github.com/cloudquery/plugin-sdk/compare/v4.0.2-rc1...v4.1.0-rc1) (2023-06-28)
924

1025

0 commit comments

Comments
 (0)