You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Changed
11
11
12
+
-[astarte_pairing] FDO authentication (EXPERIMENTAL feature, disabled by default). New environment variables are needed in order to use FDO:
13
+
-`PAIRING_ENABLE_FDO` - whether the FDO feature is enabled or not (default: false)
14
+
-`PAIRING_FDO_RENDEZVOUS_URL` - URL of the rendezvous server (default: "http://rendezvous:8041")
15
+
-`ASTARTE_BASE_URL_DOMAIN` - domain part of the base URL of astarte, used by devices to connect in TO2 phase (required if FDO enabled)
16
+
-`ASTARTE_BASE_URL_PORT` - port of the base URL of astarte (required if FDO enabled)
17
+
-`ASTARTE_BASE_URL_PROTOCOL` - protocol of the base URL of astarte (required if FDO enabled)
18
+
12
19
-[astarte_housekeeping] AMQP management configuration moved to `astarte_events` library. Environment variables changed:
13
20
-`HOUSEKEEPING_AMQP_SSL_ENABLED` is now `ASTARTE_EVENTS_AMQP_MANAGEMENT_SSL_ENABLED`
14
21
-`HOUSEKEEPING_AMQP_SSL_CA_FILE` is now `ASTARTE_EVENTS_AMQP_MANAGEMENT_SSL_CA_FILE`
@@ -21,15 +28,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21
28
22
29
## [1.3.0-rc.1] - 2026-01-26
23
30
24
-
## [1.3.0] - Unreleased
25
-
-[astarte_pairing] FDO authentication (EXPERIMENTAL feature, disabled by default). New environment variables are needed in order to use FDO:
26
-
-`PAIRING_ENABLE_FDO` - whether the FDO feature is enabled or not (default: false)
27
-
-`PAIRING_FDO_RENDEZVOUS_URL` - URL of the rendezvous server (default: "http://rendezvous:8041")
28
-
-`ASTARTE_BASE_URL_DOMAIN` - domain part of the base URL of astarte, used by devices to connect in TO2 phase (required if FDO enabled)
29
-
-`ASTARTE_BASE_URL_PORT` - port of the base URL of astarte (required if FDO enabled)
30
-
-`ASTARTE_BASE_URL_PROTOCOL` - protocol of the base URL of astarte (required if FDO enabled)
31
-
32
-
## [1.3.0-rc.0] - 2025-11-21
33
31
### Added
34
32
35
33
- New environment variables for trigger notifications between realm management replicas and realm management -> pairing. These variables are currently being used only by realm management
0 commit comments