Skip to content

Commit

Permalink
chore(main): Release v4.32.1 (#1542)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [4.32.1](v4.32.0...v4.32.1) (2024-03-06)


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to 814bf88 ([#1540](#1540)) ([e80fb24](e80fb24))
* **deps:** Update google.golang.org/genproto/googleapis/api digest to df926f6 ([#1541](#1541)) ([9d8a3ec](9d8a3ec))
* **deps:** Update google.golang.org/genproto/googleapis/rpc digest to df926f6 ([#1543](#1543)) ([9315c16](9315c16))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.1 ([#1549](#1549)) ([3112739](3112739))
* **deps:** Update module github.com/klauspost/compress to v1.17.7 ([#1544](#1544)) ([4e04027](4e04027))
* **deps:** Update module github.com/klauspost/cpuid/v2 to v2.2.7 ([#1545](#1545)) ([0fff7ed](0fff7ed))
* **deps:** Update module github.com/tdewolff/minify/v2 to v2.20.18 ([#1546](#1546)) ([45fa641](45fa641))
* **deps:** Update module github.com/ugorji/go/codec to v1.2.12 ([#1547](#1547)) ([cd3488a](cd3488a))
* **deps:** Update module google.golang.org/grpc to v1.62.0 ([#1550](#1550)) ([9ccec98](9ccec98))
* **deps:** Update module google.golang.org/grpc to v1.62.0 ([#1551](#1551)) ([d907120](d907120))
* MixedBatchWriter should nil the slice instead of zeroing ([#1553](#1553)) ([f565da8](f565da8))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot authored Mar 6, 2024
1 parent 3050443 commit 273f9e2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.32.1](https://github.com/cloudquery/plugin-sdk/compare/v4.32.0...v4.32.1) (2024-03-06)


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to 814bf88 ([#1540](https://github.com/cloudquery/plugin-sdk/issues/1540)) ([e80fb24](https://github.com/cloudquery/plugin-sdk/commit/e80fb24ad916e84e391595ed482b4285ea5e1a9c))
* **deps:** Update google.golang.org/genproto/googleapis/api digest to df926f6 ([#1541](https://github.com/cloudquery/plugin-sdk/issues/1541)) ([9d8a3ec](https://github.com/cloudquery/plugin-sdk/commit/9d8a3ec5c7a4bffe3e625f148de43d71c836794d))
* **deps:** Update google.golang.org/genproto/googleapis/rpc digest to df926f6 ([#1543](https://github.com/cloudquery/plugin-sdk/issues/1543)) ([9315c16](https://github.com/cloudquery/plugin-sdk/commit/9315c1639e02474e97670ffb6c9b198b63aec5ef))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.1 ([#1549](https://github.com/cloudquery/plugin-sdk/issues/1549)) ([3112739](https://github.com/cloudquery/plugin-sdk/commit/3112739d2a897b784ed85f27ee7632f5fbcb5091))
* **deps:** Update module github.com/klauspost/compress to v1.17.7 ([#1544](https://github.com/cloudquery/plugin-sdk/issues/1544)) ([4e04027](https://github.com/cloudquery/plugin-sdk/commit/4e04027488cb1c32830d5fd14440beabf4a07500))
* **deps:** Update module github.com/klauspost/cpuid/v2 to v2.2.7 ([#1545](https://github.com/cloudquery/plugin-sdk/issues/1545)) ([0fff7ed](https://github.com/cloudquery/plugin-sdk/commit/0fff7ed4464ac572e00eb5e0dc289e467b8e7afb))
* **deps:** Update module github.com/tdewolff/minify/v2 to v2.20.18 ([#1546](https://github.com/cloudquery/plugin-sdk/issues/1546)) ([45fa641](https://github.com/cloudquery/plugin-sdk/commit/45fa641b50f177d2ab01298b0c14fc764464fcd7))
* **deps:** Update module github.com/ugorji/go/codec to v1.2.12 ([#1547](https://github.com/cloudquery/plugin-sdk/issues/1547)) ([cd3488a](https://github.com/cloudquery/plugin-sdk/commit/cd3488ab730499dd513996d73987c9b86fca34c0))
* **deps:** Update module google.golang.org/grpc to v1.62.0 ([#1550](https://github.com/cloudquery/plugin-sdk/issues/1550)) ([9ccec98](https://github.com/cloudquery/plugin-sdk/commit/9ccec989cd143e685fd7d3f66d840c2e2cb8d74b))
* **deps:** Update module google.golang.org/grpc to v1.62.0 ([#1551](https://github.com/cloudquery/plugin-sdk/issues/1551)) ([d907120](https://github.com/cloudquery/plugin-sdk/commit/d907120661cb2ebead90c68b0f1a42767112bba3))
* MixedBatchWriter should nil the slice instead of zeroing ([#1553](https://github.com/cloudquery/plugin-sdk/issues/1553)) ([f565da8](https://github.com/cloudquery/plugin-sdk/commit/f565da8961db0b9f88efcdaa6f083faa789de324))

## [4.32.0](https://github.com/cloudquery/plugin-sdk/compare/v4.31.0...v4.32.0) (2024-02-28)


Expand Down

1 comment on commit 273f9e2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱️ Benchmark results

  • Glob-8 ns/op: 91.5
  • WriterMemory_BatchWriter_batch10k_bytes100M-8 bytes/op: 1,008
  • WriterMemory_BatchWriter_batch10k_bytes100M-8 ns/op: 2,885
  • WriterMemory_BatchWriter_defaults-8 bytes/op: 1,223
  • WriterMemory_BatchWriter_defaults-8 ns/op: 2,913
  • WriterMemory_BatchWriter_wide_batch10k_bytes100M-8 bytes/op: 197,676
  • WriterMemory_BatchWriter_wide_batch10k_bytes100M-8 ns/op: 228,504
  • WriterMemory_BatchWriter_wide_defaults-8 bytes/op: 24,947
  • WriterMemory_BatchWriter_wide_defaults-8 ns/op: 171,549
  • WriterMemory_MixedBatchWriter_batch10k_bytes100M-8 bytes/op: 1,426
  • WriterMemory_MixedBatchWriter_batch10k_bytes100M-8 ns/op: 2,504
  • WriterMemory_MixedBatchWriter_defaults-8 bytes/op: 1,426
  • WriterMemory_MixedBatchWriter_defaults-8 ns/op: 2,453
  • WriterMemory_MixedBatchWriter_wide_batch10k_bytes100M-8 bytes/op: 190,754
  • WriterMemory_MixedBatchWriter_wide_batch10k_bytes100M-8 ns/op: 211,496
  • WriterMemory_MixedBatchWriter_wide_defaults-8 bytes/op: 13,037
  • WriterMemory_MixedBatchWriter_wide_defaults-8 ns/op: 174,512
  • WriterMemory_StreamingBatchWriter_bytes100M-8 bytes/op: 1,394
  • WriterMemory_StreamingBatchWriter_bytes100M-8 ns/op: 3,477
  • WriterMemory_StreamingBatchWriter_defaults-8 bytes/op: 1,394
  • WriterMemory_StreamingBatchWriter_defaults-8 ns/op: 3,311
  • WriterMemory_StreamingBatchWriter_wide_bytes100M-8 bytes/op: 7,725
  • WriterMemory_StreamingBatchWriter_wide_bytes100M-8 ns/op: 159,378
  • WriterMemory_StreamingBatchWriter_wide_defaults-8 bytes/op: 7,774
  • WriterMemory_StreamingBatchWriter_wide_defaults-8 ns/op: 147,091

Please sign in to comment.