Warning
This release contains breaking changes in generated types. Please review the breaking changes listed below before upgrading.
What's Changed
- Regenerate client by @flobernd in #8990
DenseVectorIndexOptionsgains thebbq_diskpropertiesAutoCalibrate,Bits,ClusterSize,
DefaultVisitPercentageandPrecondition.DenseVectorIndexOptions.ConfidenceIntervalis now marked[Obsolete](deprecated since 9.5.0).SourceFieldModegainsColumnarStored(columnar_stored), so index templates and mappings that use the new mode
no longer fail deserialization.- Breaking:
InnerRetriever.NormalizerandInnerRetriever.Weightare now optional (ScoreNormalizer?and
float?instead ofrequired), following the spec change that madenormalizerandweightoptional on the linear
retriever's inner retrievers. The[SetsRequiredMembers]constructor no longer takesnormalizerandweight
arguments. - Breaking:
RoleDescriptor.Global,QueryRole.GlobalandRoleDescriptorRead.Globalnow use a single
GlobalPrivilegeinstead of a collection, matching the server-side parser, which only accepts an object for the
globalprivilege. TheGlobaldescriptor methods replace theirparamsarray overloads with a single-object
overload.
Full Changelog: 9.5.1...9.5.2