@reventlessdev/rescript-pulumi-aws 3.0.0-alpha.1 → 3.0.0-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,83 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 3.0.0-alpha.10 (2026-09-08)
7
+
8
+ **Note:** Version bump only for package @reventlessdev/rescript-pulumi-aws
9
+
10
+
11
+
12
+
13
+
14
+ # 3.0.0-alpha.9 (2026-09-08)
15
+
16
+ ### Features
17
+
18
+ * **core:** a reference names a row and shows its picture ([2b40d04](https://github.com/ReventlessDev/reventless-core/commit/2b40d0418bba2bf83463f446e94e372ea0c9898c))
19
+
20
+
21
+ # 3.0.0-alpha.8 (2026-09-04)
22
+
23
+ **Note:** Version bump only for package @reventlessdev/rescript-pulumi-aws
24
+
25
+
26
+
27
+
28
+
29
+ # 3.0.0-alpha.7 (2026-08-27)
30
+
31
+ **Note:** Version bump only for package @reventlessdev/rescript-pulumi-aws
32
+
33
+
34
+
35
+
36
+
37
+ # 3.0.0-alpha.6 (2026-08-24)
38
+
39
+ ### Features
40
+
41
+ * **pulumi-aws:** match events by pattern and rewrite what a target receives ([8f94ef3](https://github.com/ReventlessDev/reventless-core/commit/8f94ef3c4f5d24f87c1331b8a63c35bd9c4a92b2))
42
+
43
+
44
+ # 3.0.0-alpha.5 (2026-08-23)
45
+
46
+ ### Bug Fixes
47
+
48
+ * **querydb:** serve the previous page instead of refusing it ([48341c9](https://github.com/ReventlessDev/reventless-core/commit/48341c9f61b5155b441deeb0edc9abf461948346))
49
+
50
+
51
+ # 3.0.0-alpha.4 (2026-08-23)
52
+
53
+ ### Bug Fixes
54
+
55
+ * **aws:** serve a full page from a filtered AppSync read ([b7dca5d](https://github.com/ReventlessDev/reventless-core/commit/b7dca5dac02e8c35c4848828152b90ade0f3c8ba))
56
+ ### Features
57
+
58
+ * **querydb:** serve owner-scoped lists from an index instead of a filtered Scan ([ad26c28](https://github.com/ReventlessDev/reventless-core/commit/ad26c284b4b0650fa3f3b6109ed33bbfe8608f6d))
59
+
60
+
61
+ # 3.0.0-alpha.3 (2026-08-23)
62
+
63
+ * feat(aws)!: scope the active-role store to the identity provider ([08e287d](https://github.com/ReventlessDev/reventless-core/commit/08e287db9721977b818bad76671ec4c62be6f9af))
64
+
65
+ ### BREAKING CHANGES
66
+
67
+ * platform:cognitoUserPoolId is now
68
+ platform:identityProviderId (REVENTLESS_IDENTITY_PROVIDER_ID). The old
69
+ spelling is still read and warns — do not drop it until the new secret
70
+ is in place, because an unset provider id is auto mode, and auto mode
71
+ creates a new user pool.
72
+
73
+
74
+
75
+ # 3.0.0-alpha.2 (2026-08-21)
76
+
77
+ ### Bug Fixes
78
+
79
+ * **core:** make @resolves/[@resolves](https://github.com/resolves)Many work end to end ([4c52957](https://github.com/ReventlessDev/reventless-core/commit/4c5295759dcb4b3eda4f0f4f2c1bc387fed88fcb))
80
+ * **deps:** update sury to 11.0.0-rc.2 to fix unreachable union constructors ([fa5744f](https://github.com/ReventlessDev/reventless-core/commit/fa5744fed8de975e2f14725c856c6e5ce7d04a74))
81
+
82
+
6
83
  # 3.0.0-alpha.1 (2026-08-18)
7
84
 
8
85
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reventlessdev/rescript-pulumi-aws",
3
- "version": "3.0.0-alpha.1",
3
+ "version": "3.0.0-alpha.10",
4
4
  "description": "ReScript bindings for @pulumi/aws",
5
5
  "license": "Apache-2.0",
6
6
  "jest": {
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@pulumi/aws": "~7.19.0",
23
23
  "@pulumi/aws-native": "^1.62.0",
24
- "sury": "11.0.0-rc.1",
25
- "@reventlessdev/rescript-aws-sdk": "3.0.0-alpha.12",
24
+ "sury": "11.0.0-rc.2",
25
+ "@reventlessdev/rescript-aws-sdk": "3.0.0-alpha.16",
26
26
  "@reventlessdev/rescript-pulumi-pulumi": "2.3.0-alpha.19"
27
27
  },
28
28
  "devDependencies": {
29
29
  "esbuild": "^0.25.12",
30
30
  "rescript": "12.3.0",
31
- "sury-ppx": "11.0.0-rc.1"
31
+ "sury-ppx": "11.0.0-rc.2"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "rescript": "12.3.0"