File tree Expand file tree Collapse file tree 2 files changed +436
-268
lines changed Expand file tree Collapse file tree 2 files changed +436
-268
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,15 @@ This driver uses semantic versioning:
164164
165165- Renamed type ` PrimarySortCompression ` to ` Compression `
166166
167- - Modified generic type ` View ` to take additional ` CreateOptions ` type argument
167+ - Changed generic type ` View ` to take additional ` CreateOptions ` type argument
168+
169+ - Replaced ` AnalyzerInfo ` type and all its constituent types
170+
171+ Previously each type of Analyzer was represented by an ` AnalyzerInfo ` type
172+ and (where relevant) an ` AnalyzerProperties ` type, which were used for both
173+ creating and fetching Analyzers. The new types more closely follow the
174+ pattern already used for index types, providing pairs of
175+ ` CreateAnalyzerOptions ` and ` AnalyzerDescription ` types.
168176
169177### Deprecated
170178
You can’t perform that action at this time.
0 commit comments