@twin.org/entity-storage-connector-cosmosdb 0.9.3-next.6 → 0.10.0

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.
Files changed (2) hide show
  1. package/docs/changelog.md +36 -0
  2. package/package.json +8 -8
package/docs/changelog.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.0](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-cosmosdb-v0.10.0...entity-storage-connector-cosmosdb-v0.10.0) (2026-09-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * add production release automation ([1eb4c8e](https://github.com/iotaledger/twin-entity-storage/commit/1eb4c8ee3eb099defdfc2d063ae44935276dcae8))
9
+ * CosmosDB Entity Storage Connector ([#20](https://github.com/iotaledger/twin-entity-storage/issues/20)) ([0ae8371](https://github.com/iotaledger/twin-entity-storage/commit/0ae8371d81ce7e20c0b0397144499dc3e17ffa0a))
10
+ * release to production ([a309051](https://github.com/iotaledger/twin-entity-storage/commit/a3090519adebf7943232b4df12e4c6bd5afe7eed))
11
+ * release to production ([#150](https://github.com/iotaledger/twin-entity-storage/issues/150)) ([4275601](https://github.com/iotaledger/twin-entity-storage/commit/42756015e853a837240f8aafdb0a8ebce2d836c1))
12
+ * release to production ([#176](https://github.com/iotaledger/twin-entity-storage/issues/176)) ([475d899](https://github.com/iotaledger/twin-entity-storage/commit/475d89965931d62cd3ed42f134fb567fc7972705))
13
+ * release to production ([#227](https://github.com/iotaledger/twin-entity-storage/issues/227)) ([c935228](https://github.com/iotaledger/twin-entity-storage/commit/c935228c14b7f0e8880088a102a76fcbecd5bf5a))
14
+ * release to production [skip ci] ([#268](https://github.com/iotaledger/twin-entity-storage/issues/268)) ([c63c37e](https://github.com/iotaledger/twin-entity-storage/commit/c63c37ef96281f7543cc1dddc80ab7deed4d91d4))
15
+ * update dependencies ([7ccc0c4](https://github.com/iotaledger/twin-entity-storage/commit/7ccc0c429125d073dc60b3de6cf101abc8cc6cba))
16
+ * use shared store mechanism ([#34](https://github.com/iotaledger/twin-entity-storage/issues/34)) ([68b6b71](https://github.com/iotaledger/twin-entity-storage/commit/68b6b71e7a96d7d016cd57bfff36775b56bf3f93))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * query params force coercion ([dd6aa87](https://github.com/iotaledger/twin-entity-storage/commit/dd6aa87efdfb60bab7d6756a86888863c45c51a7))
22
+
23
+ ## [0.9.3-next.7](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-cosmosdb-v0.9.3-next.6...entity-storage-connector-cosmosdb-v0.9.3-next.7) (2026-09-15)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * return int64 and uint64 properties as numbers on every connector ([#262](https://github.com/iotaledger/twin-entity-storage/issues/262)) ([ac85288](https://github.com/iotaledger/twin-entity-storage/commit/ac852883f4dbe97b0e844e3d094cf609e8cafbcc))
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @twin.org/entity-storage-models bumped from 0.9.3-next.6 to 0.9.3-next.7
36
+ * devDependencies
37
+ * @twin.org/entity-storage-connector-memory bumped from 0.9.3-next.6 to 0.9.3-next.7
38
+
3
39
  ## [0.9.3-next.6](https://github.com/iotaledger/twin-entity-storage/compare/entity-storage-connector-cosmosdb-v0.9.3-next.5...entity-storage-connector-cosmosdb-v0.9.3-next.6) (2026-09-14)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/entity-storage-connector-cosmosdb",
3
- "version": "0.9.3-next.6",
3
+ "version": "0.10.0",
4
4
  "description": "Azure Cosmos DB connector for globally distributed persistence.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,13 +15,13 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@azure/cosmos": "4.10.0",
18
- "@twin.org/api-models": "next",
19
- "@twin.org/context": "next",
20
- "@twin.org/core": "next",
21
- "@twin.org/entity": "next",
22
- "@twin.org/entity-storage-models": "0.9.3-next.6",
23
- "@twin.org/logging-models": "next",
24
- "@twin.org/nameof": "next"
18
+ "@twin.org/api-models": "^0.10.0",
19
+ "@twin.org/context": "^0.10.0",
20
+ "@twin.org/core": "^0.10.0",
21
+ "@twin.org/entity": "^0.10.0",
22
+ "@twin.org/entity-storage-models": "^0.10.0",
23
+ "@twin.org/logging-models": "^0.9.2",
24
+ "@twin.org/nameof": "^0.10.0"
25
25
  },
26
26
  "main": "./dist/es/index.js",
27
27
  "types": "./dist/types/index.d.ts",