diff --git a/source/sdk/flutter/app-services/connect-to-app.txt b/source/sdk/flutter/app-services/connect-to-app.txt index 2d6ecb2e32..898c985032 100644 --- a/source/sdk/flutter/app-services/connect-to-app.txt +++ b/source/sdk/flutter/app-services/connect-to-app.txt @@ -67,9 +67,11 @@ underlying connection. within the same process has no effect. The client continues to use the cached configuration. - In Flutter SDK version 1.9.0 and later, the :flutter-sdk:`baseUrl ` - configuration property is *not* cached in the App configuration. This - means that you can change the ``baseUrl`` at runtime, and the App client will use the updated configuration. In earlier SDK versions, changes to the ``baseUrl`` in a cached App configuration have no + In Flutter SDK version 1.8.0 and later, the :flutter-sdk:`baseUrl ` + is *not* cached in the App configuration. This means that you can change the + ``baseUrl`` - including at runtime - and the App client will use the updated + configuration. In earlier SDK versions, changes to the ``baseUrl`` in a + cached App configuration have no effect. .. _flutter-app-client-configuration: @@ -80,7 +82,7 @@ Advanced Configuration .. deprecated:: 1.6.0 ``App.localAppName`` and ``App.localAppVersion`` are no longer used. -.. versionchanged:: 1.9.0 +.. versionchanged:: 1.8.0 ``baseUrl`` is no longer cached in the ``AppConfiguration``. You can add optional arguments to the ``AppConfiguration`` for more granular control diff --git a/source/sdk/flutter/crud/read.txt b/source/sdk/flutter/crud/read.txt index a4edcf3bf9..7ac0f1bd55 100644 --- a/source/sdk/flutter/crud/read.txt +++ b/source/sdk/flutter/crud/read.txt @@ -155,7 +155,7 @@ Retrieve a collection of all objects of a data model in the database with the Query Related Objects ~~~~~~~~~~~~~~~~~~~~~ -.. versionadded:: 1.9.0 +.. versionadded:: 1.8.0 If your data model includes objects that reference other objects, you can query the :ref:`relationship `