aws-sdk-cleanrooms 1.8.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73d074f3c25c749c14f4acd1bda897b93dfcfb87b50fb59926931931a8a4402a
4
- data.tar.gz: 86449dee9efbb1bc785be04890458a80c3a849eb018a992d86a5a1b2d687a246
3
+ metadata.gz: 07e79cfdbb302c16bfc5b2ffe8cb27c38a6931cabfaa5ab262303a22598ec2aa
4
+ data.tar.gz: 20ef645b07d64c59e56bafe0b3dcbda38bc55a00ceaa18e7fc3f26df3b1a0557
5
5
  SHA512:
6
- metadata.gz: 165486bfc503cda216d6276459908cf9d8365356fb760dbe0189d9237da2bc02a16cfe3a2ea18da39722bf10ac7551da47b418859d1557220994fe4427b3d167
7
- data.tar.gz: c7d8560c909097406776d16d4dc2029ea683433c0784f1a5567af85de45c75d8f311b47b994b35c7ad723af6382f8f71e6c5c7836853466704f8ec4ece7d1a7c
6
+ metadata.gz: 9fbc5df58be46e7db66954963287ff101afbcd0c68d98aa26808a91cf3ff75e48cf1f554b0577395a77d7ab54a6a299bc12e43f07f6fbf29d0b0e2a669c01e81
7
+ data.tar.gz: 80000e51eabf0f993d76294953c47d25a8d1f9f7437ef7319074b9b82e957d9a4ff711c38b335efcca30ff52e6450174aa41926cb91db3b52bea18040ac99d62
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2023-08-30)
5
+ ------------------
6
+
7
+ * Feature - This release decouples member abilities in a collaboration. With this change, the member who can run queries no longer needs to be the same as the member who can receive results.
8
+
9
+ 1.9.0 (2023-07-31)
10
+ ------------------
11
+
12
+ * Feature - This release introduces custom SQL queries - an expanded set of SQL you can run. This release adds analysis templates, a new resource for storing pre-defined custom SQL queries ahead of time. This release also adds the Custom analysis rule, which lets you approve analysis templates for querying.
13
+
4
14
  1.8.0 (2023-07-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.10.0