Skip to content

9.1.2

Choose a tag to compare

@miguelgrinberg miguelgrinberg released this 28 Oct 17:08
· 36 commits to main since this release
v9.1.2
23bb050

Enhancements

  • Add flush_after_seconds option to streaming_bulk() (#3064)

Bug Fixes

  • DSL: support passing inner documents as AttrDict instances (#3080)
  • DSL: add some recently added field classes as top-level exports for the package (#3078)

API

  • Add streams namespace with streams.logs_disable, streams.logs_enable, streams.status APIs
  • Add bytes and time parameters to various APIs in the cat namespace.
  • Add index_template parameter to indices.simulate_index_template API
  • Add input_type parameter to inference.text_embedding API

DSL

  • New CartesianBounds, CartesianCentroid, ChangePoint aggregations
  • Add p_value parameter to SignificantTerms aggregation
  • Add index_options and fields parameters to SemanticText field
  • Add visit_percentage parameter to Knn query
  • Add on_disk_rescore field to DenseVectorIndexOptions type

Other

  • Add 3.14 to CI builds (#3103)dd