Skip to content

Commit 6643aa1

Browse files
committed
docs(migration guide): update migration guide
1 parent 60e752e commit 6643aa1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

MIGRATION-V4.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,16 @@ void Example()
186186
* `returnFields` was renamed to `_return` in the `QueryNotices()` method
187187
* `loggingOptOut` was renamed to `xWatsonLoggingOptOut` in the `FederatedQuery()` method
188188
* `collectionIds` is now required in the `FederatedQuery()` method
189+
* `collectionIds` changed position in the `FederatedQuery()` method
189190
* `returnFields` was renamed to `_return` in the `FederatedQuery()` method
190191
* `returnFields` was renamed to `_return` in the `FederatedQueryNotices()` method
191192
* `EnrichmentName` was renamed to `_Enrichment` in the `Enrichment` model
192193
* `FieldTypeEnumValue` was renamed to `TypeEnumValue` in the `Field` model
193194
* `FieldType` was renamed to `Type` in the `Field` model
194195
* `FieldName` was renamed to `_Field` in the `Field` model
196+
* `TestConfigurationInEnvironment()` method was removed
197+
* `QueryEntities()` method was removed
198+
* `QueryRelations()` method was removed
195199

196200
##### Language Translator v3
197201

@@ -213,7 +217,7 @@ void Example()
213217

214218
##### Visual Recognition v3
215219

216-
* Detect faces was removed
220+
* `DetectFaces()` method was removed
217221
* `ClassName` was renamed to `_Class` in the `ClassResult` model
218222
* `ClassName` was renamed to `_Class` in the `ModelClass` model
219223

0 commit comments

Comments
 (0)