File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 4.60 .0"
2
+ "." : " 4.61 .0"
3
3
}
Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 4.61.0] ( https://github.com/cloudquery/plugin-sdk/compare/v4.60.0...v4.61.0 ) (2024-08-31)
9
+
10
+
11
+ ### Features
12
+
13
+ * Add remoteoauth helpers (` TokenAuthTransport ` and ` TokenAuthEditor ` ) ([ #1875 ] ( https://github.com/cloudquery/plugin-sdk/issues/1875 ) ) ([ bb1be84] ( https://github.com/cloudquery/plugin-sdk/commit/bb1be8421bbe8086c71c3c02cc4ab281e0eceb5b ) )
14
+ * Add warning on duplicate clients for ` round-robin ` and ` shuffle ` schedulers ([ #1878 ] ( https://github.com/cloudquery/plugin-sdk/issues/1878 ) ) ([ d148b94] ( https://github.com/cloudquery/plugin-sdk/commit/d148b940b09dd832f771a7bf229e4900659d7846 ) )
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * ** deps:** Update aws-sdk-go-v2 monorepo ([ #1872 ] ( https://github.com/cloudquery/plugin-sdk/issues/1872 ) ) ([ 80eb38a] ( https://github.com/cloudquery/plugin-sdk/commit/80eb38a318bbfd14db2d6a0031e0a2ef467e8a29 ) )
20
+ * ** deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.27.30 ([ #1876 ] ( https://github.com/cloudquery/plugin-sdk/issues/1876 ) ) ([ 0319ff3] ( https://github.com/cloudquery/plugin-sdk/commit/0319ff3023b3c79f3463e28f0dfc9a19441d5063 ) )
21
+ * ** deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.27.31 ([ #1879 ] ( https://github.com/cloudquery/plugin-sdk/issues/1879 ) ) ([ 4dc8f41] ( https://github.com/cloudquery/plugin-sdk/commit/4dc8f417d986749565e67f9bce0cb172e789d74f ) )
22
+ * ** deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.8 ([ #1870 ] ( https://github.com/cloudquery/plugin-sdk/issues/1870 ) ) ([ 96a5194] ( https://github.com/cloudquery/plugin-sdk/commit/96a51947cd67a22545fb863c4437fe21de170dfb ) )
23
+ * ** deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.9 ([ #1873 ] ( https://github.com/cloudquery/plugin-sdk/issues/1873 ) ) ([ 76d4f9f] ( https://github.com/cloudquery/plugin-sdk/commit/76d4f9f11b8a4f10327d02894ef109e282f1f58b ) )
24
+ * ** deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.0 ([ #1874 ] ( https://github.com/cloudquery/plugin-sdk/issues/1874 ) ) ([ e091d8a] ( https://github.com/cloudquery/plugin-sdk/commit/e091d8a7091f9d52da068813efacdaa37b7ae0b5 ) )
25
+ * ** deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.1 ([ #1877 ] ( https://github.com/cloudquery/plugin-sdk/issues/1877 ) ) ([ 11aaab4] ( https://github.com/cloudquery/plugin-sdk/commit/11aaab425f9182af49bf0d92d5829a70d624b538 ) )
26
+ * ** deps:** Update module google.golang.org/grpc to v1.66.0 ([ #1880 ] ( https://github.com/cloudquery/plugin-sdk/issues/1880 ) ) ([ a907ea6] ( https://github.com/cloudquery/plugin-sdk/commit/a907ea632a7e5e0803202a1930222eeeaca50d8e ) )
27
+
8
28
## [ 4.60.0] ( https://github.com/cloudquery/plugin-sdk/compare/v4.59.0...v4.60.0 ) (2024-08-12)
9
29
10
30
You can’t perform that action at this time.
0 commit comments