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 #8989
- 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.
- Breaking:
Full Changelog: 8.19.25...8.19.26