@@ -5,13 +5,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## Unreleased
8+
9+ ---
10+
11+ ## v0.16.3-alpha - 2022-11-27
812### Added
913- REST Core-API v0.16 integration setup flow:
1014 - Integration discovery with ` /intg/discover ` endpoints.
1115 - Integration setup with ` /intg/setup ` endpoints.
1216 - Integration driver connection test command.
1317 - State field in integration driver & instance data objects. The state was only returned in ` GET /intg ` until now.
14- - Demo integration drivers with setup data schemas & icons for simulator.
18+ - Demo integration setup flows in Simulator:
19+ - The simulator defines a few integration drivers with setup data schemas & icons. See Postman collection examples
20+ defined in ` integrations/setup ` .
21+ - Defined external drivers in discovery:
22+ - ` sim-foobar ` : requires driver setup data, without setup flow user interaction
23+ - ` sim-test ` : no driver setup data, user input screen with single text input
24+ - ` sim-intg ` : no driver setup data, user input screen during setup flow with dropdown, text, number inputs
25+ - Defined local drivers:
26+ - ` uc:bo ` : no driver setup data, without setup flow user interaction
27+ - ` uc:homey ` : requires driver setup data, without setup flow user interaction
28+ - ` uc:hue ` : no driver setup data, with user confirmation page in setup flow
29+ - ⚠️ After a successful integration setup flow the integration instance is not yet persisted! This will be implemented
30+ in a future release.
1531- WS Core-API v0.12:
1632 - ` integration_discovery ` & ` integration_setup_change ` event messages.
1733- Include a set of default icons for integrations and background images, accessible with ` /resources/:type ` .
@@ -23,8 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2339 - Move ` PUT /intg ` operation to connect / disconnect integrations to ` /intg/instances ` .
2440 - Declare ` enabled ` flag for development use only.
2541
26- ---
27-
2842## v0.15.6-alpha - 2022-11-15
2943### Changed
3044- REST Core-API: manually set up a dock with the dock setup flow
0 commit comments