diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index 8527903b3..de01c4bf0 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,3 +1,4 @@ +- Remove single configuration mode (#1469) - Remove: extractVariables from jexl plugin (no needed anymore since the removal of bidireational plugin) - Fix: ensure service and subservice in context of error handlers using req headers - Fix: remove attribute of measures with name `id` or `type` to avoid collisions (#1485) diff --git a/doc/admin.md b/doc/admin.md index 9d5ca99f1..c94d5c893 100644 --- a/doc/admin.md +++ b/doc/admin.md @@ -16,7 +16,6 @@ - [providerUrl](#providerurl) - [iotaVersion](#iotaversion) - [dieOnUnexpectedError](#dieonunexpectederror) - - [singleConfigurationMode](#singleconfigurationmode) - [timestamp](#timestamp) - [defaultResource](#defaultresource) - [defaultKey](#defaultkey) @@ -348,10 +347,6 @@ IoTA). if this flag is activated, the IoTAgent will not capture global exception, thus dying upon any unexpected error. -#### `singleConfigurationMode` - -enables the Single Configuration mode for backwards compatibility (see description in the Overview). Default to false. - #### `timestamp` if this flag is activated: @@ -483,7 +478,6 @@ overrides. | IOTA_MONGO_RETRY_TIME | `mongodb.retryTime` | | IOTA_MONGO_SSL | `mongodb.ssl` | | IOTA_MONGO_EXTRAARGS | `mongodb.extraArgs` | -| IOTA_SINGLE_MODE | `singleConfigurationMode` | | IOTA_POLLING_EXPIRATION | `pollingExpiration` | | IOTA_POLLING_DAEMON_FREQ | `pollingDaemonFrequency` | | IOTA_AUTOCAST | `autocast` |