Opensearch-benchmark

Latest version: v1.11.0

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.7.0

What's Changed
* Bump version to 1.7.0 after 1.6.0 release by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/539
* Download pre-generated offset file from data corpus repository, if present by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/542
* Update issue templates for better user experience and incorporate OSB logo into README by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/534
* Update README to show actual image logo by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/544
* Excluding opensearch-benchmarkd process while finding benchmark process by backslasht in https://github.com/opensearch-project/opensearch-benchmark/pull/552
* Removing the duplicate process check based on truncated name and relying on cmdline check by backslasht in https://github.com/opensearch-project/opensearch-benchmark/pull/553
* Add email addresses for Maintainers on MAINTAINERS.md by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/554

New Contributors
* backslasht made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/552

**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.6.0...1.7.0

1.6.0

What's Changed
* Update h5py in dockerfile by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/521
* Bump version to 1.6.0 by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/523
* Add support to big-ann ground truth file format by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/528
* Update setup.py to reflect current Maintainers and Authors and updated project urls by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/529
* Adding Vijayan as OpenSearch Benchmark Maintainer by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/533


**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.5.0...1.6.0

1.5.0

What's Changed
* Increment Version to 1.5.0 and add new guidelines to MAINTAINERS_GUIDE.md and CONTRIBUTING.md by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/494
* Revise guidelines based on comments by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/496
* Always print test_execution_id by cgchinmay in https://github.com/opensearch-project/opensearch-benchmark/pull/492
* Support request-params for bulk operation by chishui in https://github.com/opensearch-project/opensearch-benchmark/pull/501
* Allow users to specify percentiles for compare subcommand (503) by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/504
* Add request start and end parameter to sleep runner by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/491
* Loosen the dependency version restriction (499) by chishui in https://github.com/opensearch-project/opensearch-benchmark/pull/509
* Increase 'mapping.total_fields.limit' to '2000' by rishabh6788 in https://github.com/opensearch-project/opensearch-benchmark/pull/510
* Added runners to register and deploy ml-model by vpehkone in https://github.com/opensearch-project/opensearch-benchmark/pull/497
* Update force merge polling by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/489

New Contributors
* chishui made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/501
* vpehkone made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/497

**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.4.0...1.5.0

1.4.0

What's Changed
* Update version.txt to 1.4.0 after 1.3.0 release by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/469
* Add Maintainers Guide and Release Guide to OSB by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/467
* Fix client processing time calculation in ForceMerge Runner by saimedhi in https://github.com/opensearch-project/opensearch-benchmark/pull/470
* Revise RELEASE_GUIDE.md for better practices and clarity on patch releases by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/479
* Add Rishabh as maintainer after vote by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/482
* Bumping Jinja2 to version 3.1.1 for CVE by beaioun in https://github.com/opensearch-project/opensearch-benchmark/pull/487
* Update opensearch-py to 2.5.0 by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/488


**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.3.1...1.4.0

1.3.1

What's Changed
* Update version.txt with 1.3.1 before patch by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/475
* Fix client processing time calculation in ForceMerge Runner by saimedhi in https://github.com/opensearch-project/opensearch-benchmark/pull/470


**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.3.0...1.3.1

1.3.0

What's Changed
* Update version after 1.2.0 release. by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/440
* Adds a command-line argument to specify more latency percentiles at the end of a workload. by peteralfonsi in https://github.com/opensearch-project/opensearch-benchmark/pull/441
* Create-Workload Improvements: Separate operations and test procedures from workload.json by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/446
* Adds command line argument to specify throughput percentiles to display by peteralfonsi in https://github.com/opensearch-project/opensearch-benchmark/pull/449
* Emit a more informative error message if git is not installed at startup by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/454
* Surface Workload and Jinja Template Errors to Console and Provide Common Solutions by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/448
* Added a new metric: Client Processing Time by saimedhi in https://github.com/opensearch-project/opensearch-benchmark/pull/450
* Add maintainers after OSCI Autumn 2023 by IanHoang in https://github.com/opensearch-project/opensearch-benchmark/pull/457
* Move data set loading outside constructor by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/452
* Add new property to define operation by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/458
* Adds controllable randomization to range queries in workloads by peteralfonsi in https://github.com/opensearch-project/opensearch-benchmark/pull/455
* Add support to use corpus for vector search params by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/459
* Add support to pass efficient filter body to vector search params by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/460
* Fixed client processing time by saimedhi in https://github.com/opensearch-project/opensearch-benchmark/pull/462
* Add support for a data corpora source-url field to specify a corpus file directly by gkamat in https://github.com/opensearch-project/opensearch-benchmark/pull/461
* Make neighbor's dataset path as optional by VijayanB in https://github.com/opensearch-project/opensearch-benchmark/pull/464

New Contributors
* peteralfonsi made their first contribution in https://github.com/opensearch-project/opensearch-benchmark/pull/441

**Full Changelog**: https://github.com/opensearch-project/opensearch-benchmark/compare/1.2.0...1.3.0

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.