@twin.org/entity-storage-connector-dynamodb 0.0.3-next.3 → 0.0.3-next.30
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/README.md +8 -10
- package/dist/es/dynamoDbEntityStorageConnector.js +628 -58
- package/dist/es/dynamoDbEntityStorageConnector.js.map +1 -1
- package/dist/es/models/IDynamoDbEntityStorageConnectorConfig.js.map +1 -1
- package/dist/types/dynamoDbEntityStorageConnector.d.ts +63 -5
- package/dist/types/models/IDynamoDbEntityStorageConnectorConfig.d.ts +5 -0
- package/docs/changelog.md +629 -58
- package/docs/examples.md +96 -1
- package/docs/reference/classes/DynamoDbEntityStorageConnector.md +284 -20
- package/docs/reference/interfaces/IDynamoDbEntityStorageConnectorConfig.md +21 -12
- package/docs/reference/interfaces/IDynamoDbEntityStorageConnectorConstructorOptions.md +6 -6
- package/locales/en.json +17 -3
- package/package.json +8 -8
package/docs/changelog.md
CHANGED
|
@@ -1,12 +1,583 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.29...entity-storage-connector-dynamodb-v0.0.3-next.30) (2026-06-15)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
* add
|
|
9
|
-
* add
|
|
8
|
+
* add AWS pod authentication mode ([caaae36](https://github.com/iotaledger/twin-entity-storage/commit/caaae368ca104cd9994e1af7b6c4c20e603c2021))
|
|
9
|
+
* add context id features ([#55](https://github.com/iotaledger/twin-entity-storage/issues/55)) ([99c15a2](https://github.com/iotaledger/twin-entity-storage/commit/99c15a257539b61d9da63649ce573ebf47699fc9))
|
|
10
|
+
* add ISchemaMigration chain, SchemaVersionMigrator runner and version store ([#110](https://github.com/iotaledger/twin-entity-storage/issues/110)) ([2dac924](https://github.com/iotaledger/twin-entity-storage/commit/2dac9244a752cb58304d1649ff03c3a2469783dd))
|
|
11
|
+
* add production release automation ([1eb4c8e](https://github.com/iotaledger/twin-entity-storage/commit/1eb4c8ee3eb099defdfc2d063ae44935276dcae8))
|
|
12
|
+
* add support for connection timeout config ([96d0025](https://github.com/iotaledger/twin-entity-storage/commit/96d0025bc11d27138bfd845e0248ba19382c3fd9))
|
|
13
|
+
* add support for connection timeout config ([64f987e](https://github.com/iotaledger/twin-entity-storage/commit/64f987e1ddfd0f09cb24eb0bd5fc3739e9b58a00))
|
|
14
|
+
* add support for object comparison conditions ([eb505a1](https://github.com/iotaledger/twin-entity-storage/commit/eb505a17a3642e95c4e3cf137a77a0a8fb388c97))
|
|
15
|
+
* add synchronised to release configs ([e1e749c](https://github.com/iotaledger/twin-entity-storage/commit/e1e749cf261b58c8c36729686861e29c7d5e068e))
|
|
16
|
+
* add validate-locales ([e66ef0d](https://github.com/iotaledger/twin-entity-storage/commit/e66ef0de26ca2f82b3fe89bb5c7a15a0978a9644))
|
|
17
|
+
* adding schema migration functionality to all the connectors ([#85](https://github.com/iotaledger/twin-entity-storage/issues/85)) ([fd1555a](https://github.com/iotaledger/twin-entity-storage/commit/fd1555a34380158214a577586dafae821e72a578))
|
|
18
|
+
* additional information in health ([1e658b7](https://github.com/iotaledger/twin-entity-storage/commit/1e658b74288e9411538286d25b81823df80703e9))
|
|
19
|
+
* disable endpoint discovery for cosmos ([49df2a2](https://github.com/iotaledger/twin-entity-storage/commit/49df2a254f385dc42e2e1f7e26e71f89b5bf5bcf))
|
|
20
|
+
* entity storage conditions ([#115](https://github.com/iotaledger/twin-entity-storage/issues/115)) ([7a53884](https://github.com/iotaledger/twin-entity-storage/commit/7a53884f6acb856d77733e4e0f23ec1c00b74cb4))
|
|
21
|
+
* entity storage enhancements ([#86](https://github.com/iotaledger/twin-entity-storage/issues/86)) ([1279af4](https://github.com/iotaledger/twin-entity-storage/commit/1279af42615c6497bb06539842cee44842dd1f75))
|
|
22
|
+
* eslint migration to flat config ([f033b64](https://github.com/iotaledger/twin-entity-storage/commit/f033b64984c0e6a8129d929c9dd816dcc1b8dab0))
|
|
23
|
+
* logging naming consistency ([f99d12d](https://github.com/iotaledger/twin-entity-storage/commit/f99d12dea04b6d4f2b5632ff5473e9ec7d5f9055))
|
|
24
|
+
* migration progress ([#121](https://github.com/iotaledger/twin-entity-storage/issues/121)) ([d032162](https://github.com/iotaledger/twin-entity-storage/commit/d032162768b6b7d4ccca7e39b80f8bc3ba46440e))
|
|
25
|
+
* synchronised storage ([#44](https://github.com/iotaledger/twin-entity-storage/issues/44)) ([94e10e2](https://github.com/iotaledger/twin-entity-storage/commit/94e10e26d1feec801449dc04af7a9757ac7495ff))
|
|
26
|
+
* typescript 6 update ([995a0c6](https://github.com/iotaledger/twin-entity-storage/commit/995a0c6fa9a6813bfdc7200779ce3664236e59e9))
|
|
27
|
+
* update dependencies ([7ccc0c4](https://github.com/iotaledger/twin-entity-storage/commit/7ccc0c429125d073dc60b3de6cf101abc8cc6cba))
|
|
28
|
+
* update docs ([5203e62](https://github.com/iotaledger/twin-entity-storage/commit/5203e621c3ae368f6fefb29ea5146f024f4a1b0d))
|
|
29
|
+
* update framework core ([b59a380](https://github.com/iotaledger/twin-entity-storage/commit/b59a380bb7fba2b43610f69074dcdee24a4737da))
|
|
30
|
+
* use shared store mechanism ([#34](https://github.com/iotaledger/twin-entity-storage/issues/34)) ([68b6b71](https://github.com/iotaledger/twin-entity-storage/commit/68b6b71e7a96d7d016cd57bfff36775b56bf3f93))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* add missing dependency ([3282535](https://github.com/iotaledger/twin-entity-storage/commit/328253516e0d13b276406fb4de97dab8ee5e8ba7))
|
|
36
|
+
* add missing dependency ([2b848f3](https://github.com/iotaledger/twin-entity-storage/commit/2b848f3a345522c869b798d7a1cb64112dd8e3e3))
|
|
37
|
+
* adding tests and fixes for dot notation ([#76](https://github.com/iotaledger/twin-entity-storage/issues/76)) ([3879337](https://github.com/iotaledger/twin-entity-storage/commit/387933797e33543e4d8b2d49b8beeb792512a4ff))
|
|
38
|
+
* adding tests and support when neccesary for string include operator when needed ([#72](https://github.com/iotaledger/twin-entity-storage/issues/72)) ([3c723dd](https://github.com/iotaledger/twin-entity-storage/commit/3c723dd5694814398099d9d4594089dc6c66ba97))
|
|
39
|
+
* document AWS SDK pins for minimum release age consumers ([#96](https://github.com/iotaledger/twin-entity-storage/issues/96)) ([c4bcc26](https://github.com/iotaledger/twin-entity-storage/commit/c4bcc26f962da6f6bd090630f48d26ab58946c4e))
|
|
40
|
+
* dynamodb includes operator ([a003a0f](https://github.com/iotaledger/twin-entity-storage/commit/a003a0f7b949e48c3af40f996fdf071899f382d8))
|
|
41
|
+
* dynamodb or conditions ([7a28b07](https://github.com/iotaledger/twin-entity-storage/commit/7a28b0702e03ec1fed04424136aca8a8c40cb28a))
|
|
42
|
+
* guard against empty IN list in all SQL-style connectors ([#101](https://github.com/iotaledger/twin-entity-storage/issues/101)) ([fb2bf8b](https://github.com/iotaledger/twin-entity-storage/commit/fb2bf8beb148f0c9b92661c4899e28cd4559f39a))
|
|
43
|
+
* null secondary indexes ([#103](https://github.com/iotaledger/twin-entity-storage/issues/103)) ([5e44f11](https://github.com/iotaledger/twin-entity-storage/commit/5e44f11bb5af5bf2c27d6f1d56aba5851116ff89))
|
|
44
|
+
* query params force coercion ([dd6aa87](https://github.com/iotaledger/twin-entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
|
|
45
|
+
* route GSI sort-key conditions to KeyConditionExpression and cross-connector cursor-walk tests ([#127](https://github.com/iotaledger/twin-entity-storage/issues/127)) ([6a24e1b](https://github.com/iotaledger/twin-entity-storage/commit/6a24e1b5f3b8b426987e43da3af6766d8cb68afb))
|
|
46
|
+
* tests and fixes for the comparisons for null and undefined ([#79](https://github.com/iotaledger/twin-entity-storage/issues/79)) ([e7ffd62](https://github.com/iotaledger/twin-entity-storage/commit/e7ffd62e9ec40ef31498e6e2350bb25d9c84638a))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Dependencies
|
|
50
|
+
|
|
51
|
+
* The following workspace dependencies were updated
|
|
52
|
+
* dependencies
|
|
53
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
54
|
+
* devDependencies
|
|
55
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
56
|
+
|
|
57
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.28...entity-storage-connector-dynamodb-v0.0.3-next.29) (2026-06-15)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Miscellaneous Chores
|
|
61
|
+
|
|
62
|
+
* **entity-storage-connector-dynamodb:** Synchronize repo versions
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Dependencies
|
|
66
|
+
|
|
67
|
+
* The following workspace dependencies were updated
|
|
68
|
+
* dependencies
|
|
69
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
70
|
+
* devDependencies
|
|
71
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
72
|
+
|
|
73
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.27...entity-storage-connector-dynamodb-v0.0.3-next.28) (2026-06-12)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Miscellaneous Chores
|
|
77
|
+
|
|
78
|
+
* **entity-storage-connector-dynamodb:** Synchronize repo versions
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Dependencies
|
|
82
|
+
|
|
83
|
+
* The following workspace dependencies were updated
|
|
84
|
+
* dependencies
|
|
85
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
86
|
+
* devDependencies
|
|
87
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
88
|
+
|
|
89
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.26...entity-storage-connector-dynamodb-v0.0.3-next.27) (2026-06-11)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Bug Fixes
|
|
93
|
+
|
|
94
|
+
* route GSI sort-key conditions to KeyConditionExpression and cross-connector cursor-walk tests ([#127](https://github.com/iotaledger/twin-entity-storage/issues/127)) ([6a24e1b](https://github.com/iotaledger/twin-entity-storage/commit/6a24e1b5f3b8b426987e43da3af6766d8cb68afb))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Dependencies
|
|
98
|
+
|
|
99
|
+
* The following workspace dependencies were updated
|
|
100
|
+
* dependencies
|
|
101
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
102
|
+
* devDependencies
|
|
103
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
104
|
+
|
|
105
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.25...entity-storage-connector-dynamodb-v0.0.3-next.26) (2026-06-11)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Miscellaneous Chores
|
|
109
|
+
|
|
110
|
+
* **entity-storage-connector-dynamodb:** Synchronize repo versions
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Dependencies
|
|
114
|
+
|
|
115
|
+
* The following workspace dependencies were updated
|
|
116
|
+
* dependencies
|
|
117
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
118
|
+
* devDependencies
|
|
119
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
120
|
+
|
|
121
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.24...entity-storage-connector-dynamodb-v0.0.3-next.25) (2026-06-09)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Features
|
|
125
|
+
|
|
126
|
+
* migration progress ([#121](https://github.com/iotaledger/twin-entity-storage/issues/121)) ([d032162](https://github.com/iotaledger/twin-entity-storage/commit/d032162768b6b7d4ccca7e39b80f8bc3ba46440e))
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Dependencies
|
|
130
|
+
|
|
131
|
+
* The following workspace dependencies were updated
|
|
132
|
+
* dependencies
|
|
133
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
134
|
+
* devDependencies
|
|
135
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
136
|
+
|
|
137
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.23...entity-storage-connector-dynamodb-v0.0.3-next.24) (2026-06-08)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
### Bug Fixes
|
|
141
|
+
|
|
142
|
+
* dynamodb includes operator ([a003a0f](https://github.com/iotaledger/twin-entity-storage/commit/a003a0f7b949e48c3af40f996fdf071899f382d8))
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
### Dependencies
|
|
146
|
+
|
|
147
|
+
* The following workspace dependencies were updated
|
|
148
|
+
* dependencies
|
|
149
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
150
|
+
* devDependencies
|
|
151
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
152
|
+
|
|
153
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.22...entity-storage-connector-dynamodb-v0.0.3-next.23) (2026-06-08)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Features
|
|
157
|
+
|
|
158
|
+
* entity storage conditions ([#115](https://github.com/iotaledger/twin-entity-storage/issues/115)) ([7a53884](https://github.com/iotaledger/twin-entity-storage/commit/7a53884f6acb856d77733e4e0f23ec1c00b74cb4))
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Dependencies
|
|
162
|
+
|
|
163
|
+
* The following workspace dependencies were updated
|
|
164
|
+
* dependencies
|
|
165
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
166
|
+
* devDependencies
|
|
167
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
168
|
+
|
|
169
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.21...entity-storage-connector-dynamodb-v0.0.3-next.22) (2026-06-08)
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
### Features
|
|
173
|
+
|
|
174
|
+
* add ISchemaMigration chain, SchemaVersionMigrator runner and version store ([#110](https://github.com/iotaledger/twin-entity-storage/issues/110)) ([2dac924](https://github.com/iotaledger/twin-entity-storage/commit/2dac9244a752cb58304d1649ff03c3a2469783dd))
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Dependencies
|
|
178
|
+
|
|
179
|
+
* The following workspace dependencies were updated
|
|
180
|
+
* dependencies
|
|
181
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
182
|
+
* devDependencies
|
|
183
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
184
|
+
|
|
185
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.20...entity-storage-connector-dynamodb-v0.0.3-next.21) (2026-06-01)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Bug Fixes
|
|
189
|
+
|
|
190
|
+
* guard against empty IN list in all SQL-style connectors ([#101](https://github.com/iotaledger/twin-entity-storage/issues/101)) ([fb2bf8b](https://github.com/iotaledger/twin-entity-storage/commit/fb2bf8beb148f0c9b92661c4899e28cd4559f39a))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Dependencies
|
|
194
|
+
|
|
195
|
+
* The following workspace dependencies were updated
|
|
196
|
+
* dependencies
|
|
197
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
198
|
+
* devDependencies
|
|
199
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
200
|
+
|
|
201
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.19...entity-storage-connector-dynamodb-v0.0.3-next.20) (2026-06-01)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Features
|
|
205
|
+
|
|
206
|
+
* add AWS pod authentication mode ([caaae36](https://github.com/iotaledger/twin-entity-storage/commit/caaae368ca104cd9994e1af7b6c4c20e603c2021))
|
|
207
|
+
* add context id features ([#55](https://github.com/iotaledger/twin-entity-storage/issues/55)) ([99c15a2](https://github.com/iotaledger/twin-entity-storage/commit/99c15a257539b61d9da63649ce573ebf47699fc9))
|
|
208
|
+
* add production release automation ([1eb4c8e](https://github.com/iotaledger/twin-entity-storage/commit/1eb4c8ee3eb099defdfc2d063ae44935276dcae8))
|
|
209
|
+
* add support for connection timeout config ([96d0025](https://github.com/iotaledger/twin-entity-storage/commit/96d0025bc11d27138bfd845e0248ba19382c3fd9))
|
|
210
|
+
* add support for connection timeout config ([64f987e](https://github.com/iotaledger/twin-entity-storage/commit/64f987e1ddfd0f09cb24eb0bd5fc3739e9b58a00))
|
|
211
|
+
* add support for object comparison conditions ([eb505a1](https://github.com/iotaledger/twin-entity-storage/commit/eb505a17a3642e95c4e3cf137a77a0a8fb388c97))
|
|
212
|
+
* add synchronised to release configs ([e1e749c](https://github.com/iotaledger/twin-entity-storage/commit/e1e749cf261b58c8c36729686861e29c7d5e068e))
|
|
213
|
+
* add validate-locales ([e66ef0d](https://github.com/iotaledger/twin-entity-storage/commit/e66ef0de26ca2f82b3fe89bb5c7a15a0978a9644))
|
|
214
|
+
* adding schema migration functionality to all the connectors ([#85](https://github.com/iotaledger/twin-entity-storage/issues/85)) ([fd1555a](https://github.com/iotaledger/twin-entity-storage/commit/fd1555a34380158214a577586dafae821e72a578))
|
|
215
|
+
* additional information in health ([1e658b7](https://github.com/iotaledger/twin-entity-storage/commit/1e658b74288e9411538286d25b81823df80703e9))
|
|
216
|
+
* disable endpoint discovery for cosmos ([49df2a2](https://github.com/iotaledger/twin-entity-storage/commit/49df2a254f385dc42e2e1f7e26e71f89b5bf5bcf))
|
|
217
|
+
* entity storage enhancements ([#86](https://github.com/iotaledger/twin-entity-storage/issues/86)) ([1279af4](https://github.com/iotaledger/twin-entity-storage/commit/1279af42615c6497bb06539842cee44842dd1f75))
|
|
218
|
+
* eslint migration to flat config ([f033b64](https://github.com/iotaledger/twin-entity-storage/commit/f033b64984c0e6a8129d929c9dd816dcc1b8dab0))
|
|
219
|
+
* logging naming consistency ([f99d12d](https://github.com/iotaledger/twin-entity-storage/commit/f99d12dea04b6d4f2b5632ff5473e9ec7d5f9055))
|
|
220
|
+
* synchronised storage ([#44](https://github.com/iotaledger/twin-entity-storage/issues/44)) ([94e10e2](https://github.com/iotaledger/twin-entity-storage/commit/94e10e26d1feec801449dc04af7a9757ac7495ff))
|
|
221
|
+
* typescript 6 update ([995a0c6](https://github.com/iotaledger/twin-entity-storage/commit/995a0c6fa9a6813bfdc7200779ce3664236e59e9))
|
|
222
|
+
* update dependencies ([7ccc0c4](https://github.com/iotaledger/twin-entity-storage/commit/7ccc0c429125d073dc60b3de6cf101abc8cc6cba))
|
|
223
|
+
* update docs ([5203e62](https://github.com/iotaledger/twin-entity-storage/commit/5203e621c3ae368f6fefb29ea5146f024f4a1b0d))
|
|
224
|
+
* update framework core ([b59a380](https://github.com/iotaledger/twin-entity-storage/commit/b59a380bb7fba2b43610f69074dcdee24a4737da))
|
|
225
|
+
* use shared store mechanism ([#34](https://github.com/iotaledger/twin-entity-storage/issues/34)) ([68b6b71](https://github.com/iotaledger/twin-entity-storage/commit/68b6b71e7a96d7d016cd57bfff36775b56bf3f93))
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Bug Fixes
|
|
229
|
+
|
|
230
|
+
* add missing dependency ([3282535](https://github.com/iotaledger/twin-entity-storage/commit/328253516e0d13b276406fb4de97dab8ee5e8ba7))
|
|
231
|
+
* add missing dependency ([2b848f3](https://github.com/iotaledger/twin-entity-storage/commit/2b848f3a345522c869b798d7a1cb64112dd8e3e3))
|
|
232
|
+
* adding tests and fixes for dot notation ([#76](https://github.com/iotaledger/twin-entity-storage/issues/76)) ([3879337](https://github.com/iotaledger/twin-entity-storage/commit/387933797e33543e4d8b2d49b8beeb792512a4ff))
|
|
233
|
+
* adding tests and support when neccesary for string include operator when needed ([#72](https://github.com/iotaledger/twin-entity-storage/issues/72)) ([3c723dd](https://github.com/iotaledger/twin-entity-storage/commit/3c723dd5694814398099d9d4594089dc6c66ba97))
|
|
234
|
+
* document AWS SDK pins for minimum release age consumers ([#96](https://github.com/iotaledger/twin-entity-storage/issues/96)) ([c4bcc26](https://github.com/iotaledger/twin-entity-storage/commit/c4bcc26f962da6f6bd090630f48d26ab58946c4e))
|
|
235
|
+
* dynamodb or conditions ([7a28b07](https://github.com/iotaledger/twin-entity-storage/commit/7a28b0702e03ec1fed04424136aca8a8c40cb28a))
|
|
236
|
+
* null secondary indexes ([#103](https://github.com/iotaledger/twin-entity-storage/issues/103)) ([5e44f11](https://github.com/iotaledger/twin-entity-storage/commit/5e44f11bb5af5bf2c27d6f1d56aba5851116ff89))
|
|
237
|
+
* query params force coercion ([dd6aa87](https://github.com/iotaledger/twin-entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
|
|
238
|
+
* tests and fixes for the comparisons for null and undefined ([#79](https://github.com/iotaledger/twin-entity-storage/issues/79)) ([e7ffd62](https://github.com/iotaledger/twin-entity-storage/commit/e7ffd62e9ec40ef31498e6e2350bb25d9c84638a))
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
### Dependencies
|
|
242
|
+
|
|
243
|
+
* The following workspace dependencies were updated
|
|
244
|
+
* dependencies
|
|
245
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
246
|
+
* devDependencies
|
|
247
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
248
|
+
|
|
249
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.18...entity-storage-connector-dynamodb-v0.0.3-next.19) (2026-06-01)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
### Features
|
|
253
|
+
|
|
254
|
+
* add AWS pod authentication mode ([caaae36](https://github.com/iotaledger/twin-entity-storage/commit/caaae368ca104cd9994e1af7b6c4c20e603c2021))
|
|
255
|
+
* add context id features ([#55](https://github.com/iotaledger/twin-entity-storage/issues/55)) ([99c15a2](https://github.com/iotaledger/twin-entity-storage/commit/99c15a257539b61d9da63649ce573ebf47699fc9))
|
|
256
|
+
* add production release automation ([1eb4c8e](https://github.com/iotaledger/twin-entity-storage/commit/1eb4c8ee3eb099defdfc2d063ae44935276dcae8))
|
|
257
|
+
* add support for connection timeout config ([96d0025](https://github.com/iotaledger/twin-entity-storage/commit/96d0025bc11d27138bfd845e0248ba19382c3fd9))
|
|
258
|
+
* add support for connection timeout config ([64f987e](https://github.com/iotaledger/twin-entity-storage/commit/64f987e1ddfd0f09cb24eb0bd5fc3739e9b58a00))
|
|
259
|
+
* add support for object comparison conditions ([eb505a1](https://github.com/iotaledger/twin-entity-storage/commit/eb505a17a3642e95c4e3cf137a77a0a8fb388c97))
|
|
260
|
+
* add synchronised to release configs ([e1e749c](https://github.com/iotaledger/twin-entity-storage/commit/e1e749cf261b58c8c36729686861e29c7d5e068e))
|
|
261
|
+
* add validate-locales ([e66ef0d](https://github.com/iotaledger/twin-entity-storage/commit/e66ef0de26ca2f82b3fe89bb5c7a15a0978a9644))
|
|
262
|
+
* adding schema migration functionality to all the connectors ([#85](https://github.com/iotaledger/twin-entity-storage/issues/85)) ([fd1555a](https://github.com/iotaledger/twin-entity-storage/commit/fd1555a34380158214a577586dafae821e72a578))
|
|
263
|
+
* additional information in health ([1e658b7](https://github.com/iotaledger/twin-entity-storage/commit/1e658b74288e9411538286d25b81823df80703e9))
|
|
264
|
+
* disable endpoint discovery for cosmos ([49df2a2](https://github.com/iotaledger/twin-entity-storage/commit/49df2a254f385dc42e2e1f7e26e71f89b5bf5bcf))
|
|
265
|
+
* entity storage enhancements ([#86](https://github.com/iotaledger/twin-entity-storage/issues/86)) ([1279af4](https://github.com/iotaledger/twin-entity-storage/commit/1279af42615c6497bb06539842cee44842dd1f75))
|
|
266
|
+
* eslint migration to flat config ([f033b64](https://github.com/iotaledger/twin-entity-storage/commit/f033b64984c0e6a8129d929c9dd816dcc1b8dab0))
|
|
267
|
+
* logging naming consistency ([f99d12d](https://github.com/iotaledger/twin-entity-storage/commit/f99d12dea04b6d4f2b5632ff5473e9ec7d5f9055))
|
|
268
|
+
* synchronised storage ([#44](https://github.com/iotaledger/twin-entity-storage/issues/44)) ([94e10e2](https://github.com/iotaledger/twin-entity-storage/commit/94e10e26d1feec801449dc04af7a9757ac7495ff))
|
|
269
|
+
* typescript 6 update ([995a0c6](https://github.com/iotaledger/twin-entity-storage/commit/995a0c6fa9a6813bfdc7200779ce3664236e59e9))
|
|
270
|
+
* update dependencies ([7ccc0c4](https://github.com/iotaledger/twin-entity-storage/commit/7ccc0c429125d073dc60b3de6cf101abc8cc6cba))
|
|
271
|
+
* update docs ([5203e62](https://github.com/iotaledger/twin-entity-storage/commit/5203e621c3ae368f6fefb29ea5146f024f4a1b0d))
|
|
272
|
+
* update framework core ([b59a380](https://github.com/iotaledger/twin-entity-storage/commit/b59a380bb7fba2b43610f69074dcdee24a4737da))
|
|
273
|
+
* use shared store mechanism ([#34](https://github.com/iotaledger/twin-entity-storage/issues/34)) ([68b6b71](https://github.com/iotaledger/twin-entity-storage/commit/68b6b71e7a96d7d016cd57bfff36775b56bf3f93))
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
### Bug Fixes
|
|
277
|
+
|
|
278
|
+
* add missing dependency ([3282535](https://github.com/iotaledger/twin-entity-storage/commit/328253516e0d13b276406fb4de97dab8ee5e8ba7))
|
|
279
|
+
* add missing dependency ([2b848f3](https://github.com/iotaledger/twin-entity-storage/commit/2b848f3a345522c869b798d7a1cb64112dd8e3e3))
|
|
280
|
+
* adding tests and fixes for dot notation ([#76](https://github.com/iotaledger/twin-entity-storage/issues/76)) ([3879337](https://github.com/iotaledger/twin-entity-storage/commit/387933797e33543e4d8b2d49b8beeb792512a4ff))
|
|
281
|
+
* adding tests and support when neccesary for string include operator when needed ([#72](https://github.com/iotaledger/twin-entity-storage/issues/72)) ([3c723dd](https://github.com/iotaledger/twin-entity-storage/commit/3c723dd5694814398099d9d4594089dc6c66ba97))
|
|
282
|
+
* document AWS SDK pins for minimum release age consumers ([#96](https://github.com/iotaledger/twin-entity-storage/issues/96)) ([c4bcc26](https://github.com/iotaledger/twin-entity-storage/commit/c4bcc26f962da6f6bd090630f48d26ab58946c4e))
|
|
283
|
+
* dynamodb or conditions ([7a28b07](https://github.com/iotaledger/twin-entity-storage/commit/7a28b0702e03ec1fed04424136aca8a8c40cb28a))
|
|
284
|
+
* null secondary indexes ([#103](https://github.com/iotaledger/twin-entity-storage/issues/103)) ([5e44f11](https://github.com/iotaledger/twin-entity-storage/commit/5e44f11bb5af5bf2c27d6f1d56aba5851116ff89))
|
|
285
|
+
* query params force coercion ([dd6aa87](https://github.com/iotaledger/twin-entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
|
|
286
|
+
* tests and fixes for the comparisons for null and undefined ([#79](https://github.com/iotaledger/twin-entity-storage/issues/79)) ([e7ffd62](https://github.com/iotaledger/twin-entity-storage/commit/e7ffd62e9ec40ef31498e6e2350bb25d9c84638a))
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Dependencies
|
|
290
|
+
|
|
291
|
+
* The following workspace dependencies were updated
|
|
292
|
+
* dependencies
|
|
293
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
294
|
+
* devDependencies
|
|
295
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
296
|
+
|
|
297
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.17...entity-storage-connector-dynamodb-v0.0.3-next.18) (2026-06-01)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Features
|
|
301
|
+
|
|
302
|
+
* add AWS pod authentication mode ([caaae36](https://github.com/iotaledger/twin-entity-storage/commit/caaae368ca104cd9994e1af7b6c4c20e603c2021))
|
|
303
|
+
* add context id features ([#55](https://github.com/iotaledger/twin-entity-storage/issues/55)) ([99c15a2](https://github.com/iotaledger/twin-entity-storage/commit/99c15a257539b61d9da63649ce573ebf47699fc9))
|
|
304
|
+
* add production release automation ([1eb4c8e](https://github.com/iotaledger/twin-entity-storage/commit/1eb4c8ee3eb099defdfc2d063ae44935276dcae8))
|
|
305
|
+
* add support for connection timeout config ([96d0025](https://github.com/iotaledger/twin-entity-storage/commit/96d0025bc11d27138bfd845e0248ba19382c3fd9))
|
|
306
|
+
* add support for connection timeout config ([64f987e](https://github.com/iotaledger/twin-entity-storage/commit/64f987e1ddfd0f09cb24eb0bd5fc3739e9b58a00))
|
|
307
|
+
* add support for object comparison conditions ([eb505a1](https://github.com/iotaledger/twin-entity-storage/commit/eb505a17a3642e95c4e3cf137a77a0a8fb388c97))
|
|
308
|
+
* add synchronised to release configs ([e1e749c](https://github.com/iotaledger/twin-entity-storage/commit/e1e749cf261b58c8c36729686861e29c7d5e068e))
|
|
309
|
+
* add validate-locales ([e66ef0d](https://github.com/iotaledger/twin-entity-storage/commit/e66ef0de26ca2f82b3fe89bb5c7a15a0978a9644))
|
|
310
|
+
* adding schema migration functionality to all the connectors ([#85](https://github.com/iotaledger/twin-entity-storage/issues/85)) ([fd1555a](https://github.com/iotaledger/twin-entity-storage/commit/fd1555a34380158214a577586dafae821e72a578))
|
|
311
|
+
* additional information in health ([1e658b7](https://github.com/iotaledger/twin-entity-storage/commit/1e658b74288e9411538286d25b81823df80703e9))
|
|
312
|
+
* disable endpoint discovery for cosmos ([49df2a2](https://github.com/iotaledger/twin-entity-storage/commit/49df2a254f385dc42e2e1f7e26e71f89b5bf5bcf))
|
|
313
|
+
* entity storage enhancements ([#86](https://github.com/iotaledger/twin-entity-storage/issues/86)) ([1279af4](https://github.com/iotaledger/twin-entity-storage/commit/1279af42615c6497bb06539842cee44842dd1f75))
|
|
314
|
+
* eslint migration to flat config ([f033b64](https://github.com/iotaledger/twin-entity-storage/commit/f033b64984c0e6a8129d929c9dd816dcc1b8dab0))
|
|
315
|
+
* logging naming consistency ([f99d12d](https://github.com/iotaledger/twin-entity-storage/commit/f99d12dea04b6d4f2b5632ff5473e9ec7d5f9055))
|
|
316
|
+
* synchronised storage ([#44](https://github.com/iotaledger/twin-entity-storage/issues/44)) ([94e10e2](https://github.com/iotaledger/twin-entity-storage/commit/94e10e26d1feec801449dc04af7a9757ac7495ff))
|
|
317
|
+
* typescript 6 update ([995a0c6](https://github.com/iotaledger/twin-entity-storage/commit/995a0c6fa9a6813bfdc7200779ce3664236e59e9))
|
|
318
|
+
* update dependencies ([7ccc0c4](https://github.com/iotaledger/twin-entity-storage/commit/7ccc0c429125d073dc60b3de6cf101abc8cc6cba))
|
|
319
|
+
* update docs ([5203e62](https://github.com/iotaledger/twin-entity-storage/commit/5203e621c3ae368f6fefb29ea5146f024f4a1b0d))
|
|
320
|
+
* update framework core ([b59a380](https://github.com/iotaledger/twin-entity-storage/commit/b59a380bb7fba2b43610f69074dcdee24a4737da))
|
|
321
|
+
* use shared store mechanism ([#34](https://github.com/iotaledger/twin-entity-storage/issues/34)) ([68b6b71](https://github.com/iotaledger/twin-entity-storage/commit/68b6b71e7a96d7d016cd57bfff36775b56bf3f93))
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Bug Fixes
|
|
325
|
+
|
|
326
|
+
* add missing dependency ([3282535](https://github.com/iotaledger/twin-entity-storage/commit/328253516e0d13b276406fb4de97dab8ee5e8ba7))
|
|
327
|
+
* add missing dependency ([2b848f3](https://github.com/iotaledger/twin-entity-storage/commit/2b848f3a345522c869b798d7a1cb64112dd8e3e3))
|
|
328
|
+
* adding tests and fixes for dot notation ([#76](https://github.com/iotaledger/twin-entity-storage/issues/76)) ([3879337](https://github.com/iotaledger/twin-entity-storage/commit/387933797e33543e4d8b2d49b8beeb792512a4ff))
|
|
329
|
+
* adding tests and support when neccesary for string include operator when needed ([#72](https://github.com/iotaledger/twin-entity-storage/issues/72)) ([3c723dd](https://github.com/iotaledger/twin-entity-storage/commit/3c723dd5694814398099d9d4594089dc6c66ba97))
|
|
330
|
+
* document AWS SDK pins for minimum release age consumers ([#96](https://github.com/iotaledger/twin-entity-storage/issues/96)) ([c4bcc26](https://github.com/iotaledger/twin-entity-storage/commit/c4bcc26f962da6f6bd090630f48d26ab58946c4e))
|
|
331
|
+
* dynamodb or conditions ([7a28b07](https://github.com/iotaledger/twin-entity-storage/commit/7a28b0702e03ec1fed04424136aca8a8c40cb28a))
|
|
332
|
+
* null secondary indexes ([#103](https://github.com/iotaledger/twin-entity-storage/issues/103)) ([5e44f11](https://github.com/iotaledger/twin-entity-storage/commit/5e44f11bb5af5bf2c27d6f1d56aba5851116ff89))
|
|
333
|
+
* query params force coercion ([dd6aa87](https://github.com/iotaledger/twin-entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
|
|
334
|
+
* tests and fixes for the comparisons for null and undefined ([#79](https://github.com/iotaledger/twin-entity-storage/issues/79)) ([e7ffd62](https://github.com/iotaledger/twin-entity-storage/commit/e7ffd62e9ec40ef31498e6e2350bb25d9c84638a))
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### Dependencies
|
|
338
|
+
|
|
339
|
+
* The following workspace dependencies were updated
|
|
340
|
+
* dependencies
|
|
341
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
342
|
+
* devDependencies
|
|
343
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
344
|
+
|
|
345
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.16...entity-storage-connector-dynamodb-v0.0.3-next.17) (2026-06-01)
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
### Bug Fixes
|
|
349
|
+
|
|
350
|
+
* null secondary indexes ([#103](https://github.com/iotaledger/twin-entity-storage/issues/103)) ([5e44f11](https://github.com/iotaledger/twin-entity-storage/commit/5e44f11bb5af5bf2c27d6f1d56aba5851116ff89))
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
### Dependencies
|
|
354
|
+
|
|
355
|
+
* The following workspace dependencies were updated
|
|
356
|
+
* dependencies
|
|
357
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
358
|
+
* devDependencies
|
|
359
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
360
|
+
|
|
361
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.15...entity-storage-connector-dynamodb-v0.0.3-next.16) (2026-05-20)
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
### Features
|
|
365
|
+
|
|
366
|
+
* disable endpoint discovery for cosmos ([49df2a2](https://github.com/iotaledger/twin-entity-storage/commit/49df2a254f385dc42e2e1f7e26e71f89b5bf5bcf))
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
### Dependencies
|
|
370
|
+
|
|
371
|
+
* The following workspace dependencies were updated
|
|
372
|
+
* dependencies
|
|
373
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
374
|
+
* devDependencies
|
|
375
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
376
|
+
|
|
377
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.14...entity-storage-connector-dynamodb-v0.0.3-next.15) (2026-05-19)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Bug Fixes
|
|
381
|
+
|
|
382
|
+
* document AWS SDK pins for minimum release age consumers ([#96](https://github.com/iotaledger/twin-entity-storage/issues/96)) ([c4bcc26](https://github.com/iotaledger/twin-entity-storage/commit/c4bcc26f962da6f6bd090630f48d26ab58946c4e))
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
### Dependencies
|
|
386
|
+
|
|
387
|
+
* The following workspace dependencies were updated
|
|
388
|
+
* dependencies
|
|
389
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
390
|
+
* devDependencies
|
|
391
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
392
|
+
|
|
393
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.13...entity-storage-connector-dynamodb-v0.0.3-next.14) (2026-05-19)
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
### Features
|
|
397
|
+
|
|
398
|
+
* adding schema migration functionality to all the connectors ([#85](https://github.com/iotaledger/twin-entity-storage/issues/85)) ([fd1555a](https://github.com/iotaledger/twin-entity-storage/commit/fd1555a34380158214a577586dafae821e72a578))
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Bug Fixes
|
|
402
|
+
|
|
403
|
+
* dynamodb or conditions ([7a28b07](https://github.com/iotaledger/twin-entity-storage/commit/7a28b0702e03ec1fed04424136aca8a8c40cb28a))
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Dependencies
|
|
407
|
+
|
|
408
|
+
* The following workspace dependencies were updated
|
|
409
|
+
* dependencies
|
|
410
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
411
|
+
* devDependencies
|
|
412
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
413
|
+
|
|
414
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.12...entity-storage-connector-dynamodb-v0.0.3-next.13) (2026-05-13)
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Miscellaneous Chores
|
|
418
|
+
|
|
419
|
+
* **entity-storage-connector-dynamodb:** Synchronize repo versions
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Dependencies
|
|
423
|
+
|
|
424
|
+
* The following workspace dependencies were updated
|
|
425
|
+
* dependencies
|
|
426
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
427
|
+
* devDependencies
|
|
428
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
429
|
+
|
|
430
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.11...entity-storage-connector-dynamodb-v0.0.3-next.12) (2026-05-11)
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
### Features
|
|
434
|
+
|
|
435
|
+
* typescript 6 update ([995a0c6](https://github.com/iotaledger/twin-entity-storage/commit/995a0c6fa9a6813bfdc7200779ce3664236e59e9))
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### Dependencies
|
|
439
|
+
|
|
440
|
+
* The following workspace dependencies were updated
|
|
441
|
+
* dependencies
|
|
442
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
443
|
+
* devDependencies
|
|
444
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
445
|
+
|
|
446
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.10...entity-storage-connector-dynamodb-v0.0.3-next.11) (2026-05-07)
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Features
|
|
450
|
+
|
|
451
|
+
* additional information in health ([1e658b7](https://github.com/iotaledger/twin-entity-storage/commit/1e658b74288e9411538286d25b81823df80703e9))
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Dependencies
|
|
455
|
+
|
|
456
|
+
* The following workspace dependencies were updated
|
|
457
|
+
* dependencies
|
|
458
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
459
|
+
* devDependencies
|
|
460
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
461
|
+
|
|
462
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.9...entity-storage-connector-dynamodb-v0.0.3-next.10) (2026-05-07)
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### Features
|
|
466
|
+
|
|
467
|
+
* entity storage enhancements ([#86](https://github.com/iotaledger/twin-entity-storage/issues/86)) ([1279af4](https://github.com/iotaledger/twin-entity-storage/commit/1279af42615c6497bb06539842cee44842dd1f75))
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### Dependencies
|
|
471
|
+
|
|
472
|
+
* The following workspace dependencies were updated
|
|
473
|
+
* dependencies
|
|
474
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
475
|
+
* devDependencies
|
|
476
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
477
|
+
|
|
478
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.8...entity-storage-connector-dynamodb-v0.0.3-next.9) (2026-04-22)
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
### Miscellaneous Chores
|
|
482
|
+
|
|
483
|
+
* **entity-storage-connector-dynamodb:** Synchronize repo versions
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
### Dependencies
|
|
487
|
+
|
|
488
|
+
* The following workspace dependencies were updated
|
|
489
|
+
* dependencies
|
|
490
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
491
|
+
* devDependencies
|
|
492
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
493
|
+
|
|
494
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.7...entity-storage-connector-dynamodb-v0.0.3-next.8) (2026-03-20)
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
### Bug Fixes
|
|
498
|
+
|
|
499
|
+
* tests and fixes for the comparisons for null and undefined ([#79](https://github.com/iotaledger/twin-entity-storage/issues/79)) ([e7ffd62](https://github.com/iotaledger/twin-entity-storage/commit/e7ffd62e9ec40ef31498e6e2350bb25d9c84638a))
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
### Dependencies
|
|
503
|
+
|
|
504
|
+
* The following workspace dependencies were updated
|
|
505
|
+
* dependencies
|
|
506
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
507
|
+
* devDependencies
|
|
508
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
509
|
+
|
|
510
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.6...entity-storage-connector-dynamodb-v0.0.3-next.7) (2026-03-13)
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
### Bug Fixes
|
|
514
|
+
|
|
515
|
+
* adding tests and fixes for dot notation ([#76](https://github.com/iotaledger/twin-entity-storage/issues/76)) ([3879337](https://github.com/iotaledger/twin-entity-storage/commit/387933797e33543e4d8b2d49b8beeb792512a4ff))
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
### Dependencies
|
|
519
|
+
|
|
520
|
+
* The following workspace dependencies were updated
|
|
521
|
+
* dependencies
|
|
522
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
523
|
+
* devDependencies
|
|
524
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
525
|
+
|
|
526
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.5...entity-storage-connector-dynamodb-v0.0.3-next.6) (2026-01-21)
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
### Bug Fixes
|
|
530
|
+
|
|
531
|
+
* adding tests and support when neccesary for string include operator when needed ([#72](https://github.com/iotaledger/twin-entity-storage/issues/72)) ([3c723dd](https://github.com/iotaledger/twin-entity-storage/commit/3c723dd5694814398099d9d4594089dc6c66ba97))
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Dependencies
|
|
535
|
+
|
|
536
|
+
* The following workspace dependencies were updated
|
|
537
|
+
* dependencies
|
|
538
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
539
|
+
* devDependencies
|
|
540
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
541
|
+
|
|
542
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.4...entity-storage-connector-dynamodb-v0.0.3-next.5) (2026-01-06)
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
### Miscellaneous Chores
|
|
546
|
+
|
|
547
|
+
* **entity-storage-connector-dynamodb:** Synchronize repo versions
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Dependencies
|
|
551
|
+
|
|
552
|
+
* The following workspace dependencies were updated
|
|
553
|
+
* dependencies
|
|
554
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
555
|
+
* devDependencies
|
|
556
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
557
|
+
|
|
558
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.3...entity-storage-connector-dynamodb-v0.0.3-next.4) (2025-12-03)
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
### Features
|
|
562
|
+
|
|
563
|
+
* add support for connection timeout config ([96d0025](https://github.com/iotaledger/twin-entity-storage/commit/96d0025bc11d27138bfd845e0248ba19382c3fd9))
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
### Dependencies
|
|
567
|
+
|
|
568
|
+
* The following workspace dependencies were updated
|
|
569
|
+
* dependencies
|
|
570
|
+
* @twin.org/entity-storage-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
571
|
+
* devDependencies
|
|
572
|
+
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
573
|
+
|
|
574
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.2...entity-storage-connector-dynamodb-v0.0.3-next.3) (2025-11-26)
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
### Features
|
|
578
|
+
|
|
579
|
+
* add support for connection timeout config ([64f987e](https://github.com/iotaledger/twin-entity-storage/commit/64f987e1ddfd0f09cb24eb0bd5fc3739e9b58a00))
|
|
580
|
+
* add support for object comparison conditions ([eb505a1](https://github.com/iotaledger/twin-entity-storage/commit/eb505a17a3642e95c4e3cf137a77a0a8fb388c97))
|
|
10
581
|
|
|
11
582
|
|
|
12
583
|
### Dependencies
|
|
@@ -17,13 +588,13 @@
|
|
|
17
588
|
* devDependencies
|
|
18
589
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
19
590
|
|
|
20
|
-
## [0.0.3-next.2](https://github.com/
|
|
591
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.1...entity-storage-connector-dynamodb-v0.0.3-next.2) (2025-11-13)
|
|
21
592
|
|
|
22
593
|
|
|
23
594
|
### Bug Fixes
|
|
24
595
|
|
|
25
|
-
* add missing dependency ([3282535](https://github.com/
|
|
26
|
-
* add missing dependency ([2b848f3](https://github.com/
|
|
596
|
+
* add missing dependency ([3282535](https://github.com/iotaledger/twin-entity-storage/commit/328253516e0d13b276406fb4de97dab8ee5e8ba7))
|
|
597
|
+
* add missing dependency ([2b848f3](https://github.com/iotaledger/twin-entity-storage/commit/2b848f3a345522c869b798d7a1cb64112dd8e3e3))
|
|
27
598
|
|
|
28
599
|
|
|
29
600
|
### Dependencies
|
|
@@ -34,28 +605,28 @@
|
|
|
34
605
|
* devDependencies
|
|
35
606
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
36
607
|
|
|
37
|
-
## [0.0.3-next.1](https://github.com/
|
|
608
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.3-next.0...entity-storage-connector-dynamodb-v0.0.3-next.1) (2025-11-10)
|
|
38
609
|
|
|
39
610
|
|
|
40
611
|
### Features
|
|
41
612
|
|
|
42
|
-
* add AWS pod authentication mode ([caaae36](https://github.com/
|
|
43
|
-
* add context id features ([#55](https://github.com/
|
|
44
|
-
* add production release automation ([1eb4c8e](https://github.com/
|
|
45
|
-
* add synchronised to release configs ([e1e749c](https://github.com/
|
|
46
|
-
* add validate-locales ([e66ef0d](https://github.com/
|
|
47
|
-
* eslint migration to flat config ([f033b64](https://github.com/
|
|
48
|
-
* logging naming consistency ([f99d12d](https://github.com/
|
|
49
|
-
* synchronised storage ([#44](https://github.com/
|
|
50
|
-
* update dependencies ([7ccc0c4](https://github.com/
|
|
51
|
-
* update docs ([5203e62](https://github.com/
|
|
52
|
-
* update framework core ([b59a380](https://github.com/
|
|
53
|
-
* use shared store mechanism ([#34](https://github.com/
|
|
613
|
+
* add AWS pod authentication mode ([caaae36](https://github.com/iotaledger/twin-entity-storage/commit/caaae368ca104cd9994e1af7b6c4c20e603c2021))
|
|
614
|
+
* add context id features ([#55](https://github.com/iotaledger/twin-entity-storage/issues/55)) ([99c15a2](https://github.com/iotaledger/twin-entity-storage/commit/99c15a257539b61d9da63649ce573ebf47699fc9))
|
|
615
|
+
* add production release automation ([1eb4c8e](https://github.com/iotaledger/twin-entity-storage/commit/1eb4c8ee3eb099defdfc2d063ae44935276dcae8))
|
|
616
|
+
* add synchronised to release configs ([e1e749c](https://github.com/iotaledger/twin-entity-storage/commit/e1e749cf261b58c8c36729686861e29c7d5e068e))
|
|
617
|
+
* add validate-locales ([e66ef0d](https://github.com/iotaledger/twin-entity-storage/commit/e66ef0de26ca2f82b3fe89bb5c7a15a0978a9644))
|
|
618
|
+
* eslint migration to flat config ([f033b64](https://github.com/iotaledger/twin-entity-storage/commit/f033b64984c0e6a8129d929c9dd816dcc1b8dab0))
|
|
619
|
+
* logging naming consistency ([f99d12d](https://github.com/iotaledger/twin-entity-storage/commit/f99d12dea04b6d4f2b5632ff5473e9ec7d5f9055))
|
|
620
|
+
* synchronised storage ([#44](https://github.com/iotaledger/twin-entity-storage/issues/44)) ([94e10e2](https://github.com/iotaledger/twin-entity-storage/commit/94e10e26d1feec801449dc04af7a9757ac7495ff))
|
|
621
|
+
* update dependencies ([7ccc0c4](https://github.com/iotaledger/twin-entity-storage/commit/7ccc0c429125d073dc60b3de6cf101abc8cc6cba))
|
|
622
|
+
* update docs ([5203e62](https://github.com/iotaledger/twin-entity-storage/commit/5203e621c3ae368f6fefb29ea5146f024f4a1b0d))
|
|
623
|
+
* update framework core ([b59a380](https://github.com/iotaledger/twin-entity-storage/commit/b59a380bb7fba2b43610f69074dcdee24a4737da))
|
|
624
|
+
* use shared store mechanism ([#34](https://github.com/iotaledger/twin-entity-storage/issues/34)) ([68b6b71](https://github.com/iotaledger/twin-entity-storage/commit/68b6b71e7a96d7d016cd57bfff36775b56bf3f93))
|
|
54
625
|
|
|
55
626
|
|
|
56
627
|
### Bug Fixes
|
|
57
628
|
|
|
58
|
-
* query params force coercion ([dd6aa87](https://github.com/
|
|
629
|
+
* query params force coercion ([dd6aa87](https://github.com/iotaledger/twin-entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
|
|
59
630
|
|
|
60
631
|
|
|
61
632
|
### Dependencies
|
|
@@ -66,12 +637,12 @@
|
|
|
66
637
|
* devDependencies
|
|
67
638
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
68
639
|
|
|
69
|
-
## [0.0.2-next.10](https://github.com/
|
|
640
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.2-next.9...entity-storage-connector-dynamodb-v0.0.2-next.10) (2025-10-09)
|
|
70
641
|
|
|
71
642
|
|
|
72
643
|
### Features
|
|
73
644
|
|
|
74
|
-
* add validate-locales ([e66ef0d](https://github.com/
|
|
645
|
+
* add validate-locales ([e66ef0d](https://github.com/iotaledger/twin-entity-storage/commit/e66ef0de26ca2f82b3fe89bb5c7a15a0978a9644))
|
|
75
646
|
|
|
76
647
|
|
|
77
648
|
### Dependencies
|
|
@@ -82,12 +653,12 @@
|
|
|
82
653
|
* devDependencies
|
|
83
654
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
84
655
|
|
|
85
|
-
## [0.0.2-next.9](https://github.com/
|
|
656
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.2-next.8...entity-storage-connector-dynamodb-v0.0.2-next.9) (2025-10-02)
|
|
86
657
|
|
|
87
658
|
|
|
88
659
|
### Features
|
|
89
660
|
|
|
90
|
-
* add AWS pod authentication mode ([caaae36](https://github.com/
|
|
661
|
+
* add AWS pod authentication mode ([caaae36](https://github.com/iotaledger/twin-entity-storage/commit/caaae368ca104cd9994e1af7b6c4c20e603c2021))
|
|
91
662
|
|
|
92
663
|
|
|
93
664
|
### Dependencies
|
|
@@ -98,12 +669,12 @@
|
|
|
98
669
|
* devDependencies
|
|
99
670
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
100
671
|
|
|
101
|
-
## [0.0.2-next.8](https://github.com/
|
|
672
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.2-next.7...entity-storage-connector-dynamodb-v0.0.2-next.8) (2025-08-29)
|
|
102
673
|
|
|
103
674
|
|
|
104
675
|
### Features
|
|
105
676
|
|
|
106
|
-
* eslint migration to flat config ([f033b64](https://github.com/
|
|
677
|
+
* eslint migration to flat config ([f033b64](https://github.com/iotaledger/twin-entity-storage/commit/f033b64984c0e6a8129d929c9dd816dcc1b8dab0))
|
|
107
678
|
|
|
108
679
|
|
|
109
680
|
### Dependencies
|
|
@@ -114,12 +685,12 @@
|
|
|
114
685
|
* devDependencies
|
|
115
686
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
116
687
|
|
|
117
|
-
## [0.0.2-next.7](https://github.com/
|
|
688
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.2-next.6...entity-storage-connector-dynamodb-v0.0.2-next.7) (2025-08-20)
|
|
118
689
|
|
|
119
690
|
|
|
120
691
|
### Features
|
|
121
692
|
|
|
122
|
-
* logging naming consistency ([f99d12d](https://github.com/
|
|
693
|
+
* logging naming consistency ([f99d12d](https://github.com/iotaledger/twin-entity-storage/commit/f99d12dea04b6d4f2b5632ff5473e9ec7d5f9055))
|
|
123
694
|
|
|
124
695
|
|
|
125
696
|
### Dependencies
|
|
@@ -130,12 +701,12 @@
|
|
|
130
701
|
* devDependencies
|
|
131
702
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
132
703
|
|
|
133
|
-
## [0.0.2-next.6](https://github.com/
|
|
704
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.2-next.5...entity-storage-connector-dynamodb-v0.0.2-next.6) (2025-08-19)
|
|
134
705
|
|
|
135
706
|
|
|
136
707
|
### Features
|
|
137
708
|
|
|
138
|
-
* update framework core ([b59a380](https://github.com/
|
|
709
|
+
* update framework core ([b59a380](https://github.com/iotaledger/twin-entity-storage/commit/b59a380bb7fba2b43610f69074dcdee24a4737da))
|
|
139
710
|
|
|
140
711
|
|
|
141
712
|
### Dependencies
|
|
@@ -146,7 +717,7 @@
|
|
|
146
717
|
* devDependencies
|
|
147
718
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
148
719
|
|
|
149
|
-
## [0.0.2-next.5](https://github.com/
|
|
720
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.2-next.4...entity-storage-connector-dynamodb-v0.0.2-next.5) (2025-08-11)
|
|
150
721
|
|
|
151
722
|
|
|
152
723
|
### Miscellaneous Chores
|
|
@@ -162,7 +733,7 @@
|
|
|
162
733
|
* devDependencies
|
|
163
734
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
164
735
|
|
|
165
|
-
## [0.0.2-next.4](https://github.com/
|
|
736
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.2-next.3...entity-storage-connector-dynamodb-v0.0.2-next.4) (2025-08-08)
|
|
166
737
|
|
|
167
738
|
|
|
168
739
|
### Miscellaneous Chores
|
|
@@ -178,12 +749,12 @@
|
|
|
178
749
|
* devDependencies
|
|
179
750
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
180
751
|
|
|
181
|
-
## [0.0.2-next.3](https://github.com/
|
|
752
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.2-next.2...entity-storage-connector-dynamodb-v0.0.2-next.3) (2025-07-25)
|
|
182
753
|
|
|
183
754
|
|
|
184
755
|
### Features
|
|
185
756
|
|
|
186
|
-
* add synchronised to release configs ([e1e749c](https://github.com/
|
|
757
|
+
* add synchronised to release configs ([e1e749c](https://github.com/iotaledger/twin-entity-storage/commit/e1e749cf261b58c8c36729686861e29c7d5e068e))
|
|
187
758
|
|
|
188
759
|
|
|
189
760
|
### Dependencies
|
|
@@ -194,12 +765,12 @@
|
|
|
194
765
|
* devDependencies
|
|
195
766
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
196
767
|
|
|
197
|
-
## [0.0.2-next.2](https://github.com/
|
|
768
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.2-next.1...entity-storage-connector-dynamodb-v0.0.2-next.2) (2025-07-24)
|
|
198
769
|
|
|
199
770
|
|
|
200
771
|
### Features
|
|
201
772
|
|
|
202
|
-
* synchronised storage ([#44](https://github.com/
|
|
773
|
+
* synchronised storage ([#44](https://github.com/iotaledger/twin-entity-storage/issues/44)) ([94e10e2](https://github.com/iotaledger/twin-entity-storage/commit/94e10e26d1feec801449dc04af7a9757ac7495ff))
|
|
203
774
|
|
|
204
775
|
|
|
205
776
|
### Dependencies
|
|
@@ -210,20 +781,20 @@
|
|
|
210
781
|
* devDependencies
|
|
211
782
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
212
783
|
|
|
213
|
-
## [0.0.2-next.1](https://github.com/
|
|
784
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.2-next.0...entity-storage-connector-dynamodb-v0.0.2-next.1) (2025-07-17)
|
|
214
785
|
|
|
215
786
|
|
|
216
787
|
### Features
|
|
217
788
|
|
|
218
|
-
* add production release automation ([1eb4c8e](https://github.com/
|
|
219
|
-
* update dependencies ([7ccc0c4](https://github.com/
|
|
220
|
-
* update docs ([5203e62](https://github.com/
|
|
221
|
-
* use shared store mechanism ([#34](https://github.com/
|
|
789
|
+
* add production release automation ([1eb4c8e](https://github.com/iotaledger/twin-entity-storage/commit/1eb4c8ee3eb099defdfc2d063ae44935276dcae8))
|
|
790
|
+
* update dependencies ([7ccc0c4](https://github.com/iotaledger/twin-entity-storage/commit/7ccc0c429125d073dc60b3de6cf101abc8cc6cba))
|
|
791
|
+
* update docs ([5203e62](https://github.com/iotaledger/twin-entity-storage/commit/5203e621c3ae368f6fefb29ea5146f024f4a1b0d))
|
|
792
|
+
* use shared store mechanism ([#34](https://github.com/iotaledger/twin-entity-storage/issues/34)) ([68b6b71](https://github.com/iotaledger/twin-entity-storage/commit/68b6b71e7a96d7d016cd57bfff36775b56bf3f93))
|
|
222
793
|
|
|
223
794
|
|
|
224
795
|
### Bug Fixes
|
|
225
796
|
|
|
226
|
-
* query params force coercion ([dd6aa87](https://github.com/
|
|
797
|
+
* query params force coercion ([dd6aa87](https://github.com/iotaledger/twin-entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
|
|
227
798
|
|
|
228
799
|
|
|
229
800
|
### Dependencies
|
|
@@ -239,16 +810,16 @@
|
|
|
239
810
|
|
|
240
811
|
### Features
|
|
241
812
|
|
|
242
|
-
* add production release automation ([1eb4c8e](https://github.com/
|
|
243
|
-
* release to production ([a309051](https://github.com/
|
|
244
|
-
* update dependencies ([7ccc0c4](https://github.com/
|
|
245
|
-
* update docs ([5203e62](https://github.com/
|
|
246
|
-
* use shared store mechanism ([#34](https://github.com/
|
|
813
|
+
* add production release automation ([1eb4c8e](https://github.com/iotaledger/twin-entity-storage/commit/1eb4c8ee3eb099defdfc2d063ae44935276dcae8))
|
|
814
|
+
* release to production ([a309051](https://github.com/iotaledger/twin-entity-storage/commit/a3090519adebf7943232b4df12e4c6bd5afe7eed))
|
|
815
|
+
* update dependencies ([7ccc0c4](https://github.com/iotaledger/twin-entity-storage/commit/7ccc0c429125d073dc60b3de6cf101abc8cc6cba))
|
|
816
|
+
* update docs ([5203e62](https://github.com/iotaledger/twin-entity-storage/commit/5203e621c3ae368f6fefb29ea5146f024f4a1b0d))
|
|
817
|
+
* use shared store mechanism ([#34](https://github.com/iotaledger/twin-entity-storage/issues/34)) ([68b6b71](https://github.com/iotaledger/twin-entity-storage/commit/68b6b71e7a96d7d016cd57bfff36775b56bf3f93))
|
|
247
818
|
|
|
248
819
|
|
|
249
820
|
### Bug Fixes
|
|
250
821
|
|
|
251
|
-
* query params force coercion ([dd6aa87](https://github.com/
|
|
822
|
+
* query params force coercion ([dd6aa87](https://github.com/iotaledger/twin-entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
|
|
252
823
|
|
|
253
824
|
|
|
254
825
|
### Dependencies
|
|
@@ -259,12 +830,12 @@
|
|
|
259
830
|
* devDependencies
|
|
260
831
|
* @twin.org/entity-storage-connector-memory bumped from ^0.0.0 to ^0.0.1
|
|
261
832
|
|
|
262
|
-
## [0.0.1-next.31](https://github.com/
|
|
833
|
+
## [0.0.1-next.31](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.1-next.30...entity-storage-connector-dynamodb-v0.0.1-next.31) (2025-06-20)
|
|
263
834
|
|
|
264
835
|
|
|
265
836
|
### Bug Fixes
|
|
266
837
|
|
|
267
|
-
* query params force coercion ([dd6aa87](https://github.com/
|
|
838
|
+
* query params force coercion ([dd6aa87](https://github.com/iotaledger/twin-entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
|
|
268
839
|
|
|
269
840
|
|
|
270
841
|
### Dependencies
|
|
@@ -275,12 +846,12 @@
|
|
|
275
846
|
* devDependencies
|
|
276
847
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.1-next.30 to 0.0.1-next.31
|
|
277
848
|
|
|
278
|
-
## [0.0.1-next.30](https://github.com/
|
|
849
|
+
## [0.0.1-next.30](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.1-next.29...entity-storage-connector-dynamodb-v0.0.1-next.30) (2025-06-12)
|
|
279
850
|
|
|
280
851
|
|
|
281
852
|
### Features
|
|
282
853
|
|
|
283
|
-
* update dependencies ([7ccc0c4](https://github.com/
|
|
854
|
+
* update dependencies ([7ccc0c4](https://github.com/iotaledger/twin-entity-storage/commit/7ccc0c429125d073dc60b3de6cf101abc8cc6cba))
|
|
284
855
|
|
|
285
856
|
|
|
286
857
|
### Dependencies
|
|
@@ -291,12 +862,12 @@
|
|
|
291
862
|
* devDependencies
|
|
292
863
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.1-next.29 to 0.0.1-next.30
|
|
293
864
|
|
|
294
|
-
## [0.0.1-next.29](https://github.com/
|
|
865
|
+
## [0.0.1-next.29](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.1-next.28...entity-storage-connector-dynamodb-v0.0.1-next.29) (2025-04-17)
|
|
295
866
|
|
|
296
867
|
|
|
297
868
|
### Features
|
|
298
869
|
|
|
299
|
-
* use shared store mechanism ([#34](https://github.com/
|
|
870
|
+
* use shared store mechanism ([#34](https://github.com/iotaledger/twin-entity-storage/issues/34)) ([68b6b71](https://github.com/iotaledger/twin-entity-storage/commit/68b6b71e7a96d7d016cd57bfff36775b56bf3f93))
|
|
300
871
|
|
|
301
872
|
|
|
302
873
|
### Dependencies
|
|
@@ -307,12 +878,12 @@
|
|
|
307
878
|
* devDependencies
|
|
308
879
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.1-next.28 to 0.0.1-next.29
|
|
309
880
|
|
|
310
|
-
## [0.0.1-next.28](https://github.com/
|
|
881
|
+
## [0.0.1-next.28](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.1-next.27...entity-storage-connector-dynamodb-v0.0.1-next.28) (2025-04-09)
|
|
311
882
|
|
|
312
883
|
|
|
313
884
|
### Features
|
|
314
885
|
|
|
315
|
-
* update docs ([5203e62](https://github.com/
|
|
886
|
+
* update docs ([5203e62](https://github.com/iotaledger/twin-entity-storage/commit/5203e621c3ae368f6fefb29ea5146f024f4a1b0d))
|
|
316
887
|
|
|
317
888
|
|
|
318
889
|
### Dependencies
|
|
@@ -323,7 +894,7 @@
|
|
|
323
894
|
* devDependencies
|
|
324
895
|
* @twin.org/entity-storage-connector-memory bumped from 0.0.1-next.27 to 0.0.1-next.28
|
|
325
896
|
|
|
326
|
-
## [0.0.1-next.27](https://github.com/
|
|
897
|
+
## [0.0.1-next.27](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-dynamodb-v0.0.1-next.26...entity-storage-connector-dynamodb-v0.0.1-next.27) (2025-03-28)
|
|
327
898
|
|
|
328
899
|
|
|
329
900
|
### Miscellaneous Chores
|