Skip to content

Commit b0d72e1

Browse files
authored
chore(main): Release v4.64.0 (#1899)
🤖 I have created a release *beep* *boop* --- ## [4.64.0](v4.63.0...v4.64.0) (2024-10-01) ### Features * Add `opts.SchedulerOpts()` helper to convert `plugin.SyncOptions` for scheduler ([#1900](#1900)) ([242fb55](242fb55)) * **remoteoauth:** Add `WithToken` option ([#1898](#1898)) ([ff7a485](ff7a485)) * Update concurrency formula. ([#1907](#1907)) ([adce99c](adce99c)) ### Bug Fixes * **deps:** Update aws-sdk-go-v2 monorepo ([#1903](#1903)) ([ce2a0ef](ce2a0ef)) * **deps:** Update aws-sdk-go-v2 monorepo ([#1908](#1908)) ([bea3b00](bea3b00)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.4 ([#1912](#1912)) ([c28aabe](c28aabe)) * **deps:** Update module golang.org/x/oauth2 to v0.23.0 ([#1910](#1910)) ([6fe6414](6fe6414)) * **deps:** Update module google.golang.org/grpc to v1.67.0 ([#1904](#1904)) ([a349812](a349812)) * **deps:** Update opentelemetry-go monorepo ([#1911](#1911)) ([78e05e1](78e05e1)) --- 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 c28aabe commit b0d72e1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.63.0"
2+
".": "4.64.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.64.0](https://github.com/cloudquery/plugin-sdk/compare/v4.63.0...v4.64.0) (2024-10-01)
9+
10+
11+
### Features
12+
13+
* Add `opts.SchedulerOpts()` helper to convert `plugin.SyncOptions` for scheduler ([#1900](https://github.com/cloudquery/plugin-sdk/issues/1900)) ([242fb55](https://github.com/cloudquery/plugin-sdk/commit/242fb55088032f65e1e743dcd861b8f05d8d60ce))
14+
* **remoteoauth:** Add `WithToken` option ([#1898](https://github.com/cloudquery/plugin-sdk/issues/1898)) ([ff7a485](https://github.com/cloudquery/plugin-sdk/commit/ff7a485df334cdaa00f8b1a4671595d4fa3fbcdf))
15+
* Update concurrency formula. ([#1907](https://github.com/cloudquery/plugin-sdk/issues/1907)) ([adce99c](https://github.com/cloudquery/plugin-sdk/commit/adce99c9613131a3ef160c9127a5c0d33d33e8af))
16+
17+
18+
### Bug Fixes
19+
20+
* **deps:** Update aws-sdk-go-v2 monorepo ([#1903](https://github.com/cloudquery/plugin-sdk/issues/1903)) ([ce2a0ef](https://github.com/cloudquery/plugin-sdk/commit/ce2a0efa3da3d388be954030153919a5577b586f))
21+
* **deps:** Update aws-sdk-go-v2 monorepo ([#1908](https://github.com/cloudquery/plugin-sdk/issues/1908)) ([bea3b00](https://github.com/cloudquery/plugin-sdk/commit/bea3b00a52b65f65e564e679a202d8fbd8108712))
22+
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.4 ([#1912](https://github.com/cloudquery/plugin-sdk/issues/1912)) ([c28aabe](https://github.com/cloudquery/plugin-sdk/commit/c28aabeb93fb23432069956d3e3b302bae8b6ed9))
23+
* **deps:** Update module golang.org/x/oauth2 to v0.23.0 ([#1910](https://github.com/cloudquery/plugin-sdk/issues/1910)) ([6fe6414](https://github.com/cloudquery/plugin-sdk/commit/6fe64140337ba8d5c1af795abf64318e6138bdf3))
24+
* **deps:** Update module google.golang.org/grpc to v1.67.0 ([#1904](https://github.com/cloudquery/plugin-sdk/issues/1904)) ([a349812](https://github.com/cloudquery/plugin-sdk/commit/a3498124b325616d085d302fc0faaffb11c77856))
25+
* **deps:** Update opentelemetry-go monorepo ([#1911](https://github.com/cloudquery/plugin-sdk/issues/1911)) ([78e05e1](https://github.com/cloudquery/plugin-sdk/commit/78e05e12bfcb38f675dd83dab0b8b442b6227944))
26+
827
## [4.63.0](https://github.com/cloudquery/plugin-sdk/compare/v4.62.0...v4.63.0) (2024-09-18)
928

1029

0 commit comments

Comments
 (0)