Skip to content

Commit a58990f

Browse files
chore(release): 2.4.0-temp-ci-debug.1 [skip ci]
# [2.4.0-temp-ci-debug.1](v2.3.2...v2.4.0-temp-ci-debug.1) (2024-01-11) ### Bug Fixes * **asset_migration:** fixes multiple assets migration and optimize ([fd546cf](fd546cf)) * **assetsGroups:** disable checkRights on impersonate ([#325](#325)) ([eaa3edc](eaa3edc)) * **assets:** migrate tenant only if user is admin ([c24f942](c24f942)) * **assetsMigrateTenant:** add type for frontend and fix admin only ([e249f13](e249f13)) * **ci:** correct github token in ci ([a5a6b69](a5a6b69)) * copy-version script ([72b5e49](72b5e49)) * correct KuzzleRequest for pipes ([ef932d1](ef932d1)) * **export:** correct scroll in getNamedMeasures ([05fe4fd](05fe4fd)) * improve get internal devices documents ([03ccb29](03ccb29)) * **migrateTenant:** clear groups of newly created assets ([79f6a5a](79f6a5a)) * **npm:** fix repository url ([514dc59](514dc59)) * update semantic-release ([380c8b3](380c8b3)) ### Features * **asset:** add upsert method ([#323](#323)) ([5f87787](5f87787)) * **assets:** assets migrate tenant ([5f05101](5f05101)) * digitaltwin exports ([#315](#315)) ([aab65af](aab65af)) * **digitalTwin:** allow to modify mapping from application ([#322](#322)) ([89d375a](89d375a)) * **digitalTwin:** implement generic document pipes triggers ([#321](#321)) ([60a21fc](60a21fc)) * improve export ([#316](#316)) ([51db84a](51db84a)) * **measures:** add lastMeasuredAt on DigitalTwin ([#314](#314)) ([05b8a53](05b8a53))
1 parent a7dd6a8 commit a58990f

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [2.4.0-temp-ci-debug.1](https://github.com/kuzzleio/kuzzle-device-manager/compare/v2.3.2...v2.4.0-temp-ci-debug.1) (2024-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **asset_migration:** fixes multiple assets migration and optimize ([fd546cf](https://github.com/kuzzleio/kuzzle-device-manager/commit/fd546cf4141208f2742f3f0a0b303e6e5903ef56))
7+
* **assetsGroups:** disable checkRights on impersonate ([#325](https://github.com/kuzzleio/kuzzle-device-manager/issues/325)) ([eaa3edc](https://github.com/kuzzleio/kuzzle-device-manager/commit/eaa3edc678529f0a4b1e0f440764e3c8f8504f62))
8+
* **assets:** migrate tenant only if user is admin ([c24f942](https://github.com/kuzzleio/kuzzle-device-manager/commit/c24f942673b37e798c9f89a098ad6747fd4977bd))
9+
* **assetsMigrateTenant:** add type for frontend and fix admin only ([e249f13](https://github.com/kuzzleio/kuzzle-device-manager/commit/e249f13d3e2bba70023177374c0874d982f78226))
10+
* **ci:** correct github token in ci ([a5a6b69](https://github.com/kuzzleio/kuzzle-device-manager/commit/a5a6b69898defc1cdb22b57d389ad745ee75de8e))
11+
* copy-version script ([72b5e49](https://github.com/kuzzleio/kuzzle-device-manager/commit/72b5e496c81700fddd9b475cb77965c3b6091de7))
12+
* correct KuzzleRequest for pipes ([ef932d1](https://github.com/kuzzleio/kuzzle-device-manager/commit/ef932d1b874e3768c091783819e6b063b4f1211a))
13+
* **export:** correct scroll in getNamedMeasures ([05fe4fd](https://github.com/kuzzleio/kuzzle-device-manager/commit/05fe4fd081e049978e1fab06f82bce1bb1dc0950))
14+
* improve get internal devices documents ([03ccb29](https://github.com/kuzzleio/kuzzle-device-manager/commit/03ccb297c9f86ee6fe78acfe9dace932c96af568))
15+
* **migrateTenant:** clear groups of newly created assets ([79f6a5a](https://github.com/kuzzleio/kuzzle-device-manager/commit/79f6a5a84a34fd526e3820455cdf999364c49ad1))
16+
* **npm:** fix repository url ([514dc59](https://github.com/kuzzleio/kuzzle-device-manager/commit/514dc59913950299354b22a99febe525f1190d96))
17+
* update semantic-release ([380c8b3](https://github.com/kuzzleio/kuzzle-device-manager/commit/380c8b340e925bfca0f1c435c2fcaa6c2f20ced0))
18+
19+
20+
### Features
21+
22+
* **asset:** add upsert method ([#323](https://github.com/kuzzleio/kuzzle-device-manager/issues/323)) ([5f87787](https://github.com/kuzzleio/kuzzle-device-manager/commit/5f8778734849386a796eed6ae6071757978bc956))
23+
* **assets:** assets migrate tenant ([5f05101](https://github.com/kuzzleio/kuzzle-device-manager/commit/5f0510120428cbaffaa4569a705a5f20644d8c83))
24+
* digitaltwin exports ([#315](https://github.com/kuzzleio/kuzzle-device-manager/issues/315)) ([aab65af](https://github.com/kuzzleio/kuzzle-device-manager/commit/aab65afbc13205ea695c503fbbdf2326fe3cafd2))
25+
* **digitalTwin:** allow to modify mapping from application ([#322](https://github.com/kuzzleio/kuzzle-device-manager/issues/322)) ([89d375a](https://github.com/kuzzleio/kuzzle-device-manager/commit/89d375a97892aad6b4cf976a38581cb0d7a14936))
26+
* **digitalTwin:** implement generic document pipes triggers ([#321](https://github.com/kuzzleio/kuzzle-device-manager/issues/321)) ([60a21fc](https://github.com/kuzzleio/kuzzle-device-manager/commit/60a21fc8ced1e925efbad9b79cc0de511efac46c))
27+
* improve export ([#316](https://github.com/kuzzleio/kuzzle-device-manager/issues/316)) ([51db84a](https://github.com/kuzzleio/kuzzle-device-manager/commit/51db84a5f50fa3381454697cee0a06300b07b4ea))
28+
* **measures:** add lastMeasuredAt on DigitalTwin ([#314](https://github.com/kuzzleio/kuzzle-device-manager/issues/314)) ([05b8a53](https://github.com/kuzzleio/kuzzle-device-manager/commit/05b8a53970e76cc2d2a3de3b98173c43b8cb54e0))
29+
130
# [2.4.0-beta.11](https://github.com/kuzzleio/kuzzle-plugin-device-manager/compare/v2.4.0-beta.10...v2.4.0-beta.11) (2024-01-09)
231

332

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-device-manager",
3-
"version": "2.4.0",
3+
"version": "2.4.0-temp-ci-debug.1",
44
"description": "Manage your IoT devices and assets. Choose a provisioning strategy, receive and decode payload, handle your IoT business logic.",
55
"author": "The Kuzzle Team ([email protected])",
66
"repository": {

0 commit comments

Comments
 (0)